From: Ming Liu <[email protected]> I had found a lot of churn in sysroots when multiple MACHINEs are sharing a same build folder, which is the case in my company, after digging into it, I found it's caused by the TARGET_-* flags, they are exported but not in use at all, they should be replaced by particular flags for cross,crosssdk,nativesdk,cross-canadian, native class does not need that because it's already done in:
commit 05a70ac30b37cab0952f1b9df501993a9dec70da: [ native.bbclass: Override TARGET_ flags too ] Ming Liu (4): cross.bbclass: override TARGET_* flags crosssdk.bbclass: override TARGET_* flags nativesdk.bbclass: override TARGET_* flags cross-canadian.bbclass: override TARGET_* flags meta/classes/cross-canadian.bbclass | 5 +++++ meta/classes/cross.bbclass | 5 +++++ meta/classes/crosssdk.bbclass | 5 +++++ meta/classes/nativesdk.bbclass | 4 ++++ 4 files changed, 19 insertions(+) -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
