From 22826f0f164d48ceef18343d9e9c2a6eb3de4230 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 18 Oct 2021 14:06:49 +0200 Subject: WIP: rm appfw Signed-off-by: Jan-Simon Moeller Change-Id: I6a90dae780a8eca7d684b5842c3af3ee55ebc509 --- recipes-platform/images/agl-demo-platform.bb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 recipes-platform/images/agl-demo-platform.bb (limited to 'recipes-platform/images/agl-demo-platform.bb') diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb deleted file mode 100644 index 5643d4dad..000000000 --- a/recipes-platform/images/agl-demo-platform.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "AGL Demo Platform image currently contains a simple HMI and \ -demos." - -require agl-demo-platform.inc - -LICENSE = "MIT" - -# The demo will not work on the pi3 due to the gfx memory -# and the applications requiring FHD (SPEC-390) -COMPATIBLE_MACHINE:raspberrypi3 = "(^$)" - -# Always include the test widgets -IMAGE_FEATURES:append = " agl-test-wgt" - -# add packages for demo platform (include demo apps) here -IMAGE_INSTALL:append = " \ - packagegroup-agl-demo-platform \ - distro-build-manifest \ - " - -- cgit 1.2.3-korg