mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
conf/layer.conf: remove bbclass from BBFILES
Add bbclass to BBFILES doesn't make any sense. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
16812dac96
commit
3963c388a3
@@ -2,7 +2,7 @@
|
|||||||
BBPATH .= ":${LAYERDIR}"
|
BBPATH .= ":${LAYERDIR}"
|
||||||
|
|
||||||
# We have a recipes directory, add to BBFILES
|
# We have a recipes directory, add to BBFILES
|
||||||
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass"
|
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
|
||||||
|
|
||||||
BBFILE_COLLECTIONS += "scanners-layer"
|
BBFILE_COLLECTIONS += "scanners-layer"
|
||||||
BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
|
BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
BBPATH .= ":${LAYERDIR}"
|
BBPATH .= ":${LAYERDIR}"
|
||||||
|
|
||||||
# We have a recipes directory, add to BBFILES
|
# We have a recipes directory, add to BBFILES
|
||||||
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass"
|
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
|
||||||
|
|
||||||
BBFILE_COLLECTIONS += "tpm-layer"
|
BBFILE_COLLECTIONS += "tpm-layer"
|
||||||
BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/"
|
BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/"
|
||||||
|
|||||||
Reference in New Issue
Block a user