diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-07-04 14:44:46 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-07-24 09:14:03 +0000 |
commit | 94a19893064724d89893252735883cdb0415835f (patch) | |
tree | 4bff24f56fd4b235870307e7834d67576038a9e5 /templates/feature/agl-demo-control-panel/50_bblayers.conf.inc | |
parent | ca836399d23e92f20d7ccc02122ab029e695cc6b (diff) |
Move agl-demo-control-panel into own layer and feature during qt6 migration
This creates a temporary sublayer for the demo control panel until
meta-agl-demo itself is migrated to qt6.
Bug-AGL: SPEC-5195
Change-Id: I07f97385600fb695e182b11c528225d5510185d9
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30067
Diffstat (limited to 'templates/feature/agl-demo-control-panel/50_bblayers.conf.inc')
-rw-r--r-- | templates/feature/agl-demo-control-panel/50_bblayers.conf.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/feature/agl-demo-control-panel/50_bblayers.conf.inc b/templates/feature/agl-demo-control-panel/50_bblayers.conf.inc new file mode 100644 index 000000000..479655bc4 --- /dev/null +++ b/templates/feature/agl-demo-control-panel/50_bblayers.conf.inc @@ -0,0 +1,13 @@ +# This layer contains the WIP feature/demo code only +#--------------------------------------------------- +BBLAYERS =+ " \ + ${METADIR}/meta-agl-demo/meta-agl-demo-control-panel \ + ${METADIR}/meta-agl/meta-agl-kuksa-val \ +" + +#AGL_META_FILESYSTEMS = "${METADIR}/external/meta-openembedded/meta-filesystems" +#AGL_META_MULTIMEDIA = "${METADIR}/external/meta-openembedded/meta-multimedia" +#AGL_META_NETWORKING = "${METADIR}/external/meta-openembedded/meta-networking" +AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python" +AGL_META_QT5 = "${METADIR}/external/meta-qt6" +AGL_META_CLANG = " ${METADIR}/external/meta-clang " |