diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-12-01 15:23:42 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-12-02 16:56:47 +0000 |
commit | 234017e87245fb0910da4d1df306009f974cdad3 (patch) | |
tree | b7f463b03f82ff1c88495a50335c359f80a74fa0 | |
parent | 122938588ea50c46116b31c0912b79f979b8678d (diff) |
Add templates for new application framework components
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
-rw-r--r-- | meta-app-framework/conf/include/agl-app-framework.inc | 1 | ||||
-rw-r--r-- | templates/feature/agl-app-framework/50_bblayers.conf.inc | 4 | ||||
-rw-r--r-- | templates/feature/agl-app-framework/50_local.conf.inc | 2 |
3 files changed, 7 insertions, 0 deletions
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 index 000000000..12091d38e --- /dev/null +++ b/meta-app-framework/conf/include/agl-app-framework.inc @@ -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 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 |