summaryrefslogtreecommitdiffstats
path: root/conf/include/local/sota_raspberrypi.inc
blob: 51919f003ca86383d30de21766a24af76ac2baa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
MACHINE ?= "raspberrypi3"

# normal image class is sdcard_image-rpi-gdp, for sota it is image_types_uboot & sdcard_image-rpi-ota
IMAGE_CLASSES += "image_types_uboot sdcard_image-rpi-ota"

# normal image is rpi-sdimg, for sota it is rpi-sdimg-ota
IMAGE_FSTYPES += "rpi-sdimg-ota"
### both rpi-sdimg and rpi-sdimg-ota broken
IMAGE_FSTYPES += "ext4.xz ext4.bmap tar.xz"

KERNEL_IMAGETYPE_sota = "uImage"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
UBOOT_MACHINE_raspberrypi2 = "rpi_2_defconfig"
UBOOT_MACHINE_raspberrypi3 = "rpi_3_32b_defconfig"

OSTREE_BOOTLOADER ?= "u-boot"