All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Extensible SDK fixes
@ 2015-08-10  3:17 Chen Qi
  2015-08-10  3:17 ` [PATCH 1/8] populate_sdk_ext: install the latest buildtools-tarball Chen Qi
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Chen Qi @ 2015-08-10  3:17 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 288c76a41aebaf54c7fca3782160830df462b9e4:

  builder: Fix multilib compile failure (2015-08-03 07:15:47 +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):
  populate_sdk_ext: install the latest buildtools-tarball
  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

 meta/classes/populate_sdk_ext.bbclass |  46 ++++++---
 meta/files/toolchain-shar-extract.sh  |   7 +-
 meta/lib/oe/copy_buildsystem.py       |   7 +-
 scripts/lib/devtool/sdk.py            | 182 ++++++++++++++++++++++++++++++++++
 scripts/oe-publish-sdk                | 124 +++++++++++++++++++++++
 5 files changed, 347 insertions(+), 19 deletions(-)
 create mode 100644 scripts/lib/devtool/sdk.py
 create mode 100755 scripts/oe-publish-sdk

-- 
1.9.1



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

end of thread, other threads:[~2015-08-20  7:07 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-10  3:17 [PATCH 0/8] Extensible SDK fixes Chen Qi
2015-08-10  3:17 ` [PATCH 1/8] populate_sdk_ext: install the latest buildtools-tarball Chen Qi
2015-08-18 13:51   ` Paul Eggleton
2015-08-20  7:08     ` ChenQi
2015-08-10  3:18 ` [PATCH 2/8] copy_buildsystem: make sure bitbake directory is copied Chen Qi
2015-08-10  3:18 ` [PATCH 3/8] populate_sdk_ext: consider custom configuration in local.conf Chen Qi
2015-08-10  3:18 ` [PATCH 4/8] populate_sdk_ext: don't remove the native qemu dependencies Chen Qi
2015-08-10  3:18 ` [PATCH 5/8] Extensible SDK: allow for installation without preparing build system Chen Qi
2015-08-10 15:39   ` Christopher Larson
2015-08-12 15:39     ` Paul Eggleton
2015-08-10  3:18 ` [PATCH 6/8] oe-publish-sdk: add script Chen Qi
2015-08-12 15:39   ` Paul Eggleton
2015-08-10  3:18 ` [PATCH 7/8] populate_sdk_ext: record SDK_TARGETS in devtool.conf Chen Qi
2015-08-10  3:18 ` [PATCH 8/8] devtool: add sdk.py plugin Chen Qi
2015-08-10 15:33   ` Christopher Larson
2015-08-12 16:41   ` Paul Eggleton
2015-08-12 16:42 ` [PATCH 0/8] Extensible SDK fixes 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.