Add templates for new application framework components 46/26946/3
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 1 Dec 2021 14:23:42 +0000 (15:23 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 2 Dec 2021 16:56:47 +0000 (16:56 +0000)
Setup the templates.

Bug-AGL: SPEC-4161
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I4ea66291413dac8ddfc98f0536afd8f823b38391
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26946

meta-app-framework/conf/include/agl-app-framework.inc [new file with mode: 0644]
templates/feature/agl-app-framework/50_bblayers.conf.inc [new file with mode: 0644]
templates/feature/agl-app-framework/50_local.conf.inc [new file with mode: 0644]

diff --git a/meta-app-framework/conf/include/agl-app-framework.inc b/meta-app-framework/conf/include/agl-app-framework.inc
new file mode 100644 (file)
index 0000000..12091d3
--- /dev/null
@@ -0,0 +1 @@
+# any required local.conf additions
\ No newline at end of file
diff --git a/templates/feature/agl-app-framework/50_bblayers.conf.inc b/templates/feature/agl-app-framework/50_bblayers.conf.inc
new file mode 100644 (file)
index 0000000..e6eacd9
--- /dev/null
@@ -0,0 +1,4 @@
+
+BBLAYERS =+ " \
+       ${METADIR}/meta-agl/meta-app-framework \
+       "
diff --git a/templates/feature/agl-app-framework/50_local.conf.inc b/templates/feature/agl-app-framework/50_local.conf.inc
new file mode 100644 (file)
index 0000000..de1b9dd
--- /dev/null
@@ -0,0 +1,2 @@
+#see meta-agl/meta-app-framework/conf/include/agl-app-framework.inc
+#require conf/include/agl-app-framework.inc