mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
meta-isg: Making meta-isg as a layer
This layer provides additional common recipes to be used by all IOTG maintained platforms.
Signed-off-by: venkatasubramanian pattu <venkatasubramanianx.pattu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
(cherry picked from commit 6a334428e1)
Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
305c1c0eb2
commit
38652c3706
12
meta-isg/conf/layer.conf
Normal file
12
meta-isg/conf/layer.conf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# We have a conf and classes directory, add to BBPATH
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
|
||||
# We have recipes-* directories, add to BBFILES
|
||||
BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/common/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS += "isg"
|
||||
BBFILE_PATTERN_isg := "^${LAYERDIR}/common/"
|
||||
BBFILE_PRIORITY_isg = "5"
|
||||
|
||||
LAYERDEPENDS_isg = "intel"
|
||||
Loading…
Reference in New Issue
Block a user