Explorar o código

Add the layer meta-skeleton

Add the layer meta-skeleton, it will be used to place the various
canonical examples.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Robert Yang %!s(int64=13) %!d(string=hai) anos
pai
achega
3ccbfdecd0
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      meta-skeleton/conf/layer.conf

+ 10 - 0
meta-skeleton/conf/layer.conf

@@ -0,0 +1,10 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH := "${BBPATH}:${LAYERDIR}"
+
+# We have a packages directory, add to BBFILES
+BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb"
+
+BBFILE_COLLECTIONS += "skeleton"
+BBFILE_PATTERN_skeleton := "^${LAYERDIR}/"
+BBFILE_PRIORITY_skeleton = "1"
+