From f25178c8e0293d5c3081863f4993bf8bd57bb729 Mon Sep 17 00:00:00 2001 From: Loys Ollivier Date: Wed, 11 Oct 2017 10:56:46 +0200 Subject: Update raspberrypi3 defaults Update the default package names and architecture for the RPI3 to match the AGL CI build artifacts. These defaults can still be overwritten using the command line. Change-Id: I248037a385f3583f375912e9725a1cd2a883806f Signed-off-by: Loys Ollivier --- templates/machines/raspberrypi3.jinja2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/machines/raspberrypi3.jinja2 b/templates/machines/raspberrypi3.jinja2 index 2d96110..620e447 100644 --- a/templates/machines/raspberrypi3.jinja2 +++ b/templates/machines/raspberrypi3.jinja2 @@ -1,12 +1,12 @@ {%- extends 'boot/generic-uboot-tftp.jinja2' %} -{%- set device_arch = "arm64" %} +{%- set device_arch = "arm" %} {%- set device_mach = "broadcom" %} -{%- set device_type = "bcm2837-rpi-3-b" %} +{%- set device_type = "bcm2837-rpi-3-b-32b" %} {# Default boot method if not specified #} {%- set rootfs_type = rootfs_type|default("nbd") %} {# Defaults image names dependng on boot method #} {%- if rootfs_type == 'nbd' %} {%- set initrd = "initramfs-netboot-image-" + yocto_machine +".ext4.gz.u-boot" %} -{%- elif rootfs_type == 'ramdisk' %} - {%- set dtb = dtb|default("uImage-bcm2710-rpi-3-b.dtb") %} -{%- endif %} \ No newline at end of file +{%- endif %} +{%- set dtb = dtb|default("uImage-bcm2710-rpi-3-b.dtb") %} +{%- set rfs_image = rfs_image|default("agl-demo-platform-raspberrypi3.ext4.xz") %} -- cgit 1.2.3-korg