-
Notifications
You must be signed in to change notification settings - Fork 6
/
test-config.json
88 lines (88 loc) · 2.26 KB
/
test-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"test-plans" :[
{
"lava-device": "tqma8md-1gb-mba8mx",
"devicetree": "imx8mq-tqma8mq-mba8mx.dtb",
"yocto-machine": "tqma8mx-multi-mba8mx",
"linux-image": "Image"
},
{
"lava-device": "tqma8mq-4gb-mba8mx",
"devicetree": "imx8mq-tqma8mq-mba8mx.dtb",
"yocto-machine": "tqma8mx-multi-mba8mx",
"linux-image": "Image"
},
{
"lava-device": "tqma8mqnl-1gb-mba8mx",
"devicetree": "imx8mn-tqma8mqnl-mba8mx.dtb",
"yocto-machine": "tqma8mxnl-1gb-mba8mx",
"linux-image": "Image"
},
{
"lava-device": "tqma8mdml-2gb-mba8mx",
"devicetree": "imx8mm-tqma8mqml-mba8mx.dtb",
"yocto-machine": "tqma8mxml-multi-mba8mx",
"linux-image": "Image"
},
{
"lava-device": "tqma8mqml-2gb-mba8mx",
"devicetree": "imx8mm-tqma8mqml-mba8mx.dtb",
"yocto-machine": "tqma8mxml-multi-mba8mx",
"linux-image": "Image"
},
{
"lava-device": "tqma8mpql-2gb-mba8mpxl",
"devicetree": "imx8mp-tqma8mpql-mba8mpxl.dtb",
"yocto-machine": "tqma8mpxl-mba8mpxl",
"linux-image": "Image"
},
{
"lava-device": "tqma8qm-8gb-mba8x",
"devicetree": "imx8qm-tqma8qm-mba8x.dtb",
"yocto-machine": "tqma8qm-8gb-mba8x",
"linux-image": "Image"
},
{
"lava-device": "tqma7d-1gb-mba7",
"devicetree": "imx7d-mba7.dtb",
"yocto-machine": "tqma7x-multi-mba7",
"linux-image": "zImage"
},
{
"lava-device": "tqma7s-512mb-mba7",
"devicetree": "imx7s-mba7.dtb",
"yocto-machine": "tqma7x-multi-mba7",
"linux-image": "zImage"
},
{
"lava-device": "tqma6s-mba6x",
"devicetree": "imx6dl-mba6a.dtb",
"yocto-machine": "tqma6qdl-multi-mba6x",
"linux-image": "zImage"
},
{
"lava-device": "tqma6q-2gb-mba6x",
"devicetree": "imx6q-mba6a.dtb",
"yocto-machine": "tqma6qdl-multi-mba6x",
"linux-image": "zImage"
},
{
"lava-device": "tqma6ull2-512mb-mba6ulx",
"devicetree": "imx6ull-tqma6ull2-mba6ulx.dtb",
"yocto-machine": "tqma6ull-multi-mba6ulx",
"linux-image": "zImage"
},
{
"lava-device": "tqma8xqp4-mba8xx",
"devicetree": "imx8qxp-tqma8xqp-mba8xx.dtb",
"yocto-machine": "tqma8xqp4-mba8xx",
"linux-image": "Image"
},
{
"lava-device": "tqma8xqps-mb-smarc-2",
"devicetree": "imx8qxp-tqma8xqps-mb-smarc-2.dtb",
"yocto-machine": "tqma8xqps-mb-smarc-2",
"linux-image": "Image"
}
]
}