aboutsummaryrefslogtreecommitdiffstats
path: root/templates/machines/raspberrypi3.jinja2
blob: ed368891086eec2c0e2f4f72f8e510ab9e117837 (plain)
1
2
3
4
{%- extends 'boot/generic-uboot-tftp.jinja2' %}
{%- set device_type = "bcm2837-rpi-3-b" %}
{%- set dtb = "uImage-bcm2710-rpi-3-b.dtb" %}
{%- set nbdinitrd = "initramfs-netboot-image-" + yocto_machine +".ext4.gz.u-boot" %}