summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/feature/agl-audio-4a-framework/50_bblayers.conf.inc5
-rw-r--r--templates/feature/agl-audio-4a-framework/50_local.conf.inc4
2 files changed, 9 insertions, 0 deletions
diff --git a/templates/feature/agl-audio-4a-framework/50_bblayers.conf.inc b/templates/feature/agl-audio-4a-framework/50_bblayers.conf.inc
new file mode 100644
index 00000000..a4889083
--- /dev/null
+++ b/templates/feature/agl-audio-4a-framework/50_bblayers.conf.inc
@@ -0,0 +1,5 @@
+
+BBLAYERS =+ " \
+ ${METADIR}/meta-agl-devel/meta-audio-4a-framework \
+ "
+
diff --git a/templates/feature/agl-audio-4a-framework/50_local.conf.inc b/templates/feature/agl-audio-4a-framework/50_local.conf.inc
new file mode 100644
index 00000000..e75ea18c
--- /dev/null
+++ b/templates/feature/agl-audio-4a-framework/50_local.conf.inc
@@ -0,0 +1,4 @@
+# In order to enable the audio-4a-framework features ,
+# enables the following line:
+#
+DISTRO_FEATURES_append = " agl-audio-4a-framework "