mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-15 15:37:18 +00:00
7f7897590c
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
18 lines
470 B
Plaintext
18 lines
470 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a recipes directory, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "tpm-layer"
|
|
BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_tpm-layer = "10"
|
|
|
|
LAYERSERIES_COMPAT_tpm-layer = "dunfell"
|
|
|
|
LAYERDEPENDS_tpm-layer = " \
|
|
core \
|
|
openembedded-layer \
|
|
"
|
|
BBLAYERS_LAYERINDEX_NAME_tpm-layer = "meta-tpm"
|