diff options
Diffstat (limited to 'templates/machines/raspberrypi3.jinja2')
-rw-r--r-- | templates/machines/raspberrypi3.jinja2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/machines/raspberrypi3.jinja2 b/templates/machines/raspberrypi3.jinja2 index ed36889..543b6c3 100644 --- a/templates/machines/raspberrypi3.jinja2 +++ b/templates/machines/raspberrypi3.jinja2 @@ -1,4 +1,5 @@ {%- extends 'boot/generic-uboot-tftp.jinja2' %} {%- set device_type = "bcm2837-rpi-3-b" %} +{%- set rootfs_type = rootfs_type|default("nbd") %} {%- set dtb = "uImage-bcm2710-rpi-3-b.dtb" %} {%- set nbdinitrd = "initramfs-netboot-image-" + yocto_machine +".ext4.gz.u-boot" %} |