diff options
Diffstat (limited to 'recipes-platform/images/agl-demo-platform.bb')
-rw-r--r-- | recipes-platform/images/agl-demo-platform.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb index c5a1edb22..5643d4dad 100644 --- a/recipes-platform/images/agl-demo-platform.bb +++ b/recipes-platform/images/agl-demo-platform.bb @@ -7,13 +7,13 @@ 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 = "(^$)" +COMPATIBLE_MACHINE:raspberrypi3 = "(^$)" # Always include the test widgets -IMAGE_FEATURES_append = " agl-test-wgt" +IMAGE_FEATURES:append = " agl-test-wgt" # add packages for demo platform (include demo apps) here -IMAGE_INSTALL_append = " \ +IMAGE_INSTALL:append = " \ packagegroup-agl-demo-platform \ distro-build-manifest \ " |