Browse Source

meta-skeleton: layer.conf Should also have .bbappend in example

This will allow for an example recipe with a .bbappend, such as
busybox or kernel configure fragments.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Saul Wold 10 years ago
parent
commit
2a2a2540b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-skeleton/conf/layer.conf

+ 1 - 1
meta-skeleton/conf/layer.conf

@@ -2,7 +2,7 @@
 BBPATH .= ":${LAYERDIR}"
 
 # We have recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
 
 BBFILE_COLLECTIONS += "skeleton"
 BBFILE_PATTERN_skeleton = "^${LAYERDIR}/"