mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
layer.conf: use += for SIGGEN_EXCLUDERECIPES_ABISAFE and split to multiple lines
* += is important, because if oe-core is in BBLAYERS after some other layers with SIGGEN_EXCLUDERECIPES_ABISAFE it overwrites their entries (From OE-Core rev: 3aa1bb01c0fa91bcb7d9a03198d19ac88a1bdecb) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b6bd0f8a32
commit
ee86f899e1
+10
-1
@@ -18,4 +18,13 @@ PATH := "${PATH}:${COREBASE}/scripts"
|
|||||||
|
|
||||||
QEMUIMAGETESTS := "${COREBASE}/scripts/qemuimage-tests"
|
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 \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user