meta-security-isafw: import layer from Intel

take over layer

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2020-02-22 08:08:28 -08:00
parent 73cb9a32dc
commit 4842e14299
23 changed files with 2550 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "security-isafw"
BBFILE_PATTERN_security-isafw = "^${LAYERDIR}/"
BBFILE_PRIORITY_security-isafw = "6"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_security-isafw = "1"
LAYERDEPENDS_security-isafw = "core"
LAYERSERIES_COMPAT_security-isafw = "sumo thud"