[OE-core] [PATCHv3 0/1] Use fixed DISTRO_FEATURES for native

Jussi Kukkonen jussi.kukkonen at intel.com
Tue Apr 11 14:35:29 UTC 2017


Avoid signifant native task churn when DISTRO_FEATURES is changed
by defining (almost) fixed DISTRO_FEATURES for native recipes.

Add DISTRO_FEATURES_FILTER_NATIVE and DISTRO_FEATURES_NATIVE to
limit the changes to DISTRO_FEATURES when building native recipes.


Changes since V3:
* Use both DISTRO_FEATURES_FILTER_NATIVE (from v2) and
  DISTRO_FEATURES_NATIVE (from v1): see commit message for details
* Do the same thing for nativesdk
* Remove the x11 patches and solve the problem by always adding
  x11 to DISTRO_FEATURES_NATIVE and DISTRO_FEATURES_NATIVESDK
  (so it's used even when target DISTRO_FEATURES does not have it)


Thanks,
  Jussi

The following changes since commit 0793c758b15e5007b4dd4b146987a0e74d6f6cba:

  Revert "staging: Fix sysroot problem with populate_sysroot dependencies on do_fetch" (2017-04-11 00:57:03 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jku/native-distro-features
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/native-distro-features

Jussi Kukkonen (1):
  native/nativesdk: Use fixed DISTRO_FEATURES

 meta/classes/native.bbclass    | 14 ++++++++++----
 meta/classes/nativesdk.bbclass |  6 ++++++
 meta/conf/bitbake.conf         |  9 +++++++++
 3 files changed, 25 insertions(+), 4 deletions(-)

-- 
2.1.4




More information about the Openembedded-core mailing list