diff options
author | cajun-rat <p@beta16.co.uk> | 2017-05-26 15:40:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-26 15:40:27 +0200 |
commit | 134caccaddd5bc038885c05c0b31fdd15b26e8e2 (patch) | |
tree | 77efb0adcfd7acaf32ee77b16e22f74cf0850210 /classes/sota_raspberrypi.bbclass | |
parent | 6eef5801f5db9338c10d36cec0a98d90275cc7d3 (diff) | |
parent | 38c42da75031a12a7f12c9b816894859514d136b (diff) | |
download | meta-updater-134caccaddd5bc038885c05c0b31fdd15b26e8e2.tar.gz |
Merge pull request #72 from advancedtelematic/bugfix/PRO-3141/rpi-sdimg
Remove unneeded image types
Diffstat (limited to 'classes/sota_raspberrypi.bbclass')
-rw-r--r-- | classes/sota_raspberrypi.bbclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/classes/sota_raspberrypi.bbclass b/classes/sota_raspberrypi.bbclass index 7b67c0f..b6cf639 100644 --- a/classes/sota_raspberrypi.bbclass +++ b/classes/sota_raspberrypi.bbclass | |||
@@ -1,10 +1,7 @@ | |||
1 | IMAGE_CLASSES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'image_types_uboot sdcard_image-rpi-ota', '', d)}" | 1 | IMAGE_CLASSES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'image_types_uboot sdcard_image-rpi-ota', '', d)}" |
2 | IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'rpi-sdimg-ota', 'rpi-sdimg', d)}" | 2 | IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'rpi-sdimg-ota', 'rpi-sdimg', d)}" |
3 | 3 | ||
4 | ### both rpi-sdimg and rpi-sdimg-ota broken | 4 | IMAGE_FSTYPES_remove = "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'wic rpi-sdimg', '', d)}" |
5 | IMAGE_FSTYPES += "ext4.xz ext4.bmap tar.xz" | ||
6 | |||
7 | IMAGE_FSTYPES_remove = "wic" | ||
8 | 5 | ||
9 | KERNEL_IMAGETYPE_sota = "uImage" | 6 | KERNEL_IMAGETYPE_sota = "uImage" |
10 | PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" | 7 | PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" |