mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 11:29:37 +00:00
kas: build with ptest. remove apparmor
apparmor does not build with ptest enabled. skipping it for now Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -42,8 +42,7 @@ local_conf_header:
|
||||
INHERIT += "testimage"
|
||||
TEST_QEMUBOOT_TIMEOUT = "1500"
|
||||
EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
|
||||
DISTRO_FEATURES_remove = " ptest"
|
||||
PACKAGE_CLASSES = "package_rpm"
|
||||
PACKAGE_CLASSES = "package_ipk"
|
||||
|
||||
|
||||
diskmon: |
|
||||
|
||||
@@ -6,6 +6,6 @@ header:
|
||||
|
||||
local_conf_header:
|
||||
meta-security: |
|
||||
DISTRO_FEATURES_append = " ptest apparmor pam"
|
||||
DISTRO_FEATURES_append = " pam"
|
||||
|
||||
machine: qemux86
|
||||
|
||||
Reference in New Issue
Block a user