diff options
author | Suchinton Chakravarty <suchinton.2001@gmail.com> | 2024-09-27 22:08:12 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-09-30 14:03:09 +0000 |
commit | dbd60227dfda962f0c68596e7d874794a23193ac (patch) | |
tree | 62e814b88920b8385bbca0f2b64e4eeaff2ac184 /templates | |
parent | 82c703554b58474c366108cced2d6bb2767d56cd (diff) |
AGL Demo Control Panel: Enable Networking and QtQuick
This commit adds Networking to enable CAN playback and QtQickWidgets to render the QML Gauges.
Bug-AGL: SPEC-5161
Change-Id: I97567e4ef1612cac0de7e0be81c7c95c6eba9d2e
Signed-off-by: Suchinton Chakravarty <suchinton.2001@gmail.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30324
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-demo-control-panel/50_bblayers.conf.inc | 2 |
1 files changed, 1 insertions, 1 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 index 479655bc4..886befa72 100644 --- a/templates/feature/agl-demo-control-panel/50_bblayers.conf.inc +++ b/templates/feature/agl-demo-control-panel/50_bblayers.conf.inc @@ -7,7 +7,7 @@ BBLAYERS =+ " \ #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_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 " |