* [PATCH][poky-extras] meta-kernel-dev: allow for dangling bbappend files
@ 2011-07-12 2:49 Darren Hart
2011-07-12 4:49 ` Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: Darren Hart @ 2011-07-12 2:49 UTC (permalink / raw)
To: Yocto Project
With the bitbake commit:
7a2a24de094ce8f2e2068bbee6709dfc2cdc69b9
missing base recipe files for bbappends became an error. Rather than creating a
separate kernel development layer for every layer containing a new kernel recipe
name, conditionally set BB_DANGLINGAPPENDS_WARNONLY.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
CC: Jeff Mitchell <jmitchell@ll.mit.edu>
---
meta-kernel-dev/conf/layer.conf | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/meta-kernel-dev/conf/layer.conf b/meta-kernel-dev/conf/layer.conf
index 33f1ca5..01e5b15 100644
--- a/meta-kernel-dev/conf/layer.conf
+++ b/meta-kernel-dev/conf/layer.conf
@@ -1,3 +1,7 @@
+# Avoid having to split this into multiple layers
+# Allow missing base recipe files for our bbappends
+BB_DANGLINGAPPENDS_WARNONLY ?= "true"
+
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
--
1.7.1
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH][poky-extras] meta-kernel-dev: allow for dangling bbappend files
2011-07-12 2:49 [PATCH][poky-extras] meta-kernel-dev: allow for dangling bbappend files Darren Hart
@ 2011-07-12 4:49 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2011-07-12 4:49 UTC (permalink / raw)
To: Darren Hart; +Cc: Yocto Project
On 11-07-11 10:49 PM, Darren Hart wrote:
> With the bitbake commit:
> 7a2a24de094ce8f2e2068bbee6709dfc2cdc69b9
> missing base recipe files for bbappends became an error. Rather than creating a
> separate kernel development layer for every layer containing a new kernel recipe
> name, conditionally set BB_DANGLINGAPPENDS_WARNONLY.
>
> Signed-off-by: Darren Hart<dvhart@linux.intel.com>
> CC: Bruce Ashfield<bruce.ashfield@windriver.com>
Agreed. This is the right solution.
Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> CC: Jeff Mitchell<jmitchell@ll.mit.edu>
> ---
> meta-kernel-dev/conf/layer.conf | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/meta-kernel-dev/conf/layer.conf b/meta-kernel-dev/conf/layer.conf
> index 33f1ca5..01e5b15 100644
> --- a/meta-kernel-dev/conf/layer.conf
> +++ b/meta-kernel-dev/conf/layer.conf
> @@ -1,3 +1,7 @@
> +# Avoid having to split this into multiple layers
> +# Allow missing base recipe files for our bbappends
> +BB_DANGLINGAPPENDS_WARNONLY ?= "true"
> +
> # We have a conf and classes directory, add to BBPATH
> BBPATH := "${BBPATH}:${LAYERDIR}"
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-12 4:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-12 2:49 [PATCH][poky-extras] meta-kernel-dev: allow for dangling bbappend files Darren Hart
2011-07-12 4:49 ` 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.