Initial commit

This commit is contained in:
2023-01-12 13:03:46 +01:00
commit 42012b1602
3 changed files with 43 additions and 0 deletions

12
conf/layer.conf Normal file
View 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}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "testapp"
BBFILE_PATTERN_testapp = "^${LAYERDIR}/"
BBFILE_PRIORITY_testapp = "5"
LAYERVERSION_testapp = "1"
LAYERSERIES_COMPAT_testapp = "dunfell"