Re: [OE-core] [PATCH] RFC - combo layer repo tool

2011-06-22 Thread Yu Ke
on 2011-6-19 6:47, Chris Larson wrote: On Fri, Jun 17, 2011 at 10:42 AM, Paul Eggletonpaul.eggle...@intel.com wrote: Hi Ke, Great work. Here's my review so far: On Monday 13 June 2011 14:15:04 Yu, Ke wrote: --- /dev/null +++ b/scripts/combo-layer-hook-default.sh @@ -0,0 +1,14 @@ +#!/bin/sh

Re: [OE-core] [PATCH] RFC - combo layer repo tool

2011-06-18 Thread Chris Larson
On Fri, Jun 17, 2011 at 10:42 AM, Paul Eggleton paul.eggle...@intel.com wrote: Hi Ke, Great work. Here's my review so far: On Monday 13 June 2011 14:15:04 Yu, Ke wrote: --- /dev/null +++ b/scripts/combo-layer-hook-default.sh @@ -0,0 +1,14 @@ +#!/bin/sh First thought on starting to read

Re: [OE-core] [PATCH] RFC - combo layer repo tool

2011-06-17 Thread Paul Eggleton
Hi Ke, Great work. Here's my review so far: On Monday 13 June 2011 14:15:04 Yu, Ke wrote: --- /dev/null +++ b/scripts/combo-layer-hook-default.sh @@ -0,0 +1,14 @@ +#!/bin/sh +# Take a patch from bitbake and apply to poky This text should be a bit more generic. Maybe Hook to add source

[OE-core] [PATCH] RFC - combo layer repo tool

2011-06-13 Thread Yu, Ke
combo-layer-tool: add tool to manipulate combo layer This patch adds the script combo-layer.py to manipulate the combo layer repo. A combo layer repo is a repo containing multiple component repo, e.g. oe-core, bitbake, BSP repos. The combo layer repo need to be updated by

Re: [OE-core] [PATCH] RFC - combo layer repo tool

2011-06-13 Thread Otavio Salvador
2011/6/13 Yu, Ke ke...@intel.com: ...    Combo layer tool provides three functionalities:    - init: when the combo layer repo and component repo is not existed,      init will git init the combo layer repo, and also git clone the      component repo I think it is duplicating many features of

Re: [OE-core] [PATCH] RFC - combo layer repo tool

2011-06-13 Thread Paul Eggleton
On Monday 13 June 2011 16:33:47 Otavio Salvador wrote: I think it is duplicating many features of git submodule. It seems more logical to put a script above git submodule rather then use a full repository for it. You're right in that git submodule provides a lot of these things. However,

Re: [OE-core] [PATCH] RFC - combo layer repo tool

2011-06-13 Thread Otavio Salvador
On Mon, Jun 13, 2011 at 16:00, Paul Eggleton paul.eggle...@intel.com wrote: On Monday 13 June 2011 16:33:47 Otavio Salvador wrote: I think it is duplicating many features of git submodule. It seems more logical to put a script above git submodule rather then use a full repository for it.

Re: [OE-core] [PATCH] RFC - combo layer repo tool

2011-06-13 Thread Bruce Ashfield
On Mon, Jun 13, 2011 at 11:47 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 13 jun 2011, om 17:33 heeft Otavio Salvador het volgende geschreven: 2011/6/13 Yu, Ke ke...@intel.com: ...    Combo layer tool provides three functionalities:    - init: when the combo layer repo and component