summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2024-09-20 14:07:18 -0600
committerMark Hatle <mark.hatle@amd.com>2024-09-23 14:44:23 -0500
commit2229bc88b357a6337f92cb0a22e388683f28427b (patch)
tree937bcb2b2dcb0ecb1c723294e29a6d13d1cff549
parentb8792832ee261bbfdb42e87e9d16fb70128a07c5 (diff)
downloadmeta-xilinx-2229bc88b357a6337f92cb0a22e388683f28427b.tar.gz
Revert "linux-xlnx_2024.1: Add work for kernel do_install issue"
This reverts commit 2c44c115a6973cf4b4877b217e03fe9f510ff4bf. This workaround is no longer needed in Scarthgap. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-kernel/linux/linux-xlnx_6.6.10-v2024.1.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_6.6.10-v2024.1.bb b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_6.6.10-v2024.1.bb
index 71ac690e..4558101a 100644
--- a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_6.6.10-v2024.1.bb
+++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_6.6.10-v2024.1.bb
@@ -9,11 +9,3 @@ KCONF_AUDIT_LEVEL="0"
9include linux-xlnx.inc 9include linux-xlnx.inc
10 10
11FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" 11FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
12
13# Workaround for:
14# rm: cannot remove '.../tmp/work/zynqmp_generic-xilinx-linux/linux-xlnx/6.6.0-xilinx-v2024.1+gitAUTOINC+340eed5001-r0/image/lib/modules/6.6.0-xilinx-v2024.1-g340eed500130/source': No such file or directory
15# This will not be required Scarthgap
16kernel_do_install:prepend () {
17 mkdir -p "${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}"
18 touch "${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/source"
19}