Skip to content

Commit 072aeda

Browse files
committed
Add debian specific device types
Add device types that are specific for qcom-deb-images and update FLASHER_DEVICE_TYPE for all of them. Signed-off-by: Milosz Wasilewski <milosz.wasilewski@oss.qualcomm.com>
1 parent ce18c91 commit 072aeda

File tree

20 files changed

+60
-3
lines changed

20 files changed

+60
-3
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{% set PROJECT = PROJECT|default("") %}
2+
{% extends PROJECT+"flasher.jinja2" %}
3+
4+
{% set BOOT_OS_PROMPT = BOOT_OS_PROMPT|default("root@iq-8075-evk") %}
5+
{% set ROOTFS_URL_COMP = ROOTFS_URL_COMP|default("gz") %}
6+
7+
{% set rootfs_label = 'rootfs' %}
8+
9+
{% block device_type %}iq-8075-evk{% endblock %}

lava_test_plans/devices/unoq

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{% set PROJECT = PROJECT|default("") %}
2+
{% extends PROJECT+"flasher.jinja2" %}
3+
4+
{% set BOOT_OS_PROMPT = BOOT_OS_PROMPT|default("root@unoq") %}
5+
{% set ROOTFS_URL_COMP = ROOTFS_URL_COMP|default("gz") %}
6+
7+
{% set rootfs_label = 'rootfs' %}
8+
9+
{% block device_type %}unoq{% endblock %}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% extends "devices/iq-9075-evk" %}
2+
3+
{% set FLASHER_DEVICE_TYPE = "debian-lemans-evk_ufs" %}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{% set PROJECT = PROJECT|default("") %}
2+
{% extends PROJECT+"flasher.jinja2" %}
3+
4+
{% set ROOTFS_URL_COMP = ROOTFS_URL_COMP|default("gz") %}
5+
6+
{% set rootfs_label = 'rootfs' %}
7+
8+
{% set FLASHER_DEVICE_TYPE = "debian-monaco-arduino-monza_emmc" %}
9+
10+
{% block device_type %}ventunoq{% endblock %}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% extends "devices/iq-8075-evk" %}
2+
3+
{% set FLASHER_DEVICE_TYPE = "debian-monaco-evk_ufs" %}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% extends "devices/qcs615-ride" %}
2+
3+
{% set FLASHER_DEVICE_TYPE = "debian-qcs615-ride_ufs" %}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% extends "devices/qcs6490-rb3gen2-core-kit" %}
2+
3+
{% set FLASHER_DEVICE_TYPE = "debian-qcs6490-rb3gen2-vision-kit_ufs" %}

lava_test_plans/projects/qcom-deb-images/devices/qcs6490-rb3gen2-core-kit

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% extends "devices/qcs8300-ride-sx" %}
2+
3+
{% set FLASHER_DEVICE_TYPE = "debian-qcs8300-ride_ufs" %}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% extends "devices/qcs9100-ride-sx"%}
2+
3+
{% set FLASHER_DEVICE_TYPE = "debian-qcs9100-ride-r3_ufs" %}

0 commit comments

Comments
 (0)