mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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:
parent
c21770fa69
commit
728cec9848
10
meta-skeleton/conf/layer.conf
Normal file
10
meta-skeleton/conf/layer.conf
Normal 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"
|
||||
|
Loading…
Reference in New Issue
Block a user