diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-12 22:02:46 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-12 22:03:18 +0100 |
commit | 14eef4fcbe87a18e946015202deb4859be9b5293 (patch) | |
tree | 9e6448530aec07d47d817e0c793093391754efc1 /templates/machine/raspberrypi3 | |
parent | 2d5266b3503f25ed1bfc947b38acaf021f44d896 (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/machine/raspberrypi3')
-rw-r--r-- | templates/machine/raspberrypi3/50_local.conf.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |