diff options
author | Suchinton <suchinton.2001@gmail.com> | 2024-07-17 22:39:29 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-07-24 09:14:03 +0000 |
commit | f9afa3f3024c36950d9fb9fbb53da3bd119bcc72 (patch) | |
tree | c444f8bd4f2404a4808c5360e5f5653c21bc840b /meta-agl-demo-control-panel/conf/layer.conf | |
parent | 94a19893064724d89893252735883cdb0415835f (diff) |
Pre-compile resources and remove unused dependenciessalmon_18.90.0salmon/18.90.018.90.0
V1:
- Use rcc to compile qrc resource file on host, and remove post install step to compile on target.
- Remove PySide6 as dependency for demo control panel as
python3-qtwidgets is no longer used to provide toggle button, and pyside6-rcc is not provided.
V2:
- Replace PySide6 with PyQt6 at the resouce compile step
- Add dynamic layer for meta-qt6 to provide QtWidgets and QtSvg
- Update runtime dependencies to provide bash and python3-rich for CLI interface
Bug-AGL: SPEC-5195
Change-Id: Ic390369a37f266b94b82397ba61a4f95ec0ed492
Signed-off-by: Suchinton <suchinton.2001@gmail.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30107
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
Diffstat (limited to 'meta-agl-demo-control-panel/conf/layer.conf')
-rw-r--r-- | meta-agl-demo-control-panel/conf/layer.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl-demo-control-panel/conf/layer.conf b/meta-agl-demo-control-panel/conf/layer.conf index fc185f946..ea256107e 100644 --- a/meta-agl-demo-control-panel/conf/layer.conf +++ b/meta-agl-demo-control-panel/conf/layer.conf @@ -5,6 +5,10 @@ BBPATH =. "${LAYERDIR}:" BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" +BBFILES_DYNAMIC += " \ + qt6-layer:${LAYERDIR}/dynamic-layers/meta-qt6/*/*/*.bbappend \ +" + BBFILE_COLLECTIONS += "agldemocontrolpanel" BBFILE_PATTERN_agldemocontrolpanel = "^${LAYERDIR}/" BBFILE_PRIORITY_agldemocontrolpanel = "70" |