The fct-lava recipe is derived from the fct recipe and did not explictly
stated the "autorev" revision before. This is the reason why it was
forgotten when creating this list.
This is a temporary solution so that the "create src rev" script works.
It is currently failing because since gpsd is in this list, it is
expecting it to be a git recipe but it is only a git recipe in
meta-netmodule-om version. The recipe in meta-netmodule-bsp is a
backport using the tarball sources.
BugzID: 82007
The path may change of recipes and thus we just want to declare
the source revisions of the recipe itself without adding the recipe
path as comment. This should avoid missing adpations when changing
the recipe path.
BugzID: 80072
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
As there might be multiple bb files which hold the same name, it
might be difficult in the future which one to set to AUTOREV. Thus
the list autorev-packages.inc was adapted with the path to the bb
file in the comment.
BugzID: 75209
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>