All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Extensible SDK improvements
@ 2016-03-02 10:44 Paul Eggleton
  2016-03-02 10:44 ` [PATCH 1/3] classes/externalsrc: fix symlinking if symlink exists pointing to another path Paul Eggleton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paul Eggleton @ 2016-03-02 10:44 UTC (permalink / raw)
  To: openembedded-core

Add ability to build derivative extensible SDK and fix up an issue with
the earlier patch introducing oe-workdir and oe-logs symlinks.


The following changes since commit 390bad905537820f49add855c95d726b5b55c8fa:

  sanity: Fix int verses string reference (2016-02-28 22:54:06 +0000)

are available in the git repository at:

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

Paul Eggleton (3):
  classes/externalsrc: fix symlinking if symlink exists pointing to another path
  devtool: build-image: rename module
  devtool: add build-sdk subcommand

 meta/classes/externalsrc.bbclass                   |   1 +
 meta/classes/populate_sdk_ext.bbclass              | 148 +++++++++++++--------
 meta/lib/oe/copy_buildsystem.py                    |  59 +++++++-
 .../lib/devtool/{build-image.py => build_image.py} |  79 ++++++++---
 scripts/lib/devtool/build_sdk.py                   |  65 +++++++++
 5 files changed, 265 insertions(+), 87 deletions(-)
 rename scripts/lib/devtool/{build-image.py => build_image.py} (67%)
 create mode 100644 scripts/lib/devtool/build_sdk.py

-- 
2.5.0



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

end of thread, other threads:[~2016-03-02 10:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-02 10:44 [PATCH 0/3] Extensible SDK improvements Paul Eggleton
2016-03-02 10:44 ` [PATCH 1/3] classes/externalsrc: fix symlinking if symlink exists pointing to another path Paul Eggleton
2016-03-02 10:44 ` [PATCH 2/3] devtool: build-image: rename module Paul Eggleton
2016-03-02 10:44 ` [PATCH 3/3] devtool: add build-sdk subcommand 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.