Re: [OE-core] [PATCH v2 0/7] devtool: improve handling of local source files

2015-06-04 Thread Markus Lehtonen
Hi,

On Thu, 2015-06-04 at 11:49 +0100, Paul Eggleton wrote:
> Hi Markus,
> 
> On Wednesday 03 June 2015 17:50:25 Markus Lehtonen wrote:
> > 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.
> 
> Did you see the comments I made on v1 patchset?
> 
> https://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg64396.html

Hmm, I had somehow managed to miss that one. I now responded to that.


Cheers,
  Markus


-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH v2 0/7] devtool: improve handling of local source files

2015-06-04 Thread Paul Eggleton
Hi Markus,

On Wednesday 03 June 2015 17:50:25 Markus Lehtonen wrote:
> 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.

Did you see the comments I made on v1 patchset?

https://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg64396.html

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v2 0/7] devtool: improve handling of local source files

2015-06-03 Thread Markus Lehtonen
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

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core