All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Extensible SDK fixes
@ 2016-03-21  5:13 Paul Eggleton
  2016-03-21  5:14 ` [PATCH 1/9] devtool: sdk-install: add option to allow building from source Paul Eggleton
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Paul Eggleton @ 2016-03-21  5:13 UTC (permalink / raw)
  To: openembedded-core

Some improvements for the extensible SDK, including fixes for some issues
within devtool.


The following changes since commit d3ab7005f0c899da9f9f132b22861bd5d4f952ba:

  tzdata: update to 2016b (2016-03-20 22:58:00 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/extsdkfixes9-oe
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/extsdkfixes9-oe

Paul Eggleton (9):
  devtool: sdk-install: add option to allow building from source
  classes/populate_sdk_ext: parse metadata on minimal SDK install
  bitbake.conf: whitelist proxy variables in config hash
  devtool: configure-help: fix error if do_configure not already run
  devtool: add: delete externalsrc files on npm recipe do_install
  devtool: add: create git repository if URL specified as positional argument
  oe-publish-sdk: drop SDK installer file from published output
  oe-publish-sdk: improve help output slightly
  oe-publish-sdk: fix remote publishing

 meta/classes/npm.bbclass              |  6 ++++--
 meta/classes/populate_sdk_ext.bbclass |  2 +-
 meta/conf/bitbake.conf                |  4 +++-
 meta/files/ext-sdk-prepare.py         | 10 +++++++---
 meta/lib/oeqa/selftest/devtool.py     |  2 ++
 scripts/lib/devtool/sdk.py            | 21 ++++++++++++++++++++-
 scripts/lib/devtool/standard.py       | 13 ++++++++++++-
 scripts/lib/devtool/utilcmds.py       |  2 +-
 scripts/oe-publish-sdk                | 34 ++++++++++++++++++++++------------
 9 files changed, 72 insertions(+), 22 deletions(-)

-- 
2.5.5



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

end of thread, other threads:[~2016-03-21  5:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-21  5:13 [PATCH 0/9] Extensible SDK fixes Paul Eggleton
2016-03-21  5:14 ` [PATCH 1/9] devtool: sdk-install: add option to allow building from source Paul Eggleton
2016-03-21  5:14 ` [PATCH 2/9] classes/populate_sdk_ext: parse metadata on minimal SDK install Paul Eggleton
2016-03-21  5:14 ` [PATCH 3/9] bitbake.conf: whitelist proxy variables in config hash Paul Eggleton
2016-03-21  5:14 ` [PATCH 4/9] devtool: configure-help: fix error if do_configure not already run Paul Eggleton
2016-03-21  5:14 ` [PATCH 5/9] devtool: add: delete externalsrc files on npm recipe do_install Paul Eggleton
2016-03-21  5:14 ` [PATCH 6/9] devtool: add: create git repository if URL specified as positional argument Paul Eggleton
2016-03-21  5:14 ` [PATCH 7/9] oe-publish-sdk: drop SDK installer file from published output Paul Eggleton
2016-03-21  5:14 ` [PATCH 8/9] oe-publish-sdk: improve help output slightly Paul Eggleton
2016-03-21  5:14 ` [PATCH 9/9] oe-publish-sdk: fix remote publishing 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.