fix(gpu) #2: remove obsolete patch from onevpl-intel-gpu #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When building Yocto kirkstone with this layer activated, the build fails with an error.
This PR tries to fix #2.
build error of Yocto Kirkwood if this layer is activated
Cause of the error
Applying patch
0001-Revert-Enable-CM-copy-by-default-on-TGL-RKL-ADL-Linu.patch
to packageonevpl-intel-gpu
fails, as the version in Yocto Kirkstone has already imported this patch 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 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. Hence, the patch is simply removed.
References
onevpl