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 /recipes-platform/images/agl-ivi-demo-control-panel.bb | |
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 'recipes-platform/images/agl-ivi-demo-control-panel.bb')
-rw-r--r-- | recipes-platform/images/agl-ivi-demo-control-panel.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-platform/images/agl-ivi-demo-control-panel.bb b/recipes-platform/images/agl-ivi-demo-control-panel.bb deleted file mode 100644 index 7524ada5a..000000000 --- a/recipes-platform/images/agl-ivi-demo-control-panel.bb +++ /dev/null @@ -1,29 +0,0 @@ -require recipes-platform/images/agl-image-weston.bb - -SUMMARY = "AGL demo control panel image" - -require agl-demo-features.inc - -IMAGE_FEATURES += "splash package-management ssh-server-openssh" - -# NOTE: The client key and certificate in kuksa-certificates-agl-client -# seem required by kuksa-client at the moment even though client -# certification has been deprecated upstream, this needs further -# investigation so it can be dropped from the image. -# -IMAGE_KUKSA_PACKAGES = " \ - kuksa-client \ - kuksa-certificates-agl-ca \ - kuksa-certificates-agl-client \ -" - -IMAGE_INSTALL += "\ - packagegroup-agl-networking \ - weston-ini-conf-landscape \ - weston-agl-driver-conf \ - ${IMAGE_KUKSA_PACKAGES} \ - agl-demo-control-panel \ - qtwayland \ - qtwayland-plugins \ - qtwayland-qmlplugins \ -" |