aboutsummaryrefslogtreecommitdiffstats
path: root/templates/machines/raspberrypi3.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/machines/raspberrypi3.jinja2')
-rw-r--r--templates/machines/raspberrypi3.jinja24
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/machines/raspberrypi3.jinja2 b/templates/machines/raspberrypi3.jinja2
new file mode 100644
index 0000000..ed36889
--- /dev/null
+++ b/templates/machines/raspberrypi3.jinja2
@@ -0,0 +1,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" %}