* [PATCH poky-extras] layer.conf: clarify comments
@ 2012-08-14 1:50 Trevor Woerner
2012-08-14 5:01 ` Bruce Ashfield
0 siblings, 1 reply; 4+ 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>
---
meta-kernel-dev/conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-kernel-dev/conf/layer.conf b/meta-kernel-dev/conf/layer.conf
index ea889e8..642d485 100644
--- a/meta-kernel-dev/conf/layer.conf
+++ b/meta-kernel-dev/conf/layer.conf
@@ -5,7 +5,7 @@ BB_DANGLINGAPPENDS_WARNONLY ?= "true"
# 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] 4+ messages in thread
* Re: [PATCH poky-extras] layer.conf: clarify comments
2012-08-14 1:50 [PATCH poky-extras] layer.conf: clarify comments Trevor Woerner
@ 2012-08-14 5:01 ` Bruce Ashfield
2012-08-14 14:13 ` Trevor Woerner
0 siblings, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2012-08-14 5:01 UTC (permalink / raw)
To: Trevor Woerner; +Cc: yocto
On 12-08-13 9: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-*.
I grabbed this and pushed it to the poky-extras repo.
Thanks!
Bruce
>
> Signed-off-by: Trevor Woerner<twoerner@gmail.com>
> ---
> meta-kernel-dev/conf/layer.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-kernel-dev/conf/layer.conf b/meta-kernel-dev/conf/layer.conf
> index ea889e8..642d485 100644
> --- a/meta-kernel-dev/conf/layer.conf
> +++ b/meta-kernel-dev/conf/layer.conf
> @@ -5,7 +5,7 @@ BB_DANGLINGAPPENDS_WARNONLY ?= "true"
> # 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"
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH poky-extras] layer.conf: clarify comments
2012-08-14 5:01 ` Bruce Ashfield
@ 2012-08-14 14:13 ` Trevor Woerner
2012-08-14 14:14 ` Bruce Ashfield
0 siblings, 1 reply; 4+ messages in thread
From: Trevor Woerner @ 2012-08-14 14:13 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: yocto
Hi Bruce,
On Tue, Aug 14, 2012 at 1:01 AM, Bruce Ashfield
<bruce.ashfield@windriver.com> wrote:
> I grabbed this and pushed it to the poky-extras repo.
Awesome, thanks.
Any word on whether the other two can be applied as well? The one for
meta-intel and the one for the poky base?
Best regards,
Trevor
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH poky-extras] layer.conf: clarify comments
2012-08-14 14:13 ` Trevor Woerner
@ 2012-08-14 14:14 ` Bruce Ashfield
0 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2012-08-14 14:14 UTC (permalink / raw)
To: Trevor Woerner; +Cc: yocto, Darren Hart
On 12-08-14 10:13 AM, Trevor Woerner wrote:
> Hi Bruce,
>
> On Tue, Aug 14, 2012 at 1:01 AM, Bruce Ashfield
> <bruce.ashfield@windriver.com> wrote:
>> I grabbed this and pushed it to the poky-extras repo.
>
> Awesome, thanks.
>
> Any word on whether the other two can be applied as well? The one for
> meta-intel and the one for the poky base?
I grabbed the one that I can push :) Tom/Darren would typically grab
a change for meta-intel, and saul/RP for poky base.
Bruce
>
> Best regards,
> Trevor
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-08-14 14:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 1:50 [PATCH poky-extras] layer.conf: clarify comments Trevor Woerner
2012-08-14 5:01 ` Bruce Ashfield
2012-08-14 14:13 ` Trevor Woerner
2012-08-14 14:14 ` Bruce Ashfield
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.