diff options
| author | Parth Gajjar <parth.gajjar@amd.com> | 2024-03-18 08:05:14 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-03-20 13:59:32 -0500 |
| commit | 7b2d34a599d065596727d43d2d5a19d387a2ce7a (patch) | |
| tree | 6dd40791bae837aabf90d1752dd043c1f6dba391 | |
| parent | 375cb005b318bbe22bc7243a00b37e7de10ca219 (diff) | |
| download | meta-xilinx-7b2d34a599d065596727d43d2d5a19d387a2ce7a.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>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-graphics/mali/kernel-module-mali.bb | 1 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-graphics/mali/kernel-module-mali/0029-Fixed-buildpath-QA-warning.patch | 29 |
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 | " |
| 39 | SRC_URI[md5sum] = "85ea110dd6675c70b7d01af87ec9633c" | 40 | SRC_URI[md5sum] = "85ea110dd6675c70b7d01af87ec9633c" |
| 40 | SRC_URI[sha256sum] = "7a67127341d17640c1fff5dad80258fb2a37c8a2121b81525fe2327e4532ce2b" | 41 | SRC_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 @@ | |||
| 1 | From 7659ba2e251b72aa3c248d3b1f3a23971180ba41 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Parth Gajjar <parth.gajjar@amd.com> | ||
| 3 | Date: Mon, 18 Mar 2024 13:43:30 +0000 | ||
| 4 | Subject: [PATCH] Fixed buildpath QA warning | ||
| 5 | |||
| 6 | Removed KDIR from buildinfo | ||
| 7 | WARNING: kernel-module-mali-r9p0-01rel0-r0 do_package_qa: | ||
| 8 | QA 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 | |||
| 12 | Signed-off-by: Parth Gajjar <parth.gajjar@amd.com> | ||
| 13 | |||
| 14 | diff --git a/Kbuild b/Kbuild | ||
| 15 | index 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 | -- | ||
| 28 | 2.37.6 | ||
| 29 | |||
