Skip to content

Commit 1802311

Browse files
committed
config: pipeline: Enable baseline tests for NVIDIA Jetson TK1
Signed-off-by: Leonard Göhrs <[email protected]>
1 parent 35759bf commit 1802311

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/pipeline.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -2304,6 +2304,12 @@ platforms:
23042304
dtb: dtbs/allwinner/sun50i-h6-pine-h64.dtb
23052305
compatible: ['pine64,pine-h64', 'allwinner,sun50i-h6']
23062306

2307+
tegra124-jetson-tk1:
2308+
<<: *arm-device
2309+
boot_method: barebox
2310+
mach: nvidia
2311+
dtb: dtbs/tegra124-jetson-tk1.dtb
2312+
compatible: ['nvidia,jetson-tk1', 'nvidia,tegra124']
23072313

23082314
scheduler:
23092315

@@ -2360,6 +2366,7 @@ scheduler:
23602366
- imx6dl-riotboard
23612367
- imx6qp-wandboard-revd1
23622368
- stm32mp157c-lxa-tac-gen1
2369+
- tegra124-jetson-tk1
23632370

23642371
- job: baseline-arm64
23652372
event: &kbuild-gcc-12-arm64-node-event

0 commit comments

Comments
 (0)