[OE-core] [PATCH 00/14] Extensible SDK improvements redux

Paul Eggleton paul.eggleton at linux.intel.com
Fri Jan 22 11:59:47 UTC 2016


* Fixes around ensuring pkgdata is present to help find dependencies
* Fixes for the SDK update process
* Add the ability to install prebuilt items into the SDK (from sstate)
* Fix a few other issues I noticed in the process

Note that the world pkgdata implementation relies on a BitBake patch I
just sent.


The following changes since commit 8084c185c43cb7e7f5e29d31939dfd308f8a0f93:

  udev: Add 2 patches to support 4.4 kernel (2016-01-20 09:20:06 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/extsdkfixes5-oe
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/extsdkfixes5-oe

Paul Eggleton (14):
  classes/populate_sdk_ext: add option to bring in pkgdata for world
  devtool: build: ensure pkgdata is written out
  devtool: sdk-update: improve temp directory handling
  devtool: sdk-update: improve SDK update process robustness
  devtool: add sdk-install subcommand
  classes/populate_sdk_ext: drop ext-sdk-prepare.py when installing
  classes/populate_sdk*: add dependencies on script files
  toolchain-shar-extract.sh: improve behaviour when xz is not installed
  gen-lockedsig-cache: copy correct native sstate into ext SDK
  recipetool: create: strip quotes from values extracted from
    CMakeLists.txt
  devtool / recipetool: support specifying a subdirectory within the
    fetched source
  recipetool: create: extract SRC_URI from local git repositories
  recipetool: create: fix extraction of name from URLs ending in /
  recipetool: create: better fix for fetch error handling

 meta/classes/populate_sdk_base.bbclass       |   3 +
 meta/classes/populate_sdk_ext.bbclass        |  46 +++++-
 meta/files/toolchain-shar-extract.sh         |   7 +-
 meta/lib/oe/copy_buildsystem.py              |  61 +++++++-
 meta/lib/oeqa/selftest/devtool.py            |   7 +-
 meta/recipes-core/meta/meta-world-pkgdata.bb |  50 +++++++
 scripts/gen-lockedsig-cache                  |   6 +-
 scripts/lib/devtool/build.py                 |  16 +-
 scripts/lib/devtool/sdk.py                   | 212 ++++++++++++++++++++-------
 scripts/lib/devtool/standard.py              |   6 +
 scripts/lib/recipetool/create.py             |  47 ++++--
 scripts/lib/recipetool/create_buildsys.py    |  13 +-
 12 files changed, 392 insertions(+), 82 deletions(-)
 create mode 100644 meta/recipes-core/meta/meta-world-pkgdata.bb

-- 
2.5.0




More information about the Openembedded-core mailing list