diff options
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 \ -" |