summaryrefslogtreecommitdiffstats
path: root/templates/machine/raspberrypi2/50_local.conf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/machine/raspberrypi2/50_local.conf.inc')
-rw-r--r--templates/machine/raspberrypi2/50_local.conf.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machine/raspberrypi2/50_local.conf.inc b/templates/machine/raspberrypi2/50_local.conf.inc
index 827fa052c..5b75257f0 100644
--- a/templates/machine/raspberrypi2/50_local.conf.inc
+++ b/templates/machine/raspberrypi2/50_local.conf.inc
@@ -7,7 +7,7 @@ CORE_IMAGE_EXTRA_INSTALL += "wayland weston"
MULTI_PROVIDER_WHITELIST += "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2"
IMAGE_CLASSES += "sdcard_image-rpi-gdp"
IMAGE_FSTYPES += "tar.bz2 ext3 rpi-sdimg"
-IMAGE_CLASSES_append_sota = " sdcard_image-rpi-ota"
+IMAGE_CLASSES_append_sota = " image_types_uboot sdcard_image-rpi-ota"
IMAGE_CLASSES_remove_sota = " sdcard_image-rpi-gdp"
IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'rpi-sdimg-ota', '', d)}"
IMAGE_FSTYPES_remove_sota = "rpi-sdimg"