]> code.ossystems Code Review - openembedded-core.git/commit
cross-canadian.bbclass: override TARGET_* flags
authorMing Liu <peter.x.liu@external.atlascopco.com>
Thu, 6 Apr 2017 12:09:44 +0000 (14:09 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Apr 2017 21:48:07 +0000 (22:48 +0100)
commit767335c92b7cc657a008722a908380a3c89c3c66
tree04ccc48312e6be35acdcd46fa8da626c392d1a0c
parent85b69a5ec9ba9ea9ebdcd8ac18e1e147ddb1ff33
cross-canadian.bbclass: override TARGET_* flags

Some TARGET_* flags are being exported in bitbake.conf currently, so
they are impacting all the tasks of a cross-canadian recipe even they
are not in use at all.

This can lead a lot of churn when the cross-canadian sysroot are shared
by machines while they have defined different TARGET_* flags.

Fix it by overriding with BUILDSDK_* flags.

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cross-canadian.bbclass