Add the layer meta-skeleton

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

(From OE-Core rev: 3ccbfdecd0cd6c6d1476600b868647a9af46742e)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2011-05-11 14:08:11 +08:00 committed by Richard Purdie
parent c21770fa69
commit 728cec9848
1 changed files with 10 additions and 0 deletions

View File

@ -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"