[OE-core] [PATCH 0/3] Fix a couple populate_sdk_ext issues

Christopher Larson kergoth at gmail.com
Wed Jul 29 21:53:54 UTC 2015


From: Christopher Larson <chris_larson at mentor.com>

- Explicitly pass BBPATH to devtool as Paul Eggleton suggests, to avoid
  needing to acquire the bitbake lock, to resolve the issue in
  populate_sdk_ext.
- Use the oe-core lnr script rather than ln -sr to improve host portability
  (not all hosts have recent coreutils).

The following changes since commit 27d068d05239c26a3848eb101571acab54635e37:

  harfbuzz: upgrade to 1.0.1 (2015-07-27 23:28:23 +0100)

are available in the git repository at:

  git at github.com:kergoth/openembedded-core populate_sdk_ext-fixes

for you to fetch changes up to a66090ba23452e0dca05e5811ebe88ea1bfc84de:

  populate_sdk_ext: pass BBPATH to devtool --bbpath (2015-07-29 14:48:05 -0700)

----------------------------------------------------------------
Christopher Larson (3):
      populate_sdk_ext: use lnr, not ln -sr, for portability
      devtool: add --bbpath argument
      populate_sdk_ext: pass BBPATH to devtool --bbpath

 meta/classes/populate_sdk_ext.bbclass |  7 ++++---
 scripts/devtool                       | 17 ++++++++++++-----
 2 files changed, 16 insertions(+), 8 deletions(-)

-- 
2.2.1




More information about the Openembedded-core mailing list