mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-09 17:40:32 +00:00
meta-integrity: port over from meta-intel-iot-security
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
require ima-evm-utils.inc
|
||||
|
||||
PV = "1.0+git${SRCPV}"
|
||||
SRCREV = "3e2a67bdb0673581a97506262e62db098efef6d7"
|
||||
SRC_URI = "git://git.code.sf.net/p/linux-ima/ima-evm-utils"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# Documentation depends on asciidoc, which we do not have, so
|
||||
# do not build documentation.
|
||||
SRC_URI += "file://disable-doc-creation.patch"
|
||||
|
||||
# Workaround for upstream incompatibility with older Linux distros.
|
||||
# Relevant for us when compiling ima-evm-utils-native.
|
||||
SRC_URI += "file://evmctl.c-do-not-depend-on-xattr.h-with-IMA-defines.patch"
|
||||
|
||||
# Required for xargs with more than one path as argument (better for performance).
|
||||
SRC_URI += "file://command-line-apply-operation-to-all-paths.patch"
|
||||
Reference in New Issue
Block a user