Initial
This commit is contained in:
commit
b4d9399de6
16 changed files with 465 additions and 0 deletions
13
conf/layer.conf
Normal file
13
conf/layer.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# We have a conf and classes directory, add to BBPATH
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
|
||||
# We have recipes-* directories, add to BBFILES
|
||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS += "meta-imbus"
|
||||
BBFILE_PATTERN_meta-imbus = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_meta-imbus = "6"
|
||||
|
||||
LAYERDEPENDS_meta-imbus = "core"
|
||||
LAYERSERIES_COMPAT_meta-imbus = "scarthgap"
|
||||
Loading…
Add table
Add a link
Reference in a new issue