diff options
author | Anton Gerasimov <anton.gerasimov@here.com> | 2018-02-01 17:28:22 +0100 |
---|---|---|
committer | Anton Gerasimov <anton.gerasimov@here.com> | 2018-02-01 17:28:22 +0100 |
commit | 296497365ed9fa11c752d51d1e71b25a054cd5d4 (patch) | |
tree | d92477a7b4eb371f1f057e13059bd2e692fbf51e /classes/sota_raspberrypi.bbclass | |
parent | 1ea77e2a98e77956d687cfa6c445518938a5e809 (diff) | |
parent | e408922dccefca6cfe103be2dce18d7bcc004f1e (diff) | |
download | meta-updater-296497365ed9fa11c752d51d1e71b25a054cd5d4.tar.gz |
Merge branch 'rocko'
Diffstat (limited to 'classes/sota_raspberrypi.bbclass')
-rw-r--r-- | classes/sota_raspberrypi.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/sota_raspberrypi.bbclass b/classes/sota_raspberrypi.bbclass index 51d07b2..2c69ea0 100644 --- a/classes/sota_raspberrypi.bbclass +++ b/classes/sota_raspberrypi.bbclass | |||
@@ -1,8 +1,10 @@ | |||
1 | RPI_USE_U_BOOT_sota = "1" | ||
1 | KERNEL_IMAGETYPE_sota = "uImage" | 2 | KERNEL_IMAGETYPE_sota = "uImage" |
2 | PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" | 3 | PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" |
3 | UBOOT_MACHINE_raspberrypi2_sota ?= "rpi_2_defconfig" | 4 | UBOOT_MACHINE_raspberrypi2_sota ?= "rpi_2_defconfig" |
4 | UBOOT_MACHINE_raspberrypi3_sota ?= "rpi_3_32b_defconfig" | 5 | UBOOT_MACHINE_raspberrypi3_sota ?= "rpi_3_32b_defconfig" |
5 | 6 | ||
7 | IMAGE_FSTYPES_remove_sota = "rpi-sdimg" | ||
6 | OSTREE_BOOTLOADER ?= "u-boot" | 8 | OSTREE_BOOTLOADER ?= "u-boot" |
7 | 9 | ||
8 | # OSTree puts its own boot.scr to bcm2835-bootfiles | 10 | # OSTree puts its own boot.scr to bcm2835-bootfiles |