]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
lib/oe/recipeutils.py: add support for BBFILES_DYNAMIC
authorNaveen Saini <naveen.kumar.saini@intel.com>
Fri, 21 Aug 2020 01:00:36 +0000 (09:00 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Aug 2020 07:27:33 +0000 (08:27 +0100)
commitc7bbb98ea8ccd3568dd8bded6e404e2f781e6841
treea35fd0446413a9a5c9a9f20d962c291ef13b94e1
parent04068ff19d2c18c3b915aab6832ad4b48affa07f
lib/oe/recipeutils.py: add support for BBFILES_DYNAMIC

Instead of relying on value of BBFILES from bitbake, devtool
parses the layer.conf because the layer might not be in bblayers.conf.
And it currently does not consider the value of BBFILES_DYNAMIC because
of which recipes, in paths defined by BBFILES_DYNAMIC, upgraded
using devtool end up in wrong location.

Include the code from bitbake to append values to BBFILES based on
what is in BBFILES_DYNAMIC too.

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/recipeutils.py