From 6474bf2b129efc211f94c7672a32729149f2e1c3 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Fri, 13 Mar 2020 13:28:54 +0100 Subject: raspberrypi4: set boot_type to booti The raspberrypi4 should use booti for booting Image. Bug-AGL: SPEC-3004 Change-Id: Ie241194eb4177f004b2f5c378a63db88e3293669 Signed-off-by: Corentin LABBE --- templates/machines/raspberrypi4.jinja2 | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/machines/raspberrypi4.jinja2') diff --git a/templates/machines/raspberrypi4.jinja2 b/templates/machines/raspberrypi4.jinja2 index 7e9033f..2a96b43 100644 --- a/templates/machines/raspberrypi4.jinja2 +++ b/templates/machines/raspberrypi4.jinja2 @@ -5,6 +5,7 @@ {%- set device_type = "bcm2711-rpi-4-b" %} {%- set rootfs_type = rootfs_type|default("nbd") %} {%- set kernel_image = kernel_image|default("Image") %} +{%- set uboot_type = "booti" %} {%- if rootfs_type == 'nbd' %} {%- set initrd = "initramfs-netboot-image-" + yocto_machine +".ext4.gz" %} {%- endif %} -- cgit 1.2.3-korg