[OE-core] [PATCH] layer.conf: use += for SIGGEN_EXCLUDERECIPES_ABISAFE and split to multiple lines

Saul Wold sgw at linux.intel.com
Sun Feb 26 01:49:04 UTC 2012


On 02/24/2012 12:45 PM, Martin Jansa wrote:
> * += is important, because if oe-core is in BBLAYERS after some other
>    layers with SIGGEN_EXCLUDERECIPES_ABISAFE it overwrites their entries
>
> Signed-off-by: Martin Jansa<Martin.Jansa at gmail.com>
> ---
>   meta/conf/layer.conf |   11 ++++++++++-
>   1 files changed, 10 insertions(+), 1 deletions(-)
>
> diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
> index c0c2930..dac9c97 100644
> --- a/meta/conf/layer.conf
> +++ b/meta/conf/layer.conf
> @@ -18,4 +18,13 @@ PATH := "${PATH}:${COREBASE}/scripts"
>
>   QEMUIMAGETESTS := "${COREBASE}/scripts/qemuimage-tests"
>
> -SIGGEN_EXCLUDERECIPES_ABISAFE = "sysvinit-inittab shadow-securetty opkg-config-base netbase formfactor xserver-xf86-config pointercal base-files"
> +SIGGEN_EXCLUDERECIPES_ABISAFE += " \
> +  sysvinit-inittab \
> +  shadow-securetty \
> +  opkg-config-base \
> +  netbase \
> +  formfactor \
> +  xserver-xf86-config \
> +  pointercal \
> +  base-files \
> +"
Merged into OE-core

Thanks
	Sau!




More information about the Openembedded-core mailing list