From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- meta-agl/meta-pipewire/conf/layer.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-agl/meta-pipewire/conf/layer.conf (limited to 'meta-agl/meta-pipewire/conf/layer.conf') diff --git a/meta-agl/meta-pipewire/conf/layer.conf b/meta-agl/meta-pipewire/conf/layer.conf new file mode 100644 index 00000000..68113221 --- /dev/null +++ b/meta-agl/meta-pipewire/conf/layer.conf @@ -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 += "meta-pipewire" +BBFILE_PATTERN_meta-pipewire = "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-pipewire = "71" + +LAYERSERIES_COMPAT_meta-pipewire = "dunfell" -- cgit 1.2.3-korg