X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-flutter%2Frecipes-platform%2Fimages%2Fagl-image-flutter-debug.bb;h=c9c1f298009217beafdb2108db4bbeb29271066d;hb=97310e350b19bc5e8cc391aba8394912eea19b4f;hp=ef1b70e71a7cae922493abfa2bf63c1ad6275623;hpb=11def03ba2ed03580729a2077de82e090cf58ca2;p=AGL%2Fmeta-agl-devel.git diff --git a/meta-agl-flutter/recipes-platform/images/agl-image-flutter-debug.bb b/meta-agl-flutter/recipes-platform/images/agl-image-flutter-debug.bb index ef1b70e7..c9c1f298 100644 --- a/meta-agl-flutter/recipes-platform/images/agl-image-flutter-debug.bb +++ b/meta-agl-flutter/recipes-platform/images/agl-image-flutter-debug.bb @@ -1,12 +1,29 @@ -SUMMARY = "Baseline Flutter Image for Development" +require recipes-platform/images/agl-image-compositor.bb +SUMMARY = "Example Flutter application debug image for development" LICENSE = "MIT" -require agl-image-flutter.inc +CLANGSDK = "1" -IMAGE_INSTALL:append = "\ +# NOTES: +# - the package-management IMAGE_FEATURE and packagegroup-agl-core-devel +# are explicitly added here to cover the usecase of building without +# passing agl-devel to aglsetup.sh. This is explicitly a debug image +# where those are are always desired. +# - Getting the debug version of the application requires changing +# the value of FLUTTER_APP_RUNTIME_MODES to include "debug", +# which is outside the scope of this image recipe. + +IMAGE_FEATURES += "ssh-server-openssh package-management dbg-pkgs" + +IMAGE_INSTALL += "\ + packagegroup-agl-core-devel \ + \ weston-ini-conf-landscape \ - ivi-homescreen-debug \ - flutter-gallery-debug \ - flutter-engine-debug \ - " + \ + flutter-auto-verbose-logs \ + \ + flutter-engine-sdk-dev \ + \ + flutter-gallery \ +"