From 3dc53abca40e95f6c4ccf13d6ad91831c9145660 Mon Sep 17 00:00:00 2001 From: Kenta Date: Thu, 3 Oct 2024 09:44:55 +0900 Subject: Unified HMI: Remove bbappend for image Introducing change of supported images due to obsoletion of agl-demo-platform. To install RVGPU, you need to add packagegroup-rvgpu to the installation targets in local.conf. This method will be summarized in the README in a later commit. Bug-AGL: SPEC-5252 Change-Id: Ie8c4458499affc9dab8ddbece31b98dccb338105 Signed-off-by: Kenta --- meta-uhmi/meta-rvgpu/recipes-platform/images/agl-demo-platform.bbappend | 1 - 1 file changed, 1 deletion(-) delete mode 100644 meta-uhmi/meta-rvgpu/recipes-platform/images/agl-demo-platform.bbappend diff --git a/meta-uhmi/meta-rvgpu/recipes-platform/images/agl-demo-platform.bbappend b/meta-uhmi/meta-rvgpu/recipes-platform/images/agl-demo-platform.bbappend deleted file mode 100644 index 228012d2..00000000 --- a/meta-uhmi/meta-rvgpu/recipes-platform/images/agl-demo-platform.bbappend +++ /dev/null @@ -1 +0,0 @@ -IMAGE_INSTALL:append = " packagegroup-rvgpu" -- cgit 1.2.3-korg