summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-02-08 18:39:01 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-02-08 18:39:01 +0100
commit09027d984583f15e591364c9f11a3d52cb4df9f6 (patch)
treeb0c492ef89ad69651fa754c334cf5425a124ae1d
parent4854ec12b2ef6bbc85421a90ed08f3efda0ccb97 (diff)
Special-case bbe board on octopus branchoctopus_15.0.0octopus/15.0.015.0.0
Use the telematic image there. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ic89c17825cdbb45188ed303e8d888b5212d10200
-rw-r--r--templates/machines/machines-branch/bbe-octopus.jinja214
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/machines/machines-branch/bbe-octopus.jinja2 b/templates/machines/machines-branch/bbe-octopus.jinja2
new file mode 100644
index 0000000..88663c1
--- /dev/null
+++ b/templates/machines/machines-branch/bbe-octopus.jinja2
@@ -0,0 +1,14 @@
+{%- extends 'boot/generic-uboot-tftp.jinja2' %}
+{%- set device_arch = "arm" %}
+{%- set sdk_arch = "arm" %}
+{%- set device_mach = "omap" %}
+{%- set device_type = "am335x-sancloud-bbe" %}
+{%- set dtb = dtb|default("am335x-sancloud-bbe.dtb") %}
+{%- set kernel_image = kernel_image|default("zImage") %}
+{%- set rootfs_type = rootfs_type|default("nbd") %}
+{%- set uboot_type = "bootz" %}
+{%- if (build_type == 'daily') or (build_type == 'release') or (build_type == 'snapshot') or (build_type == 'prerelease') %}
+ {%- set rfs_image = rfs_image|default("agl-telematics-demo-platform-bbe.ext4.xz") %}
+{%- else %}
+ {%- set rfs_image = rfs_image|default("agl-telematics-demo-platform-bbe.ext4.xz") %}
+{% endif %}