summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-01-12 22:02:46 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-01-12 22:03:18 +0100
commit14eef4fcbe87a18e946015202deb4859be9b5293 (patch)
tree9e6448530aec07d47d817e0c793093391754efc1 /templates
parent2d5266b3503f25ed1bfc947b38acaf021f44d896 (diff)
Define IMAGE_FSTYPES for rpi targets
Do use our target filesystem types instead of the defaults in meta-raspberrypi. Change-Id: If92013a5a55208f4f644f5c2b239e0052ce370c8 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/machine/raspberrypi2/50_local.conf.inc1
-rw-r--r--templates/machine/raspberrypi3/50_local.conf.inc1
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/machine/raspberrypi2/50_local.conf.inc b/templates/machine/raspberrypi2/50_local.conf.inc
index 5543e8465..6c74f8203 100644
--- a/templates/machine/raspberrypi2/50_local.conf.inc
+++ b/templates/machine/raspberrypi2/50_local.conf.inc
@@ -33,6 +33,7 @@ IMAGE_CLASSES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'image_type
# 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)}"
### both rpi-sdimg and rpi-sdimg-ota broken
+IMAGE_FSTYPES += "ext4.xz ext4.bmap tar.xz"
KERNEL_IMAGETYPE_sota = "uImage"
PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot"
diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc
index e7f932d9b..a3df1be18 100644
--- a/templates/machine/raspberrypi3/50_local.conf.inc
+++ b/templates/machine/raspberrypi3/50_local.conf.inc
@@ -33,6 +33,7 @@ IMAGE_CLASSES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'image_type
# 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)}"
### both rpi-sdimg and rpi-sdimg-ota broken
+IMAGE_FSTYPES += "ext4.xz ext4.bmap tar.xz"
KERNEL_IMAGETYPE_sota = "uImage"
PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot"