mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
69523a73c4
Signed-off-by: Armin Kuster <akuster808@gmail.com>
14 lines
384 B
Plaintext
14 lines
384 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 ${LAYERDIR}/classes/*.bbclass"
|
|
|
|
BBFILE_COLLECTIONS += "tpm-layer"
|
|
BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_tpm-layer = "6"
|
|
|
|
LAYERDEPENDS_tpm-layer = " \
|
|
core \
|
|
"
|