summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-01-19 00:04:41 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-01-19 12:53:13 +0000
commitb5e790bf0bad2908d737596c433a2acf71057d9f (patch)
treeca50864362169c1243b3b1172a86f1febbb99cb8 /templates
parentb8d576550e0e9147f638386e5f9db858411c8f81 (diff)
Reenable sota sdcard image for rpi
Change-Id: I5801a2bc252a581eb82c7c540e4d546882f1ca62 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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 a3df1be18..8657f155e 100644
--- a/templates/machine/raspberrypi3/50_local.conf.inc
+++ b/templates/machine/raspberrypi3/50_local.conf.inc
@@ -31,7 +31,7 @@ MACHINE_FEATURES += "vc4graphics"
IMAGE_CLASSES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'image_types_uboot sdcard_image-rpi-ota', 'sdcard_image-rpi-gdp', d)}"
# normal image is rpi-sdimg, for sota it is rpi-sdimg-ota
-#IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'rpi-sdimg-ota', 'rpi-sdimg', d)}"
+IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'rpi-sdimg-ota', 'rpi-sdimg', d)}"
### both rpi-sdimg and rpi-sdimg-ota broken
IMAGE_FSTYPES += "ext4.xz ext4.bmap tar.xz"