13 lines
389 B
Plaintext
13 lines
389 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 += "testapp"
|
|
BBFILE_PATTERN_testapp = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_testapp = "5"
|
|
LAYERVERSION_testapp = "1"
|
|
LAYERSERIES_COMPAT_testapp = "dunfell"
|