mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
72b05edff5
Signed-off-by: Armin Kuster <akuster808@gmail.com>
18 lines
467 B
Plaintext
18 lines
467 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 = "zeus"
|
|
|
|
LAYERDEPENDS_tpm-layer = " \
|
|
core \
|
|
openembedded-layer \
|
|
"
|
|
BBLAYERS_LAYERINDEX_NAME_tpm-layer = "meta-tpm"
|