All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] layer.conf: use += for SIGGEN_EXCLUDERECIPES_ABISAFE and split to multiple lines
@ 2012-02-24 20:45 Martin Jansa
  2012-02-26  1:49 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2012-02-24 20:45 UTC (permalink / raw)
  To: openembedded-core

* += 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@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 \
+"
-- 
1.7.8.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] layer.conf: use += for SIGGEN_EXCLUDERECIPES_ABISAFE and split to multiple lines
  2012-02-24 20:45 [PATCH] layer.conf: use += for SIGGEN_EXCLUDERECIPES_ABISAFE and split to multiple lines Martin Jansa
@ 2012-02-26  1:49 ` Saul Wold
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-02-26  1:49 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Martin Jansa

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@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!



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-26  1:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-24 20:45 [PATCH] layer.conf: use += for SIGGEN_EXCLUDERECIPES_ABISAFE and split to multiple lines Martin Jansa
2012-02-26  1:49 ` Saul Wold

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.