Skip to content

Commit fc2c13c

Browse files
task-jptronical
authored andcommitted
torizon: Remove Vivante support as Torizon 4 is no longer supported
1 parent c7e4903 commit fc2c13c

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/torizon_demos.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ jobs:
4444
rust_toolchain_arch: aarch64-unknown-linux-gnu
4545
base_image_suffix: "-imx95"
4646
build_home_automation_sw_renderer: false
47-
# Legacy vivante support (for backward compatibility)
48-
- target: arm64
49-
image_arch: linux/arm64
50-
rust_toolchain_arch: aarch64-unknown-linux-gnu
51-
base_image_suffix: "-vivante"
52-
build_home_automation_sw_renderer: false
5347

5448
steps:
5549
- uses: actions/checkout@v5

docs/torizon.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Copyright © SixtyFPS GmbH <[email protected]> ; SPDX-License-Identifier: MIT -->
2-
<!-- cSpell: ignore Torizon Toradex Vivante imx8 am62 imx95 PowerVR -->
2+
<!-- cSpell: ignore Torizon Toradex imx8 am62 imx95 -->
33
# Running Slint Demos on Torizon OS
44

55
Toradex provides [Torizon OS](https://developer.toradex.com/torizon/) a Linux based platform for its embedded devices that packages applications in docker containers.
@@ -22,7 +22,6 @@ Our pre-compiled demos are available in multiple variants optimized for differen
2222
2. **i.MX8 GPU build** (`torizon-demos-arm64-imx8`) - Optimized for i.MX8 series with GPU acceleration
2323
3. **AM62 GPU build** (`torizon-demos-arm64-am62`) - Optimized for AM62 series with GPU acceleration
2424
4. **i.MX95 GPU build** (`torizon-demos-arm64-imx95`) - Optimized for i.MX95 series with GPU acceleration
25-
5. **Vivante GPU build** (`torizon-demos-arm64-vivante`) - Legacy variant for i.MX8 with Vivante GPU acceleration
2625

2726
A complete list of all containers can be found at
2827

0 commit comments

Comments
 (0)