Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix some incorrect TARGET_-* flags
@ 2017-04-06 12:09 liu.ming50
  2017-04-06 12:09 ` [PATCH 1/4] cross.bbclass: override TARGET_* flags liu.ming50
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: liu.ming50 @ 2017-04-06 12:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Ming Liu

From: Ming Liu <liu.ming50@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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-04-07  7:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-06 12:09 [PATCH 0/4] Fix some incorrect TARGET_-* flags liu.ming50
2017-04-06 12:09 ` [PATCH 1/4] cross.bbclass: override TARGET_* flags liu.ming50
2017-04-06 12:09 ` [PATCH 2/4] crosssdk.bbclass: " liu.ming50
2017-04-06 12:09 ` [PATCH 3/4] nativesdk.bbclass: " liu.ming50
2017-04-06 12:09 ` [PATCH 4/4] cross-canadian.bbclass: " liu.ming50
2017-04-07  7:48 ` [PATCH 0/4] Fix some incorrect TARGET_-* flags Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox