diff options
Diffstat (limited to 'meta-raspberrypi-extra/conf')
| -rw-r--r-- | meta-raspberrypi-extra/conf/layer.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-raspberrypi-extra/conf/layer.conf b/meta-raspberrypi-extra/conf/layer.conf new file mode 100644 index 0000000..3f02a5e --- /dev/null +++ b/meta-raspberrypi-extra/conf/layer.conf @@ -0,0 +1,14 @@ +BBPATH .= ":${LAYERDIR}" + +BBFILES += "\ + ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend \ +" + +BBFILE_COLLECTIONS += "raspberrypi-extra-layer" +BBFILE_PATTERN_raspberrypi-extra-layer = "^${LAYERDIR}/" +BBFILE_PRIORITY_raspberrypi-extra-layer = "12" + +LAYERDEPENDS_raspberrypi-extra-layer += "raspberrypi" + +LAYERSERIES_COMPAT_raspberrypi-extra-layer = "whinlatter" |
