mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
meta-intel: make meta-intel itself a layer
meta-intel contains a set of BSP layers, but is not itself a layer. Make it a layer to make it easy to share common intel-specific files between BSPs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
ba97cb7d2d
commit
49a4dfe2f3
10
conf/layer.conf
Normal file
10
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}/common/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/common/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS += "intel"
|
||||
BBFILE_PATTERN_intel := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_intel = "5"
|
Loading…
Reference in New Issue
Block a user