diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-06-20 12:37:54 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-06-20 12:58:31 -0400 |
commit | a3086a6f01a30a7c66acc82bc2616476c52c92ad (patch) | |
tree | 5afa3952755b34d0b5a3e044c5675989d52c3dca /meta-agl-flutter/recipes-platform/images/agl-image-flutter.bb | |
parent | 405183531725ec7ed27985bc62e2804658b4e3d0 (diff) |
meta-agl-flutter: fix up agl-image-flutter
Changes:
- Update flutter-gallery systemd unit with new bundle path.
- Update texture test application name to fix image build.
Bug-AGL: SPEC-5182
Change-Id: I7c216a82c2e53968b7cbeef2b10670a72a9b4479
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-flutter/recipes-platform/images/agl-image-flutter.bb')
-rw-r--r-- | meta-agl-flutter/recipes-platform/images/agl-image-flutter.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-agl-flutter/recipes-platform/images/agl-image-flutter.bb b/meta-agl-flutter/recipes-platform/images/agl-image-flutter.bb index 697bca3e..b42e2ade 100644 --- a/meta-agl-flutter/recipes-platform/images/agl-image-flutter.bb +++ b/meta-agl-flutter/recipes-platform/images/agl-image-flutter.bb @@ -5,6 +5,8 @@ LICENSE = "MIT" CLANGSDK = "1" +IMAGE_FEATURES += "ssh-server-openssh" + IMAGE_INSTALL += "\ weston-ini-conf-landscape \ \ @@ -13,10 +15,7 @@ IMAGE_INSTALL += "\ flutter-engine-sdk-dev \ \ flutter-gallery \ - flutter-test-texture-egl \ + meta-flutter-tests-textures-test-egl \ \ - " +" -IMAGE_FEATURES += "\ - ssh-server-openssh \ - " |