]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add the layer meta-skeleton
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 11 May 2011 06:08:11 +0000 (14:08 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 May 2011 13:22:53 +0000 (14:22 +0100)
Add the layer meta-skeleton, it will be used to place the various
canonical examples.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta-skeleton/conf/layer.conf [new file with mode: 0644]

diff --git a/meta-skeleton/conf/layer.conf b/meta-skeleton/conf/layer.conf
new file mode 100644 (file)
index 0000000..edb31dd
--- /dev/null
@@ -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"
+