mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01: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:
committed by
Richard Purdie
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"
|
||||
|
||||
Reference in New Issue
Block a user