[OE-core] [oe-core][PATCH 1/1] qemumips64: no qemu-usermode for n32

Andre McCurdy armccurdy at gmail.com
Thu Oct 26 18:09:28 UTC 2017


On Thu, Oct 26, 2017 at 10:15 AM, Slater, Joseph
<joe.slater at windriver.com> wrote:
> Okay, I don't know why, but at the time of backfilling the CONSIDERED list is empty!  This is not true if I use "=" to set it unconditionally in arch-mips.inc, but it IS true if I try to set it via anything involving an override (including append).
>
> Isn't getVar() supposed to expand the variable?  Put print msg's in meta/lib/oe/utils.py to see this behavior.

features_backfill() is called from meta/classes/base.bbclass ->
base_eventhandler() in response to bb.event.ConfigParsed (ie "when the
base configuration; which consists of bitbake.conf, base.bbclass and
any global INHERIT statements; has been parsed") so anything assigned
to DISTRO_FEATURES_BACKFILL_CONSIDERED or
MACHINE_FEATURES_BACKFILL_CONSIDERED after that event won't be seen...



More information about the Openembedded-core mailing list