From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/14] Extensible SDK improvements redux
Date: Sat, 23 Jan 2016 00:59:47 +1300 [thread overview]
Message-ID: <cover.1453463789.git.paul.eggleton@linux.intel.com> (raw)
* 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
next reply other threads:[~2016-01-22 12:00 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-22 11:59 Paul Eggleton [this message]
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
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.1453463789.git.paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox