Files
meta-security/meta-security-isafw/conf/layer.conf
Chen Qi c00d101bef complicance/isafw: remove oeqa addpylib
These two layers do not have oeqa lib modules. Remove these two
lines. Otherwise, `bitbake-layers add-layer <any_layer>' would fail
if either of these two layers are in BBLAYERS.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2023-06-20 11:07:20 -04:00

18 lines
567 B
Plaintext

# 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 = "mickledore"