* [PATCH meta-intel] layer.conf: clarify comments
@ 2012-08-14 1:50 Trevor Woerner
2012-08-15 22:45 ` Darren Hart
0 siblings, 1 reply; 2+ messages in thread
From: Trevor Woerner @ 2012-08-14 1:50 UTC (permalink / raw)
To: yocto
From: Trevor Woerner <twoerner@gmail.com>
The recipes are no longer stored in a "packages" directory but in directories
under recipes-*.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
conf/layer.conf | 2 +-
meta-emenlow/conf/layer.conf | 2 +-
meta-n450/conf/layer.conf | 2 +-
meta-tlk/conf/layer.conf | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index a5db163..190d0b2 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -1,7 +1,7 @@
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
-# We have a packages directory, add to BBFILES
+# We have recipes-* directories, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/common/recipes-*/*/*.bb \
${LAYERDIR}/common/recipes-*/*/*.bbappend"
diff --git a/meta-emenlow/conf/layer.conf b/meta-emenlow/conf/layer.conf
index dda80c0..a49ec47 100644
--- a/meta-emenlow/conf/layer.conf
+++ b/meta-emenlow/conf/layer.conf
@@ -1,7 +1,7 @@
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
-# We have a packages directory, add to BBFILES
+# We have recipes-* directories, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
diff --git a/meta-n450/conf/layer.conf b/meta-n450/conf/layer.conf
index 2c905c2..4481121 100644
--- a/meta-n450/conf/layer.conf
+++ b/meta-n450/conf/layer.conf
@@ -1,7 +1,7 @@
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
-# We have a packages directory, add to BBFILES
+# We have recipes-* directories, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
diff --git a/meta-tlk/conf/layer.conf b/meta-tlk/conf/layer.conf
index 9af646f..fc0da61 100644
--- a/meta-tlk/conf/layer.conf
+++ b/meta-tlk/conf/layer.conf
@@ -1,6 +1,6 @@
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
-# We have a packages directory, add to BBFILES
+# We have recipes-* directories, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
--
1.7.10-rc3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH meta-intel] layer.conf: clarify comments
2012-08-14 1:50 [PATCH meta-intel] layer.conf: clarify comments Trevor Woerner
@ 2012-08-15 22:45 ` Darren Hart
0 siblings, 0 replies; 2+ messages in thread
From: Darren Hart @ 2012-08-15 22:45 UTC (permalink / raw)
To: Trevor Woerner; +Cc: yocto
On 08/13/2012 06:50 PM, Trevor Woerner wrote:
> From: Trevor Woerner <twoerner@gmail.com>
>
> The recipes are no longer stored in a "packages" directory but in directories
> under recipes-*.
>
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Merged with a minor subject change for clarity, thanks.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-15 22:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 1:50 [PATCH meta-intel] layer.conf: clarify comments Trevor Woerner
2012-08-15 22:45 ` Darren Hart
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.