All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] Extensible SDK / devtool / recipetool improvements
@ 2016-01-06 11:15 Paul Eggleton
  2016-01-06 11:15 ` [PATCH 01/14] scripts/oe-publish-sdk: add missing call to git update-server-info Paul Eggleton
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Paul Eggleton @ 2016-01-06 11:15 UTC (permalink / raw)
  To: openembedded-core

A bunch of collected fixes for the extensible SDK, devtool and recipetool.


The following changes since commit 1568f4fa1c8f8abd9b365ecd264841cd4f6b66b1:

  bluez5: include the patch only for 5.36 (2015-12-28 13:02:03 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/extsdk-devtool-1
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/extsdk-devtool-1

Paul Eggleton (14):
  scripts/oe-publish-sdk: add missing call to git update-server-info
  classes/populate_sdk_ext: fix cascading from preparation failure
  classes/populate_sdk_ext: disable signature warnings
  devtool: sdk-update: fix not using updateserver config file option
  devtool: sdk-update: fix metadata update step
  devtool: sdk-update: fix error checking
  devtool: sdk-update: add option to skip preparation step
  recipetool: create: lower case name when determining from filename
  recipetool: create: support creating standalone native/nativesdk recipes
  devtool: reset: do clean for multiple recipes at once with -a
  devtool: add: support adding a native variant
  devtool: refactor code for getting local recipe file
  devtool: reset: support recipes with BBCLASSEXTEND
  devtool: build: support using BBCLASSEXTENDed names

 meta/classes/populate_sdk_ext.bbclass |  4 +--
 scripts/devtool                       | 12 ++++++-
 scripts/lib/devtool/__init__.py       | 50 +++++++++++++++++++++++++---
 scripts/lib/devtool/build.py          |  4 +--
 scripts/lib/devtool/sdk.py            | 61 ++++++++++++++++++-----------------
 scripts/lib/devtool/standard.py       | 58 +++++++++++++++++----------------
 scripts/lib/recipetool/create.py      | 34 +++++++++++++++++--
 scripts/oe-publish-sdk                |  4 +--
 8 files changed, 155 insertions(+), 72 deletions(-)

-- 
2.5.0



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

end of thread, other threads:[~2016-01-06 11:17 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-06 11:15 [PATCH 00/14] Extensible SDK / devtool / recipetool improvements Paul Eggleton
2016-01-06 11:15 ` [PATCH 01/14] scripts/oe-publish-sdk: add missing call to git update-server-info Paul Eggleton
2016-01-06 11:15 ` [PATCH 02/14] classes/populate_sdk_ext: fix cascading from preparation failure Paul Eggleton
2016-01-06 11:15 ` [PATCH 03/14] classes/populate_sdk_ext: disable signature warnings Paul Eggleton
2016-01-06 11:15 ` [PATCH 04/14] devtool: sdk-update: fix not using updateserver config file option Paul Eggleton
2016-01-06 11:15 ` [PATCH 05/14] devtool: sdk-update: fix metadata update step Paul Eggleton
2016-01-06 11:15 ` [PATCH 06/14] devtool: sdk-update: fix error checking Paul Eggleton
2016-01-06 11:15 ` [PATCH 07/14] devtool: sdk-update: add option to skip preparation step Paul Eggleton
2016-01-06 11:15 ` [PATCH 08/14] recipetool: create: lower case name when determining from filename Paul Eggleton
2016-01-06 11:15 ` [PATCH 09/14] recipetool: create: support creating standalone native/nativesdk recipes Paul Eggleton
2016-01-06 11:15 ` [PATCH 10/14] devtool: reset: do clean for multiple recipes at once with -a Paul Eggleton
2016-01-06 11:15 ` [PATCH 11/14] devtool: add: support adding a native variant Paul Eggleton
2016-01-06 11:15 ` [PATCH 12/14] devtool: refactor code for getting local recipe file Paul Eggleton
2016-01-06 11:15 ` [PATCH 13/14] devtool: reset: support recipes with BBCLASSEXTEND Paul Eggleton
2016-01-06 11:15 ` [PATCH 14/14] devtool: build: support using BBCLASSEXTENDed names 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.