From 09783505e865bab1626fa70b15ea64c6e782fd4a Mon Sep 17 00:00:00 2001 From: Fabien Proriol Date: Fri, 23 May 2025 18:30:47 +0200 Subject: Add default conf and tools --- conf/layer.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 conf/layer.conf (limited to 'conf/layer.conf') diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..6ec38ab --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,13 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH := "${BBPATH}:${LAYERDIR}" + +# We have a packages directory, add to BBFILES +BBFILES := "${BBFILES} \ + ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "meta-kazoe" +BBFILE_PATTERN_meta-kazoe := "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-kazoe = "10" + +LAYERSERIES_COMPAT_meta-kazoe = "scarthgap" -- cgit v1.2.3