| Submitter | Paul Eggleton |
|---|---|
| Date | July 31, 2012, 12:06 a.m. |
| Message ID | <cover.1343693147.git.paul.eggleton@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/33333/ |
| State | New |
| Headers | show |
Pull-request
git://git.openembedded.org/openembedded-core-contrib paule/combo-layer-fixes7Comments
Is there a wiki or README regarding the usage for this? -M On Mon, Jul 30, 2012 at 7:06 PM, Paul Eggleton <paul.eggleton@linux.intel.com> wrote: > The following changes since commit ab0187c13b2b0a041bf3d98c3a53bd3f45a624de: > > libxcb: Update for python-native changes (2012-07-30 16:53:49 +0100) > > are available in the git repository at: > > git://git.openembedded.org/openembedded-core-contrib paule/combo-layer-fixes7 > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/combo-layer-fixes7 > > Paul Eggleton (7): > combo-layer: remove &> bashism > combo-layer: allow component pull to be done separately > combo-layer: ignore patch-* temp directories in dirty check > combo-layer: drop to a shell when apply fails during update > combo-layer: improve patch list handling and output > combo-layer: check that last_revision is valid > combo-layer: allow splitting out local config > > scripts/combo-layer | 241 ++++++++++++++++++++++++++++++++++++++++----------- > 1 file changed, 192 insertions(+), 49 deletions(-) > > -- > 1.7.9.5 > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
On Tuesday 31 July 2012 04:55:39 McClintock Matthew-B29882 wrote:
> Is there a wiki or README regarding the usage for this?
There is now:
https://wiki.yoctoproject.org/wiki/Combo-layer
Please let me know if I can help clarify anything.
Cheers,
Paul
On Tue, 2012-07-31 at 01:06 +0100, Paul Eggleton wrote: > The following changes since commit ab0187c13b2b0a041bf3d98c3a53bd3f45a624de: > > libxcb: Update for python-native changes (2012-07-30 16:53:49 +0100) > > are available in the git repository at: > > git://git.openembedded.org/openembedded-core-contrib paule/combo-layer-fixes7 > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/combo-layer-fixes7 > > Paul Eggleton (7): > combo-layer: remove &> bashism > combo-layer: allow component pull to be done separately > combo-layer: ignore patch-* temp directories in dirty check > combo-layer: drop to a shell when apply fails during update > combo-layer: improve patch list handling and output > combo-layer: check that last_revision is valid > combo-layer: allow splitting out local config Merged to master, thanks. Richard