All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/7] Extensible SDK fixesExtensible SDK fixes
@ 2015-08-20  7:06 Chen Qi
  2015-08-20  7:06 ` [PATCH V2 1/7] copy_buildsystem: make sure bitbake directory is copied Chen Qi
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Chen Qi @ 2015-08-20  7:06 UTC (permalink / raw)
  To: openembedded-core

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 (7):
  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 |  42 +++++---
 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, 369 insertions(+), 18 deletions(-)
 create mode 100644 scripts/lib/devtool/sdk.py
 create mode 100755 scripts/oe-publish-sdk

-- 
1.9.1



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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20  7:06 [PATCH V2 0/7] Extensible SDK fixesExtensible SDK fixes Chen Qi
2015-08-20  7:06 ` [PATCH V2 1/7] copy_buildsystem: make sure bitbake directory is copied Chen Qi
2015-08-20  7:06 ` [PATCH V2 2/7] populate_sdk_ext: consider custom configuration in local.conf Chen Qi
2015-08-20  7:06 ` [PATCH V2 3/7] populate_sdk_ext: don't remove the native qemu dependencies Chen Qi
2015-08-20  7:07 ` [PATCH V2 4/7] Extensible SDK: allow for installation without preparing build system Chen Qi
2015-08-20  7:07 ` [PATCH V2 5/7] oe-publish-sdk: add script Chen Qi
2015-08-20  7:07 ` [PATCH V2 6/7] populate_sdk_ext: record SDK_TARGETS in devtool.conf Chen Qi
2015-08-20  7:07 ` [PATCH V2 7/7] devtool: add sdk.py plugin Chen Qi

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.