|
@@ -1,8 +1,8 @@
|
|
|
# We have a conf and classes directory, add to BBPATH
|
|
# We have a conf and classes directory, add to BBPATH
|
|
|
-BBPATH := "${BBPATH}:${LAYERDIR}"
|
|
|
|
|
|
|
+BBPATH .= ":${LAYERDIR}"
|
|
|
|
|
|
|
|
# We have a recipes directory, add to BBFILES
|
|
# We have a recipes directory, add to BBFILES
|
|
|
-BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
|
|
|
|
|
|
|
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
|
|
|
|
BBFILE_COLLECTIONS += "swupdate"
|
|
BBFILE_COLLECTIONS += "swupdate"
|