From 11def03ba2ed03580729a2077de82e090cf58ca2 Mon Sep 17 00:00:00 2001 From: Joel Winarske Date: Mon, 15 Nov 2021 09:32:07 -0800 Subject: Add meta-agl-flutter layer - agl-image-flutter baseline agl-compositor based image that includes: ivi-homescreen - Toyota Flutter Embedder flutter gallery - Flutter Demo Application flutter_homescreen - Igalia Demo Application - flutter-app-homescreen - Igalia flutter_homescreen app - ivi-homescreen bbappend to lock SRCREV Bug-AGL: SPEC-3852 Signed-off-by: Joel Winarske Change-Id: I58779ab093e9d23a88005e60ef28b9133eca2479 --- .../recipes-platform/images/agl-image-flutter-profile.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-agl-flutter/recipes-platform/images/agl-image-flutter-profile.bb (limited to 'meta-agl-flutter/recipes-platform/images/agl-image-flutter-profile.bb') 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 \ + " -- cgit 1.2.3-korg