Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/7] devtool: improve handling of local source files
@ 2015-06-03 14:50 Markus Lehtonen
  2015-06-03 14:50 ` [PATCH v2 1/7] recipeutils: implement get_recipe_local_files() Markus Lehtonen
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Markus Lehtonen @ 2015-06-03 14:50 UTC (permalink / raw)
  To: openembedded-core; +Cc: Paul Eggleton

Second version of my patchset aiming to improve handling of local source files.
The only significant change since the first version is the addition of unit
tests.

The following changes since commit 968973d55d4b33e1a929ed4cdf9387fcaba2d93f:

  qt4: unconditionally disable gstreamer 0.10 support in qt webkit (2015-05-30 22:25:12 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib marquiz/devtool/localfiles
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=marquiz/devtool/localfiles

Markus Lehtonen (7):
  recipeutils: implement get_recipe_local_files()
  oe.patch.GitApplyTree: add paths argument to extractPatches
  oe-selftest: devtool: add method for checking workspace dir
  oe-selftest: devtool: add method for checking srctree repo
  devtool: update-recipe: update local files directly
  devtool: extract: always import local files to srctree
  devtool: modify: make bitbake use local files from srctree

 meta/lib/oe/patch.py              |   5 +-
 meta/lib/oe/recipeutils.py        |   8 ++
 meta/lib/oeqa/selftest/devtool.py | 204 +++++++++++++++++++++++++-------------
 scripts/lib/devtool/standard.py   |  93 +++++++++++++++--
 4 files changed, 231 insertions(+), 79 deletions(-)

-- 
2.1.4



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

end of thread, other threads:[~2015-06-04 13:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03 14:50 [PATCH v2 0/7] devtool: improve handling of local source files Markus Lehtonen
2015-06-03 14:50 ` [PATCH v2 1/7] recipeutils: implement get_recipe_local_files() Markus Lehtonen
2015-06-03 14:50 ` [PATCH v2 2/7] oe.patch.GitApplyTree: add paths argument to extractPatches Markus Lehtonen
2015-06-03 14:50 ` [PATCH v2 3/7] oe-selftest: devtool: add method for checking workspace dir Markus Lehtonen
2015-06-03 14:50 ` [PATCH v2 4/7] oe-selftest: devtool: add method for checking srctree repo Markus Lehtonen
2015-06-03 14:50 ` [PATCH v2 5/7] devtool: update-recipe: update local files directly Markus Lehtonen
2015-06-03 14:50 ` [PATCH v2 6/7] devtool: extract: always import local files to srctree Markus Lehtonen
2015-06-03 14:50 ` [PATCH v2 7/7] devtool: modify: make bitbake use local files from srctree Markus Lehtonen
2015-06-04 10:49 ` [PATCH v2 0/7] devtool: improve handling of local source files Paul Eggleton
2015-06-04 13:14   ` Markus Lehtonen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox