From 05146fa425d94a77ba35b43ac3b0a5c633163d4e Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Tue, 22 Aug 2017 16:07:47 -0700 Subject: initial snapshot: LAVA job creation based on templates Change-Id: I5d545d3531f4c4190453724738076bd4eddfc4d6 Signed-off-by: Jerome Brunet Signed-off-by: Loys Ollivier Signed-off-by: Kevin Hilman --- templates/machines/raspberrypi3.jinja2 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/machines/raspberrypi3.jinja2 (limited to 'templates/machines/raspberrypi3.jinja2') 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" %} -- cgit 1.2.3-korg