mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
Switch to bblayers configuration
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
9
meta-moblin/conf/layer.conf
Normal file
9
meta-moblin/conf/layer.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
# We have a conf and classes directory, add to BBPATH
|
||||
BBPATH := "${BBPATH}${LAYERDIR}"
|
||||
|
||||
# We have a packages directory, add to BBFILES
|
||||
BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb"
|
||||
|
||||
BBFILE_COLLECTIONS += "moblin"
|
||||
BBFILE_PATTERN_moblin := "^${OEROOT}/meta-moblin/"
|
||||
BBFILE_PRIORITY_moblin = "5"
|
||||
Reference in New Issue
Block a user