From 1e0aba7a5d676ff11a6e2eda1f412172b842dc0e Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 25 Jun 2024 15:37:58 -0400 Subject: Remove meta-agl-flutter Remove the meta-agl-flutter layer and its configuration template, as it is being moved to meta-agl. Bug-AGL: SPEC-5184 Change-Id: I59e9f8616a21d2e3b97da47baef1892c904d0002 Signed-off-by: Scott Murray --- .../images/agl-image-flutter-debug.bb | 29 ---------------------- .../recipes-platform/images/agl-image-flutter.bb | 16 ------------ 2 files changed, 45 deletions(-) delete mode 100644 meta-agl-flutter/recipes-platform/images/agl-image-flutter-debug.bb delete mode 100644 meta-agl-flutter/recipes-platform/images/agl-image-flutter.bb (limited to 'meta-agl-flutter/recipes-platform/images') 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 deleted file mode 100644 index c9c1f298..00000000 --- a/meta-agl-flutter/recipes-platform/images/agl-image-flutter-debug.bb +++ /dev/null @@ -1,29 +0,0 @@ -require recipes-platform/images/agl-image-compositor.bb - -SUMMARY = "Example Flutter application debug image for development" -LICENSE = "MIT" - -CLANGSDK = "1" - -# 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 \ - \ - flutter-auto-verbose-logs \ - \ - flutter-engine-sdk-dev \ - \ - flutter-gallery \ -" diff --git a/meta-agl-flutter/recipes-platform/images/agl-image-flutter.bb b/meta-agl-flutter/recipes-platform/images/agl-image-flutter.bb deleted file mode 100644 index 0fdb7da0..00000000 --- a/meta-agl-flutter/recipes-platform/images/agl-image-flutter.bb +++ /dev/null @@ -1,16 +0,0 @@ -require recipes-platform/images/agl-image-compositor.bb - -SUMMARY = "Example Flutter application image" -LICENSE = "MIT" - -CLANGSDK = "1" - -IMAGE_FEATURES += "ssh-server-openssh" - -IMAGE_INSTALL += "\ - weston-ini-conf-landscape \ - \ - flutter-auto \ - \ - flutter-gallery \ -" -- cgit 1.2.3-korg