From 234017e87245fb0910da4d1df306009f974cdad3 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 1 Dec 2021 15:23:42 +0100 Subject: Add templates for new application framework components Setup the templates. Bug-AGL: SPEC-4161 Signed-off-by: Jan-Simon Moeller Change-Id: I4ea66291413dac8ddfc98f0536afd8f823b38391 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26946 --- templates/feature/agl-app-framework/50_bblayers.conf.inc | 4 ++++ templates/feature/agl-app-framework/50_local.conf.inc | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 templates/feature/agl-app-framework/50_bblayers.conf.inc create mode 100644 templates/feature/agl-app-framework/50_local.conf.inc (limited to 'templates') 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 index 000000000..e6eacd9d8 --- /dev/null +++ b/templates/feature/agl-app-framework/50_bblayers.conf.inc @@ -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 index 000000000..de1b9dde0 --- /dev/null +++ b/templates/feature/agl-app-framework/50_local.conf.inc @@ -0,0 +1,2 @@ +#see meta-agl/meta-app-framework/conf/include/agl-app-framework.inc +#require conf/include/agl-app-framework.inc -- cgit 1.2.3-korg