Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Chen Qi <Qi.Chen@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH V3 0/8] Extensible SDK fixesExtensible SDK fixes
Date: Mon, 24 Aug 2015 15:46:48 +0800	[thread overview]
Message-ID: <cover.1440402124.git.Qi.Chen@windriver.com> (raw)

Changes since V2:
Remove buildtools from the ext SDK.

The following changes since commit c38acd720b3f6ffbeb544063692eb471dada8593:

  binconfig-disabled: write an message to stderr to help confused developers (2015-08-19 17:57:58 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/sdktool
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/sdktool

Chen Qi (8):
  copy_buildsystem: make sure bitbake directory is copied
  populate_sdk_ext: consider custom configuration in local.conf
  populate_sdk_ext: don't remove the native qemu dependencies
  Extensible SDK: allow for installation without preparing build system
  oe-publish-sdk: add script
  populate_sdk_ext: record SDK_TARGETS in devtool.conf
  devtool: add sdk.py plugin
  populate_sdk_ext: get rid of buildtools

 meta/classes/populate_sdk_ext.bbclass |  69 +++++++++----
 meta/files/toolchain-shar-extract.sh  |   7 +-
 meta/lib/oe/copy_buildsystem.py       |   7 +-
 scripts/lib/devtool/sdk.py            | 188 ++++++++++++++++++++++++++++++++++
 scripts/oe-publish-sdk                | 143 ++++++++++++++++++++++++++
 5 files changed, 387 insertions(+), 27 deletions(-)
 create mode 100644 scripts/lib/devtool/sdk.py
 create mode 100755 scripts/oe-publish-sdk

-- 
1.9.1



             reply	other threads:[~2015-08-24  7:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-24  7:46 Chen Qi [this message]
2015-08-24  7:46 ` [PATCH V3 1/8] copy_buildsystem: make sure bitbake directory is copied Chen Qi
2015-08-24  7:46 ` [PATCH V3 2/8] populate_sdk_ext: consider custom configuration in local.conf Chen Qi
2015-08-24  7:46 ` [PATCH V3 3/8] populate_sdk_ext: don't remove the native qemu dependencies Chen Qi
2015-08-24  7:46 ` [PATCH V3 4/8] Extensible SDK: allow for installation without preparing build system Chen Qi
2015-08-24  7:46 ` [PATCH V3 5/8] oe-publish-sdk: add script Chen Qi
2015-08-24  7:46 ` [PATCH V3 6/8] populate_sdk_ext: record SDK_TARGETS in devtool.conf Chen Qi
2015-08-24  7:46 ` [PATCH V3 7/8] devtool: add sdk.py plugin Chen Qi
2015-08-24  7:46 ` [PATCH V3 8/8] populate_sdk_ext: get rid of buildtools Chen Qi
2015-09-01 16:13   ` Paul Eggleton
2015-09-01 17:35     ` Paul Eggleton
2015-09-04 13:44       ` Paul Eggleton
2015-09-07  2:41         ` ChenQi

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.1440402124.git.Qi.Chen@windriver.com \
    --to=qi.chen@windriver.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