From 4249268041b879b3d2bae338d5de88f4f2d54b26 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Fri, 20 Aug 2021 13:58:45 -0400 Subject: Convert to new override syntax This is the result of running a slightly customized version of the convert-overrides.py script from poky with additional overrides added. The intent of these changes is to minimize the effort to keep the "next" branch that builds against poky master up to date and tested in preparation for the switch to the next Yocto LTS release in early 2022. Bug-AGL: SPEC-4052 Signed-off-by: Scott Murray Change-Id: I6eeadd2c985c008b04f8f9815bf0f6fb064bedac --- recipes-platform/images/agl-demo-platform-html5.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-platform/images/agl-demo-platform-html5.bb') diff --git a/recipes-platform/images/agl-demo-platform-html5.bb b/recipes-platform/images/agl-demo-platform-html5.bb index 2d3490fda..a78b8b68b 100644 --- a/recipes-platform/images/agl-demo-platform-html5.bb +++ b/recipes-platform/images/agl-demo-platform-html5.bb @@ -5,10 +5,10 @@ require agl-demo-platform.inc LICENSE = "MIT" -IMAGE_FEATURES_append = " \ +IMAGE_FEATURES:append = " \ " # add packages for demo platform (include demo apps) here -IMAGE_INSTALL_append = " \ +IMAGE_INSTALL:append = " \ packagegroup-agl-demo-platform-html5 \ " -- cgit 1.2.3-korg cf93c045f120ea100bf28a7a9199f1ae521'/> meta-agl-demo layer (demo/staging/"one-shot")Grokmirror user
summaryrefslogtreecommitdiffstats
blob: f71b56cbaaf4133924a4c6f2ffdb0ae6f12bea58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16