All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/9] Extensible SDK fixes
Date: Mon, 21 Mar 2016 18:13:59 +1300	[thread overview]
Message-ID: <cover.1458537176.git.paul.eggleton@linux.intel.com> (raw)

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



             reply	other threads:[~2016-03-21  5:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-21  5:13 Paul Eggleton [this message]
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

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.1458537176.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 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.