summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorParth Gajjar <parth.gajjar@amd.com>2024-03-18 08:05:14 -0700
committerMark Hatle <mark.hatle@amd.com>2024-05-18 13:08:08 -0600
commit6c39a3b3e4b1e8dc06317080126c65e559341da5 (patch)
tree58b65b361c6383fa4d4af48f85881ba9ee80cb92
parentd76fd001dd2e6306088c6dc9bf505857bc1c561a (diff)
downloadmeta-xilinx-6c39a3b3e4b1e8dc06317080126c65e559341da5.tar.gz
kernel-module-mali: Fixed buildpath QA warning
Added: 0029-Fixed-buildpath-QA-warning.patch Resolved buildpath QA warning Signed-off-by: Parth Gajjar <parth.gajjar@amd.com> Sync fix to all recipe version Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-graphics/mali/kernel-module-mali/0029-Fixed-buildpath-QA-warning.patch29
-rw-r--r--meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2022.1.bb1
-rw-r--r--meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2022.2.bb1
-rw-r--r--meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2023.1.bb1
-rw-r--r--meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2023.2.bb1
5 files changed, 33 insertions, 0 deletions
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
diff --git a/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2022.1.bb b/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2022.1.bb
index 9f17d744..72bd7759 100644
--- a/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2022.1.bb
+++ b/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2022.1.bb
@@ -36,6 +36,7 @@ SRC_URI = " \
36 file://0026-Fix-gpu-driver-probe-failure.patch \ 36 file://0026-Fix-gpu-driver-probe-failure.patch \
37 file://0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch \ 37 file://0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch \
38 file://0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch \ 38 file://0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch \
39 file://0029-Fixed-buildpath-QA-warning.patch \
39 " 40 "
40SRC_URI[md5sum] = "85ea110dd6675c70b7d01af87ec9633c" 41SRC_URI[md5sum] = "85ea110dd6675c70b7d01af87ec9633c"
41SRC_URI[sha256sum] = "7a67127341d17640c1fff5dad80258fb2a37c8a2121b81525fe2327e4532ce2b" 42SRC_URI[sha256sum] = "7a67127341d17640c1fff5dad80258fb2a37c8a2121b81525fe2327e4532ce2b"
diff --git a/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2022.2.bb b/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2022.2.bb
index 9f17d744..72bd7759 100644
--- a/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2022.2.bb
+++ b/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2022.2.bb
@@ -36,6 +36,7 @@ SRC_URI = " \
36 file://0026-Fix-gpu-driver-probe-failure.patch \ 36 file://0026-Fix-gpu-driver-probe-failure.patch \
37 file://0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch \ 37 file://0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch \
38 file://0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch \ 38 file://0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch \
39 file://0029-Fixed-buildpath-QA-warning.patch \
39 " 40 "
40SRC_URI[md5sum] = "85ea110dd6675c70b7d01af87ec9633c" 41SRC_URI[md5sum] = "85ea110dd6675c70b7d01af87ec9633c"
41SRC_URI[sha256sum] = "7a67127341d17640c1fff5dad80258fb2a37c8a2121b81525fe2327e4532ce2b" 42SRC_URI[sha256sum] = "7a67127341d17640c1fff5dad80258fb2a37c8a2121b81525fe2327e4532ce2b"
diff --git a/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2023.1.bb b/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2023.1.bb
index 9f17d744..72bd7759 100644
--- a/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2023.1.bb
+++ b/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2023.1.bb
@@ -36,6 +36,7 @@ SRC_URI = " \
36 file://0026-Fix-gpu-driver-probe-failure.patch \ 36 file://0026-Fix-gpu-driver-probe-failure.patch \
37 file://0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch \ 37 file://0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch \
38 file://0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch \ 38 file://0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch \
39 file://0029-Fixed-buildpath-QA-warning.patch \
39 " 40 "
40SRC_URI[md5sum] = "85ea110dd6675c70b7d01af87ec9633c" 41SRC_URI[md5sum] = "85ea110dd6675c70b7d01af87ec9633c"
41SRC_URI[sha256sum] = "7a67127341d17640c1fff5dad80258fb2a37c8a2121b81525fe2327e4532ce2b" 42SRC_URI[sha256sum] = "7a67127341d17640c1fff5dad80258fb2a37c8a2121b81525fe2327e4532ce2b"
diff --git a/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2023.2.bb b/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2023.2.bb
index 9f17d744..72bd7759 100644
--- a/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2023.2.bb
+++ b/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali_2023.2.bb
@@ -36,6 +36,7 @@ SRC_URI = " \
36 file://0026-Fix-gpu-driver-probe-failure.patch \ 36 file://0026-Fix-gpu-driver-probe-failure.patch \
37 file://0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch \ 37 file://0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch \
38 file://0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch \ 38 file://0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch \
39 file://0029-Fixed-buildpath-QA-warning.patch \
39 " 40 "
40SRC_URI[md5sum] = "85ea110dd6675c70b7d01af87ec9633c" 41SRC_URI[md5sum] = "85ea110dd6675c70b7d01af87ec9633c"
41SRC_URI[sha256sum] = "7a67127341d17640c1fff5dad80258fb2a37c8a2121b81525fe2327e4532ce2b" 42SRC_URI[sha256sum] = "7a67127341d17640c1fff5dad80258fb2a37c8a2121b81525fe2327e4532ce2b"