All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCHv2 0/4] Use fixed DISTRO_FEATURES for native
Date: Tue, 11 Apr 2017 13:55:14 +0300	[thread overview]
Message-ID: <cover.1491907553.git.jussi.kukkonen@intel.com> (raw)

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

The DISTRO_FEATURES_FILTER_NATIVE variable lists the features that do
change based on DISTRO_FEATURES: currently the default value is
"api-documentation".

Changes since V1:
* Add DISTRO_FEATURES_FILTER_NATIVE instead of just a fixed list
* Use DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation": this is
  required for gtk-doc to work (and we don't want to enable it for
  all builds because of extensive dependencies)
* Only remove "x11" from required features for native x font tools:
  otherwise a non-x11 world build fails


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 (4):
  mkfontdir: Remove x11 requirement for -native
  mkfontscale: Remove x11 requirement for -native
  xorg-font-common.inc: Remove x11 requirement for -native
  native.bbclass: Use fixed DISTRO_FEATURES

 meta/classes/native.bbclass                          | 13 +++++++++----
 meta/conf/bitbake.conf                               |  4 ++++
 meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb    |  3 +++
 meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb  |  2 ++
 meta/recipes-graphics/xorg-font/xorg-font-common.inc |  1 +
 5 files changed, 19 insertions(+), 4 deletions(-)

-- 
2.1.4



             reply	other threads:[~2017-04-11 10:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-11 10:55 Jussi Kukkonen [this message]
2017-04-11 10:55 ` [PATCHv2 1/4] mkfontdir: Remove x11 requirement for -native Jussi Kukkonen
2017-04-11 10:55 ` [PATCHv2 2/4] mkfontscale: " Jussi Kukkonen
2017-04-11 10:55 ` [PATCHv2 3/4] xorg-font-common.inc: " Jussi Kukkonen
2017-04-11 10:55 ` [PATCHv2 4/4] native.bbclass: Use fixed DISTRO_FEATURES Jussi Kukkonen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1491907553.git.jussi.kukkonen@intel.com \
    --to=jussi.kukkonen@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.