14 lines
410 B
Plaintext
14 lines
410 B
Plaintext
|
# 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 += "helloworld"
|
||
|
BBFILE_PATTERN_helloworld = "^${LAYERDIR}/"
|
||
|
BBFILE_PRIORITY_helloworld = "6"
|
||
|
|
||
|
LAYERDEPENDS_helloworld = "core"
|
||
|
LAYERSERIES_COMPAT_helloworld = "kirkstone"
|