Commit 7bb5edd
committed
fix(templates): pin intel-dlstreamer to 2025.2.0
The latest intel-dlstreamer (2026.0.0) in the DLS APT repo depends on
libopenvino-2026.0.0 and openvino-2026.0.0, but the openvino/2026
repository has not been published yet. The openvino/2025 repo only
contains packages up to version 2025.4.1.
Pin intel-dlstreamer to 2025.2.0 (the latest version compatible with
the openvino/2025 repo) in all affected deb-based templates using the
underscore syntax (intel-dlstreamer_2025.2.0), which CleanDebName
converts to apt's = version pinning format.
Affected templates:
- ubuntu24-x86_64-dlstreamer.yml
- elxr12-x86_64-dlstreamer.yml
- ubuntu24-x86_64-minimal-ptl-dls.yml1 parent f455f98 commit 7bb5edd
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- image-templates
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
0 commit comments