Make sure we accept bbappends in appends folder only
* Have only one folder for appends * Ensure it is under layer dynamic handling Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# We have a conf and classes directory, append to BBPATH
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
|
||||
# We have a recipes directory, add to BBFILES
|
||||
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
|
||||
# We have recipes directories, add to BBFILES
|
||||
BBFILES += "${LAYERDIR}/recipes*/*/*.bb"
|
||||
|
||||
BBFILE_COLLECTIONS += "angstrom-layer"
|
||||
BBFILE_PATTERN_angstrom-layer := "^${LAYERDIR}/"
|
||||
|
||||
Reference in New Issue
Block a user