meta-integrity: fix issues with yocto-check-layer

[v2]
re-did solutions

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2019-12-22 15:43:00 +00:00
parent 912ead8099
commit 5d629ccb54
6 changed files with 18 additions and 2 deletions
@@ -23,7 +23,9 @@ SRC_URI += "file://command-line-apply-operation-to-all-paths.patch"
S = "${WORKDIR}/git"
inherit pkgconfig autotools
inherit pkgconfig autotools features_check
REQUIRED_DISTRO_FEATURES = "ima"
EXTRA_OECONF_append_class-target = " --with-kernel-headers=${STAGING_KERNEL_BUILDDIR}"