summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2016-10-05 19:03:00 +0300
committerLeon Anavi <leon.anavi@konsulko.com>2016-10-05 19:09:36 +0300
commit820417dad87797d4e9e5d7a2f47a6bd8da89f253 (patch)
tree26dc61b7f35440aa669d99e1b7b53f7c97cfa476 /templates
parent3c932b11312b75a76c285a40fb4fbfacc4712a14 (diff)
50_local.conf.inc: Fix agl-sota feature for rpi3
Use "+=" instead of "=" for setting IMAGE_CLASSES in Raspberry Pi 3 template for local.conf to prevent failure while building images with enabled agl-sota feature. Bug-AGL: SPEC-254 Change-Id: I5384376908b7ceac1e03a4afff7b9d617e8a379b Suggested-by: Anton Gerasimov <anton@advancedtelematic.com> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/machine/raspberrypi3/50_local.conf.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc
index f6bb6e526..4584f3c2b 100644
--- a/templates/machine/raspberrypi3/50_local.conf.inc
+++ b/templates/machine/raspberrypi3/50_local.conf.inc
@@ -5,7 +5,7 @@ GPU_MEM = "128"
CORE_IMAGE_EXTRA_INSTALL += "wayland weston"
MULTI_PROVIDER_WHITELIST += "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2"
-IMAGE_CLASSES = "sdcard_image-rpi-gdp"
+IMAGE_CLASSES += "sdcard_image-rpi-gdp"
KERNEL_DEVICETREE_append = " overlays/vc4-kms-v3d-overlay.dtb"
PREFERRED_VERSION_linux-raspberrypi = "4.4.%"
PREFERRED_VERSION_mesa = "11.%"