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