mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-31 00:40:19 +00:00
qemu: move qemu setting to image and out of layer.conf
I suspect its better form to have these in the image definition. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -26,6 +26,4 @@ BBFILES_DYNAMIC += " \
|
||||
# Setting SKIP_META_SECURITY_SANITY_CHECK to "1" would skip the bbappend files check.
|
||||
INHERIT += "sanity-meta-security"
|
||||
|
||||
QB_KERNEL_CMDLINE_APPEND = " ${@bb.utils.contains('DISTRO_FEATURES', 'apparmor', 'apparmor=1 security=apparmor', '', d)}"
|
||||
|
||||
addpylib ${LAYERDIR}/lib oeqa
|
||||
|
||||
Reference in New Issue
Block a user