Skip to content

Commit 7bb5edd

Browse files
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.yml
1 parent f455f98 commit 7bb5edd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

image-templates/elxr12-x86_64-dlstreamer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ systemConfig:
9696
enabled: false # default is true, overridden to false here
9797

9898
packages:
99-
- intel-dlstreamer
99+
- intel-dlstreamer_2025.2.0
100100
- firmware-linux
101101

102102
kernel:

image-templates/ubuntu24-x86_64-dlstreamer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ systemConfig:
9494
- openssh-server
9595
- systemd-resolved
9696
- systemd-timesyncd
97-
- intel-dlstreamer
97+
- intel-dlstreamer_2025.2.0
9898
- linux-firmware
9999

100100
kernel:

image-templates/ubuntu24-x86_64-minimal-ptl-dls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ systemConfig:
372372
#dls based pkg
373373
- docker.io
374374
- docker-compose-plugin
375-
- intel-dlstreamer
375+
- intel-dlstreamer_2025.2.0
376376

377377
additionalFiles:
378378
- local: ../additionalfiles/ptl/01-network-manager-all.yaml

0 commit comments

Comments
 (0)