jjb/common: lava-labs-prepare: extend aliases 25/12025/1
authorLoys Ollivier <lollivier@baylibre.com>
Thu, 16 Nov 2017 09:28:38 +0000 (10:28 +0100)
committerLoys Ollivier <lollivier@baylibre.com>
Thu, 16 Nov 2017 09:28:38 +0000 (10:28 +0100)
Extend the aliases table for all existing devices, even the one not using
releng. That way we can search for the correct device type in the lava
labs.

Change-Id: Iaaa5b66923d4ed1e302d874457af573e12384acf
Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
jjb/common/include-agl-lava-labs-prepare.sh

index 07e2b5f..3c0c73a 100644 (file)
@@ -36,6 +36,8 @@ agl_lava_releng_aliases=(
     [raspberrypi3]="raspberrypi3-uboot;raspberrypi3"
     [qemux86-64]="qemu;qemux86-64"
     [m3ulcb-nogfx]="r8a7796-m3ulcb;m3ulcb"
+    [porter-nogfx]="renesas-porter;renesas-porter"
+    [dra7xx-evm]="ti-vayu-uboot;ti-vayu-uboot"
 )
 
 OFS=${IFS}