mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
f1e482a498
Signed-off-by: Armin Kuster <akuster808@gmail.com>
16 lines
393 B
Plaintext
16 lines
393 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 = "6"
|
|
|
|
LAYERSERIES_COMPAT_tpm-layer = "sumo"
|
|
|
|
LAYERDEPENDS_tpm-layer = " \
|
|
core \
|
|
"
|