All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] Extensible SDK improvements redux
@ 2016-01-22 11:59 Paul Eggleton
  2016-01-22 11:59 ` [PATCH 01/14] classes/populate_sdk_ext: add option to bring in pkgdata for world Paul Eggleton
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Paul Eggleton @ 2016-01-22 11:59 UTC (permalink / raw)
  To: openembedded-core

* 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



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

end of thread, other threads:[~2016-01-22 12:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-22 11:59 [PATCH 00/14] Extensible SDK improvements redux Paul Eggleton
2016-01-22 11:59 ` [PATCH 01/14] classes/populate_sdk_ext: add option to bring in pkgdata for world Paul Eggleton
2016-01-22 11:59 ` [PATCH 02/14] devtool: build: ensure pkgdata is written out Paul Eggleton
2016-01-22 11:59 ` [PATCH 03/14] devtool: sdk-update: improve temp directory handling Paul Eggleton
2016-01-22 11:59 ` [PATCH 04/14] devtool: sdk-update: improve SDK update process robustness Paul Eggleton
2016-01-22 11:59 ` [PATCH 05/14] devtool: add sdk-install subcommand Paul Eggleton
2016-01-22 11:59 ` [PATCH 06/14] classes/populate_sdk_ext: drop ext-sdk-prepare.py when installing Paul Eggleton
2016-01-22 11:59 ` [PATCH 07/14] classes/populate_sdk*: add dependencies on script files Paul Eggleton
2016-01-22 11:59 ` [PATCH 08/14] toolchain-shar-extract.sh: improve behaviour when xz is not installed Paul Eggleton
2016-01-22 11:59 ` [PATCH 09/14] gen-lockedsig-cache: copy correct native sstate into ext SDK Paul Eggleton
2016-01-22 11:59 ` [PATCH 10/14] recipetool: create: strip quotes from values extracted from CMakeLists.txt Paul Eggleton
2016-01-22 11:59 ` [PATCH 11/14] devtool / recipetool: support specifying a subdirectory within the fetched source Paul Eggleton
2016-01-22 11:59 ` [PATCH 12/14] recipetool: create: extract SRC_URI from local git repositories Paul Eggleton
2016-01-22 12:00 ` [PATCH 13/14] recipetool: create: fix extraction of name from URLs ending in / Paul Eggleton
2016-01-22 12:00 ` [PATCH 14/14] recipetool: create: better fix for fetch error handling Paul Eggleton

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.