Skip to content

Commit e49be97

Browse files
committed
fix(gpu): remove obsolete patch from onevpl-intel-gpu
The applied patch has already been imported upstream in version 22.3. So, it can not be applied again and build will fail. Looking at the history of the package `onevpl-intel-gpu` in "meta-intel" layer in yocto repository, it is totally unclear, why this patch has ended up here. It is not needed! Version 22.1 from Feb 2nd 2022 does not include the bad commit, that needs to be reverted. Version 22.3.2 introduced on March 3rd, 2022 already includes the revert commit. Therefore, no version in Yocto contains the bad commit and thus it seems no version check need to be performed with the `.bbappend` file. Hence, the patch is simply removed. see ---- Yocto Kirstone history: https://git.yoctoproject.org/meta-intel/log/recipes-multimedia/onevpl?h=kirkstone upstream import of removed patch intel/vpl-gpu-rt@5650a11 Signed-off-by: Nikolaus Rosenmayr <[email protected]>
1 parent 138f127 commit e49be97

File tree

2 files changed

+1
-68
lines changed

2 files changed

+1
-68
lines changed

recipes-multimedia/onevpl-intel-gpu/files/0001-Revert-Enable-CM-copy-by-default-on-TGL-RKL-ADL-Linu.patch

Lines changed: 0 additions & 67 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
2-
SRC_URI:append = " file://0001-Revert-Enable-CM-copy-by-default-on-TGL-RKL-ADL-Linu.patch \
2+
SRC_URI:append = " \
33
file://0001-decode-Fix-no-free-surface-in-decoder-p-3972.patch \
44
"

0 commit comments

Comments
 (0)