X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fimages%2Fagl-ivi-demo-control-panel.bb;fp=recipes-platform%2Fimages%2Fagl-ivi-demo-control-panel.bb;h=21785caea696308f22801a735b4a331494a781da;hb=8f24ebb0b6bd4a7181e188a8ab5aec209a1917e4;hp=0000000000000000000000000000000000000000;hpb=6e5995597c93831394024e0b8431702f1e785dcb;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-platform/images/agl-ivi-demo-control-panel.bb b/recipes-platform/images/agl-ivi-demo-control-panel.bb new file mode 100644 index 000000000..21785caea --- /dev/null +++ b/recipes-platform/images/agl-ivi-demo-control-panel.bb @@ -0,0 +1,27 @@ +require recipes-platform/images/agl-image-weston.bb + +SUMMARY = "AGL demo control panel image" + +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 \ +"