* [PATCH 0/3] Minor comment/doc fixes
@ 2013-04-09 14:19 Paul Eggleton
2013-04-09 14:19 ` [PATCH 1/3] meta/recipes.txt: add recipes-lsb4 Paul Eggleton
` (3 more replies)
0 siblings, 4 replies; 10+ messages in thread
From: Paul Eggleton @ 2013-04-09 14:19 UTC (permalink / raw)
To: openembedded-core
No functional changes, just some corrections for comments and one text
file.
The following changes since commit a866e1e298dab5c52e7b8ba9ab68104604511713:
udev: Move udevd back to /sbin (2013-04-09 13:31:30 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/layer-tweaks-core
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/layer-tweaks-core
Paul Eggleton (3):
meta/recipes.txt: add recipes-lsb4
meta-*/conf/layer.conf: tweak BBFILES comment
classes/license: remove outdated comment
meta-hob/conf/layer.conf | 2 +-
meta-skeleton/conf/layer.conf | 2 +-
meta/classes/license.bbclass | 1 -
meta/conf/layer.conf | 2 +-
meta/recipes.txt | 1 +
5 files changed, 4 insertions(+), 4 deletions(-)
--
1.7.10.4
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 1/3] meta/recipes.txt: add recipes-lsb4
2013-04-09 14:19 [PATCH 0/3] Minor comment/doc fixes Paul Eggleton
@ 2013-04-09 14:19 ` Paul Eggleton
2013-04-09 14:19 ` [PATCH 2/3] meta-*/conf/layer.conf: tweak BBFILES comment Paul Eggleton
` (2 subsequent siblings)
3 siblings, 0 replies; 10+ messages in thread
From: Paul Eggleton @ 2013-04-09 14:19 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/recipes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes.txt b/meta/recipes.txt
index c3aa018..705386d 100644
--- a/meta/recipes.txt
+++ b/meta/recipes.txt
@@ -7,6 +7,7 @@ recipes-extended - Applications which whilst not essential add features comp
recipes-gnome - All things related to the GTK+ application framework
recipes-graphics - X and other graphically related system libraries
recipes-kernel - The kernel and generic applications/libraries with strong kernel dependencies
+recipes-lsb4 - Recipes added for the sole purpose of supporting the Linux Standard Base (LSB) 4.x
recipes-multimedia - Codecs and support utilties for audio, images and video
recipes-rt - Provides package and image recipes for using and testing the PREEMPT_RT kernel
recipes-qt - All things related to the Qt application framework
--
1.7.10.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 2/3] meta-*/conf/layer.conf: tweak BBFILES comment
2013-04-09 14:19 [PATCH 0/3] Minor comment/doc fixes Paul Eggleton
2013-04-09 14:19 ` [PATCH 1/3] meta/recipes.txt: add recipes-lsb4 Paul Eggleton
@ 2013-04-09 14:19 ` Paul Eggleton
2013-04-09 17:26 ` Trevor Woerner
2013-04-09 14:19 ` [PATCH 3/3] classes/license: remove outdated comment Paul Eggleton
2013-04-09 17:51 ` [PATCH 0/3] Minor comment/doc fixes Trevor Woerner
3 siblings, 1 reply; 10+ messages in thread
From: Paul Eggleton @ 2013-04-09 14:19 UTC (permalink / raw)
To: openembedded-core
"packages" was the old name (pre-2010) under which the recipe files were
stored.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta-hob/conf/layer.conf | 2 +-
meta-skeleton/conf/layer.conf | 2 +-
meta/conf/layer.conf | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-hob/conf/layer.conf b/meta-hob/conf/layer.conf
index 6df27ac..1785e65 100644
--- a/meta-hob/conf/layer.conf
+++ b/meta-hob/conf/layer.conf
@@ -1,7 +1,7 @@
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
-# We have a packages directory, add to BBFILES
+# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
BBFILE_COLLECTIONS += "hob"
diff --git a/meta-skeleton/conf/layer.conf b/meta-skeleton/conf/layer.conf
index 10031c1..99830d8 100644
--- a/meta-skeleton/conf/layer.conf
+++ b/meta-skeleton/conf/layer.conf
@@ -1,7 +1,7 @@
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
-# We have a packages directory, add to BBFILES
+# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
BBFILE_COLLECTIONS += "skeleton"
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 23ef09a..a112e86 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -1,6 +1,6 @@
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
-# We have a packages directory, add to BBFILES
+# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
BBFILE_COLLECTIONS += "core"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 3/3] classes/license: remove outdated comment
2013-04-09 14:19 [PATCH 0/3] Minor comment/doc fixes Paul Eggleton
2013-04-09 14:19 ` [PATCH 1/3] meta/recipes.txt: add recipes-lsb4 Paul Eggleton
2013-04-09 14:19 ` [PATCH 2/3] meta-*/conf/layer.conf: tweak BBFILES comment Paul Eggleton
@ 2013-04-09 14:19 ` Paul Eggleton
2013-04-09 17:51 ` [PATCH 0/3] Minor comment/doc fixes Trevor Woerner
3 siblings, 0 replies; 10+ messages in thread
From: Paul Eggleton @ 2013-04-09 14:19 UTC (permalink / raw)
To: openembedded-core
Package listing was implemented in the deb backend some time ago.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/classes/license.bbclass | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass
index 170bdd9..76749c4 100644
--- a/meta/classes/license.bbclass
+++ b/meta/classes/license.bbclass
@@ -26,7 +26,6 @@ license_create_manifest() {
if [ -f ${LICENSE_MANIFEST} ]; then
rm ${LICENSE_MANIFEST}
fi
- # list of installed packages is broken for deb
touch ${LICENSE_MANIFEST}
for pkg in ${INSTALLED_PKGS}; do
# not the best way to do this but licenses are not arch dependant iirc
--
1.7.10.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH 2/3] meta-*/conf/layer.conf: tweak BBFILES comment
2013-04-09 14:19 ` [PATCH 2/3] meta-*/conf/layer.conf: tweak BBFILES comment Paul Eggleton
@ 2013-04-09 17:26 ` Trevor Woerner
0 siblings, 0 replies; 10+ messages in thread
From: Trevor Woerner @ 2013-04-09 17:26 UTC (permalink / raw)
To: Paul Eggleton; +Cc: Patches and discussions about the oe-core layer
On Tue, Apr 9, 2013 at 10:19 AM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> -# We have a packages directory, add to BBFILES
> +# We have recipes-* directories, add to BBFILES
[etc]
Thank you :-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 0/3] Minor comment/doc fixes
2013-04-09 14:19 [PATCH 0/3] Minor comment/doc fixes Paul Eggleton
` (2 preceding siblings ...)
2013-04-09 14:19 ` [PATCH 3/3] classes/license: remove outdated comment Paul Eggleton
@ 2013-04-09 17:51 ` Trevor Woerner
2013-04-09 18:02 ` Paul Eggleton
3 siblings, 1 reply; 10+ messages in thread
From: Trevor Woerner @ 2013-04-09 17:51 UTC (permalink / raw)
To: Paul Eggleton; +Cc: Patches and discussions about the oe-core layer
On Tue, Apr 9, 2013 at 10:19 AM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> git://git.openembedded.org/openembedded-core-contrib paule/layer-tweaks-core
This is odd... I perform a:
$ git fetch --all
But I can only find a paule/layer-tweaks and not
paule/layer-tweaks-core. Yet the http:// link works fine.
Did I set something up wrong?
$ git remote -v
contrib git://git.pokylinux.org/poky-contrib (fetch)
contrib git://git.pokylinux.org/poky-contrib (push)
origin git://git.yoctoproject.org/poky (fetch)
origin git://git.yoctoproject.org/poky (push)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 0/3] Minor comment/doc fixes
2013-04-09 17:51 ` [PATCH 0/3] Minor comment/doc fixes Trevor Woerner
@ 2013-04-09 18:02 ` Paul Eggleton
2013-04-09 18:40 ` Trevor Woerner
0 siblings, 1 reply; 10+ messages in thread
From: Paul Eggleton @ 2013-04-09 18:02 UTC (permalink / raw)
To: Trevor Woerner; +Cc: openembedded-core
Hi Trevor,
On Tuesday 09 April 2013 13:51:03 Trevor Woerner wrote:
> On Tue, Apr 9, 2013 at 10:19 AM, Paul Eggleton
> <paul.eggleton@linux.intel.com> wrote:
> > git://git.openembedded.org/openembedded-core-contrib
> > paule/layer-tweaks-core
> This is odd... I perform a:
>
> $ git fetch --all
>
> But I can only find a paule/layer-tweaks and not
> paule/layer-tweaks-core. Yet the http:// link works fine.
>
> Did I set something up wrong?
>
> $ git remote -v
> contrib git://git.pokylinux.org/poky-contrib (fetch)
> contrib git://git.pokylinux.org/poky-contrib (push)
> origin git://git.yoctoproject.org/poky (fetch)
> origin git://git.yoctoproject.org/poky (push)
The openembedded-core-contrib and poky-contrib repos are entirely separate. In
this case I have two separate (but related) patchsets, one for the files in OE-
Core (paule/layer-tweaks-core in openembedded-core-contrib), and one for the
files that are just in the poky repository (paule/layer-tweaks in poky-
contrib).
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 0/3] Minor comment/doc fixes
2013-04-09 18:02 ` Paul Eggleton
@ 2013-04-09 18:40 ` Trevor Woerner
2013-04-09 18:49 ` Paul Eggleton
0 siblings, 1 reply; 10+ messages in thread
From: Trevor Woerner @ 2013-04-09 18:40 UTC (permalink / raw)
To: Paul Eggleton; +Cc: Patches and discussions about the oe-core layer
On Tue, Apr 9, 2013 at 2:02 PM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> The openembedded-core-contrib and poky-contrib repos are entirely separate.
D'oh!
Retrying:
$ git remote add contrib git://git.openembedded.org/meta-openembedded-contrib
$ git remote -v
contrib git://git.openembedded.org/meta-openembedded-contrib (fetch)
contrib git://git.openembedded.org/meta-openembedded-contrib (push)
origin git://git.openembedded.org/meta-openembedded (fetch)
origin git://git.openembedded.org/meta-openembedded (push)
$ git fetch contrib
remote: Counting objects: 1288, done.
remote: Compressing objects: 100% (554/554), done.
remote: Total 903 (delta 491), reused 592 (delta 296)
Receiving objects: 100% (903/903), 155.45 KiB | 55 KiB/s, done.
Resolving deltas: 100% (491/491), completed with 119 local objects.
From git://git.openembedded.org/meta-openembedded-contrib
* [new branch] gnutoo/gpsd-3.4 -> contrib/gnutoo/gpsd-3.4
* [new branch] gnutoo/gpsd-3.7 -> contrib/gnutoo/gpsd-3.7
* [new branch] gnutoo/libsdl -> contrib/gnutoo/libsdl
* [new branch] gnutoo/vala-0.16.0 -> contrib/gnutoo/vala-0.16.0
* [new branch] hrw/aarch64-support -> contrib/hrw/aarch64-support
* [new branch] hrw/world-cleanups -> contrib/hrw/world-cleanups
* [new branch] jansa/for-danny -> contrib/jansa/for-danny
* [new branch] jansa/for-danny2 -> contrib/jansa/for-danny2
* [new branch] jansa/for-danny3 -> contrib/jansa/for-danny3
* [new branch] jansa/in-test -> contrib/jansa/in-test
* [new branch] jansa/in-test-cbrake -> contrib/jansa/in-test-cbrake
* [new branch] jansa/in-test-felipe -> contrib/jansa/in-test-felipe
* [new branch] jansa/in-test-hrw -> contrib/jansa/in-test-hrw
* [new branch] jansa/in-test-khem -> contrib/jansa/in-test-khem
* [new branch] jansa/in-test-koen -> contrib/jansa/in-test-koen
* [new branch] jansa/in-test-ross -> contrib/jansa/in-test-ross
* [new branch] jansa/test -> contrib/jansa/test
* [new branch] jansa/world -> contrib/jansa/world
* [new branch] kraj/updates -> contrib/kraj/updates
* [new branch] master -> contrib/master
* [new branch] obi/denzil -> contrib/obi/denzil
* [new branch] obi/master -> contrib/obi/master
* [new branch] paule/ajenti -> contrib/paule/ajenti
* [new branch] paule/cleanup6 -> contrib/paule/cleanup6
* [new branch] paule/collectd -> contrib/paule/collectd
* [new branch] ross/danny -> contrib/ross/danny
* [new branch] ross/gtk -> contrib/ross/gtk
* [new branch] ross/master -> contrib/ross/master
* [new branch] ross/piglit -> contrib/ross/piglit
* [new branch] ross/pinpoint -> contrib/ross/pinpoint
* [new branch] ross/xorg -> contrib/ross/xorg
* [new branch] shr -> contrib/shr
* [new branch] trini/misc-v2 -> contrib/trini/misc-v2
I still don't see a paule/layer-tweaks-core :-(
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 0/3] Minor comment/doc fixes
2013-04-09 18:40 ` Trevor Woerner
@ 2013-04-09 18:49 ` Paul Eggleton
2013-04-09 21:12 ` Trevor Woerner
0 siblings, 1 reply; 10+ messages in thread
From: Paul Eggleton @ 2013-04-09 18:49 UTC (permalink / raw)
To: Trevor Woerner; +Cc: Patches and discussions about the oe-core layer
On Tuesday 09 April 2013 14:40:32 Trevor Woerner wrote:
> On Tue, Apr 9, 2013 at 2:02 PM, Paul Eggleton
>
> <paul.eggleton@linux.intel.com> wrote:
> > The openembedded-core-contrib and poky-contrib repos are entirely
> > separate.
>
> D'oh!
>
> Retrying:
>
> $ git remote add contrib
> git://git.openembedded.org/meta-openembedded-contrib
>
> $ git remote -v
> contrib git://git.openembedded.org/meta-openembedded-contrib (fetch)
> contrib git://git.openembedded.org/meta-openembedded-contrib (push)
> origin git://git.openembedded.org/meta-openembedded (fetch)
> origin git://git.openembedded.org/meta-openembedded (push)
>
> $ git fetch contrib
> remote: Counting objects: 1288, done.
> remote: Compressing objects: 100% (554/554), done.
> remote: Total 903 (delta 491), reused 592 (delta 296)
> Receiving objects: 100% (903/903), 155.45 KiB | 55 KiB/s, done.
> Resolving deltas: 100% (491/491), completed with 119 local objects.
> From git://git.openembedded.org/meta-openembedded-contrib
> * [new branch] gnutoo/gpsd-3.4 -> contrib/gnutoo/gpsd-3.4
> * [new branch] gnutoo/gpsd-3.7 -> contrib/gnutoo/gpsd-3.7
> * [new branch] gnutoo/libsdl -> contrib/gnutoo/libsdl
> * [new branch] gnutoo/vala-0.16.0 -> contrib/gnutoo/vala-0.16.0
> * [new branch] hrw/aarch64-support -> contrib/hrw/aarch64-support
> * [new branch] hrw/world-cleanups -> contrib/hrw/world-cleanups
> * [new branch] jansa/for-danny -> contrib/jansa/for-danny
> * [new branch] jansa/for-danny2 -> contrib/jansa/for-danny2
> * [new branch] jansa/for-danny3 -> contrib/jansa/for-danny3
> * [new branch] jansa/in-test -> contrib/jansa/in-test
> * [new branch] jansa/in-test-cbrake -> contrib/jansa/in-test-cbrake
> * [new branch] jansa/in-test-felipe -> contrib/jansa/in-test-felipe
> * [new branch] jansa/in-test-hrw -> contrib/jansa/in-test-hrw
> * [new branch] jansa/in-test-khem -> contrib/jansa/in-test-khem
> * [new branch] jansa/in-test-koen -> contrib/jansa/in-test-koen
> * [new branch] jansa/in-test-ross -> contrib/jansa/in-test-ross
> * [new branch] jansa/test -> contrib/jansa/test
> * [new branch] jansa/world -> contrib/jansa/world
> * [new branch] kraj/updates -> contrib/kraj/updates
> * [new branch] master -> contrib/master
> * [new branch] obi/denzil -> contrib/obi/denzil
> * [new branch] obi/master -> contrib/obi/master
> * [new branch] paule/ajenti -> contrib/paule/ajenti
> * [new branch] paule/cleanup6 -> contrib/paule/cleanup6
> * [new branch] paule/collectd -> contrib/paule/collectd
> * [new branch] ross/danny -> contrib/ross/danny
> * [new branch] ross/gtk -> contrib/ross/gtk
> * [new branch] ross/master -> contrib/ross/master
> * [new branch] ross/piglit -> contrib/ross/piglit
> * [new branch] ross/pinpoint -> contrib/ross/pinpoint
> * [new branch] ross/xorg -> contrib/ross/xorg
> * [new branch] shr -> contrib/shr
> * [new branch] trini/misc-v2 -> contrib/trini/misc-v2
>
> I still don't see a paule/layer-tweaks-core :-(
Now you're looking at meta-openembedded-contrib as opposed to openembedded-
core-contrib.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 0/3] Minor comment/doc fixes
2013-04-09 18:49 ` Paul Eggleton
@ 2013-04-09 21:12 ` Trevor Woerner
0 siblings, 0 replies; 10+ messages in thread
From: Trevor Woerner @ 2013-04-09 21:12 UTC (permalink / raw)
To: Paul Eggleton; +Cc: Patches and discussions about the oe-core layer
On Tue, Apr 9, 2013 at 2:49 PM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> Now you're looking at meta-openembedded-contrib as opposed to openembedded-
> core-contrib.
So... it has come to this, eh?
http://xkcd.com/1022/
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2013-04-09 21:30 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09 14:19 [PATCH 0/3] Minor comment/doc fixes Paul Eggleton
2013-04-09 14:19 ` [PATCH 1/3] meta/recipes.txt: add recipes-lsb4 Paul Eggleton
2013-04-09 14:19 ` [PATCH 2/3] meta-*/conf/layer.conf: tweak BBFILES comment Paul Eggleton
2013-04-09 17:26 ` Trevor Woerner
2013-04-09 14:19 ` [PATCH 3/3] classes/license: remove outdated comment Paul Eggleton
2013-04-09 17:51 ` [PATCH 0/3] Minor comment/doc fixes Trevor Woerner
2013-04-09 18:02 ` Paul Eggleton
2013-04-09 18:40 ` Trevor Woerner
2013-04-09 18:49 ` Paul Eggleton
2013-04-09 21:12 ` Trevor Woerner
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.