angstrom-layers: fix layer.conf for meta-angstrom
Signed-off-by: Koen Kooi <k-kooi@ti.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# We have a conf and classes directory, add to BBPATH
|
||||
BBPATH := "${BBPATH}:${LAYERDIR}"
|
||||
|
||||
# We have a packages directory, add to BBFILES
|
||||
BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb \
|
||||
${LAYERDIR}/packages/*/*.bbappend"
|
||||
# We have a recipes directory, add to BBFILES
|
||||
BBFILES := "${BBFILES} ${LAYERDIR}/recipes/*/*.bb \
|
||||
${LAYERDIR}/recipes/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS += "angstrom-layer"
|
||||
BBFILE_PATTERN_angstrom-layer := "^${LAYERDIR}/"
|
||||
|
||||
Reference in New Issue
Block a user