[yocto] [PATCH][poky-extras] meta-kernel-dev: allow for dangling bbappend files

Bruce Ashfield bruce.ashfield at windriver.com
Mon Jul 11 21:49:05 PDT 2011


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 at linux.intel.com>
> CC: Bruce Ashfield<bruce.ashfield at windriver.com>


Agreed. This is the right solution.

Acked-by: Bruce Ashfield <bruce.ashfield at windriver.com>

> CC: Jeff Mitchell<jmitchell at 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}"
>




More information about the yocto mailing list