mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
layer.conf: pick up bbappend files as well
This commit is contained in:
parent
f403da33e8
commit
ec109f573b
@ -2,7 +2,7 @@
|
|||||||
BBPATH := "${LAYERDIR}:${BBPATH}"
|
BBPATH := "${LAYERDIR}:${BBPATH}"
|
||||||
|
|
||||||
# We have a recipes directory, add to BBFILES
|
# We have a recipes directory, add to BBFILES
|
||||||
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb"
|
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||||
|
|
||||||
BBFILE_COLLECTIONS += "openembedded-layer"
|
BBFILE_COLLECTIONS += "openembedded-layer"
|
||||||
BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"
|
BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user