diff options
Diffstat (limited to 'meta-agl-flutter/recipes-platform/images/agl-image-flutter-profile.bb')
-rw-r--r-- | meta-agl-flutter/recipes-platform/images/agl-image-flutter-profile.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-agl-flutter/recipes-platform/images/agl-image-flutter-profile.bb b/meta-agl-flutter/recipes-platform/images/agl-image-flutter-profile.bb new file mode 100644 index 00000000..1ec164b0 --- /dev/null +++ b/meta-agl-flutter/recipes-platform/images/agl-image-flutter-profile.bb @@ -0,0 +1,12 @@ +SUMMARY = "Baseline Flutter Image for Profiling" + +LICENSE = "MIT" + +require agl-image-flutter.inc + +IMAGE_INSTALL:append = "\ + weston-ini-conf-landscape \ + ivi-homescreen-profile \ + flutter-gallery-profile \ + flutter-engine-profile \ + " |