diff options
Diffstat (limited to 'meta-sota/conf/layer.conf')
-rw-r--r-- | meta-sota/conf/layer.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-sota/conf/layer.conf b/meta-sota/conf/layer.conf deleted file mode 100644 index a0ce5fa..0000000 --- a/meta-sota/conf/layer.conf +++ /dev/null @@ -1,11 +0,0 @@ -# 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 += "sota" -BBFILE_PATTERN_sota = "^${LAYERDIR}/" -BBFILE_PRIORITY_sota = "7" - |