linux: overlayfs: Drop kernel patch resolving a file change notification issue

Revert the patch resolving a file change notitfication issue (for IMA
appraisal) since this patch fails in 'many downstream kernels'.

- https://lists.yoctoproject.org/g/yocto/message/59928
- https://lists.yoctoproject.org/g/yocto/message/59929

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Stefan Berger
2023-05-10 10:51:22 -04:00
committed by Armin Kuster
parent 8a7112d37b
commit 25dc18d696
2 changed files with 0 additions and 43 deletions
@@ -2,7 +2,6 @@ FILESEXTRAPATHS:append := "${THISDIR}/linux:"
SRC_URI += " \
${@bb.utils.contains('DISTRO_FEATURES', 'ima', 'file://ima.scc', '', d)} \
file://0001-ovl-Increment-iversion-upon-file-changes.patch \
"
do_configure() {