diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2020-03-13 13:28:54 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2020-03-13 13:29:36 +0100 |
commit | 6474bf2b129efc211f94c7672a32729149f2e1c3 (patch) | |
tree | 1591eb279b598e4095fab77a45aec8a2eb9b1fa9 /templates/machines/raspberrypi4.jinja2 | |
parent | 81ddb3e9232628a722a4eb6ef45ca1fd8002dfc5 (diff) |
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 <clabbe@baylibre.com>
Diffstat (limited to 'templates/machines/raspberrypi4.jinja2')
-rw-r--r-- | templates/machines/raspberrypi4.jinja2 | 1 |
1 files changed, 1 insertions, 0 deletions
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 %} |