summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-core/recipes-graphics/mali/kernel-module-mali.bb1
-rw-r--r--meta-xilinx-core/recipes-graphics/mali/kernel-module-mali/0029-Fixed-buildpath-QA-warning.patch29
2 files changed, 30 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali.bb b/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali.bb
index cd3ba3d1..3fffb310 100644
--- a/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali.bb
+++ b/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali.bb
@@ -35,6 +35,7 @@ SRC_URI = " \
35 file://0026-Fix-gpu-driver-probe-failure.patch \ 35 file://0026-Fix-gpu-driver-probe-failure.patch \
36 file://0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch \ 36 file://0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch \
37 file://0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch \ 37 file://0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch \
38 file://0029-Fixed-buildpath-QA-warning.patch \
38 " 39 "
39SRC_URI[md5sum] = "85ea110dd6675c70b7d01af87ec9633c" 40SRC_URI[md5sum] = "85ea110dd6675c70b7d01af87ec9633c"
40SRC_URI[sha256sum] = "7a67127341d17640c1fff5dad80258fb2a37c8a2121b81525fe2327e4532ce2b" 41SRC_URI[sha256sum] = "7a67127341d17640c1fff5dad80258fb2a37c8a2121b81525fe2327e4532ce2b"
diff --git a/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali/0029-Fixed-buildpath-QA-warning.patch b/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali/0029-Fixed-buildpath-QA-warning.patch
new file mode 100644
index 00000000..a3ddafed
--- /dev/null
+++ b/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali/0029-Fixed-buildpath-QA-warning.patch
@@ -0,0 +1,29 @@
1From 7659ba2e251b72aa3c248d3b1f3a23971180ba41 Mon Sep 17 00:00:00 2001
2From: Parth Gajjar <parth.gajjar@amd.com>
3Date: Mon, 18 Mar 2024 13:43:30 +0000
4Subject: [PATCH] Fixed buildpath QA warning
5
6Removed KDIR from buildinfo
7WARNING: kernel-module-mali-r9p0-01rel0-r0 do_package_qa:
8QA Issue: File /lib/modules/6.6.10-xilinx-v2024.1-g2c37bbe14ced/updates/mali.ko
9 in package kernel-module-mali-6.6.10-xilinx-v2024.1-g2c37bbe14ced contains
10 reference to TMPDIR [buildpaths]" from the log file.
11
12Signed-off-by: Parth Gajjar <parth.gajjar@amd.com>
13
14diff --git a/Kbuild b/Kbuild
15index 8c6e6e0..2b8632b 100644
16--- a/Kbuild
17+++ b/Kbuild
18@@ -243,7 +243,7 @@ VERSION_STRINGS += BUILD=release
19 endif
20 VERSION_STRINGS += TARGET_PLATFORM=$(TARGET_PLATFORM)
21 VERSION_STRINGS += MALI_PLATFORM=$(MALI_PLATFORM)
22-VERSION_STRINGS += KDIR=$(KDIR)
23+#VERSION_STRINGS += KDIR=$(KDIR)
24 VERSION_STRINGS += OS_MEMORY_KERNEL_BUFFER_SIZE_IN_MB=$(OS_MEMORY_KERNEL_BUFFER_SIZE_IN_MB)
25 VERSION_STRINGS += USING_UMP=$(CONFIG_MALI400_UMP)
26 VERSION_STRINGS += USING_PROFILING=$(CONFIG_MALI400_PROFILING)
27--
282.37.6
29