[OE-core] [PATCH 0/4] Fix some incorrect TARGET_-* flags

liu.ming50 at gmail.com liu.ming50 at gmail.com
Thu Apr 6 12:09:40 UTC 2017


From: Ming Liu <liu.ming50 at gmail.com>

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




More information about the Openembedded-core mailing list