diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-03-26 18:31:47 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-03-27 08:28:27 -0600 |
commit | f2ed1a2c937aaa54d1cc98b00841943d48ce41ea (patch) | |
tree | 102ef558fbabed14c7541ab361d5b3ecdb70c3ef /meta-xilinx-core/recipes-graphics | |
parent | d3bb371f8a8063f59dc9b3a654530063da967627 (diff) | |
download | meta-xilinx-f2ed1a2c937aaa54d1cc98b00841943d48ce41ea.tar.gz |
qemu: Remove versions older then 8.1, no longer compatible
Versions older then 8.1 are no longer compatible with the runqemu.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-graphics')
-rw-r--r-- | meta-xilinx-core/recipes-graphics/mali/kernel-module-mali.bb | 13 |
1 files changed, 5 insertions, 8 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..1e584241 100644 --- a/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali.bb +++ b/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "A Mali 400 Linux Kernel module" | 1 | SUMMARY = "A Mali 400 Linux Kernel module" |
2 | SECTION = "kernel/modules" | 2 | SECTION = "kernel/modules" |
3 | 3 | ||
4 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = " \ | 5 | LIC_FILES_CHKSUM = " \ |
6 | file://linux/license/gpl/mali_kernel_license.h;md5=f5af2d61f4c1eb262cb6a557aaa1070a \ | 6 | file://linux/license/gpl/mali_kernel_license.h;md5=f5af2d61f4c1eb262cb6a557aaa1070a \ |
7 | " | 7 | " |
@@ -30,22 +30,19 @@ SRC_URI = " \ | |||
30 | file://0021-Use-updated-timekeeping-functions-in-kernel-5.6.patch \ | 30 | file://0021-Use-updated-timekeeping-functions-in-kernel-5.6.patch \ |
31 | file://0022-Set-HAVE_UNLOCKED_IOCTL-default-to-true.patch \ | 31 | file://0022-Set-HAVE_UNLOCKED_IOCTL-default-to-true.patch \ |
32 | file://0023-Use-PTR_ERR_OR_ZERO-instead-of-PTR_RET.patch \ | 32 | file://0023-Use-PTR_ERR_OR_ZERO-instead-of-PTR_RET.patch \ |
33 | file://0024-Use-community-device-tree-names.patch \ | ||
34 | file://0025-Import-DMA_BUF-module-and-update-register_shrinker-f.patch \ | ||
35 | file://0026-Fix-gpu-driver-probe-failure.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 \ | ||
38 | " | 33 | " |
39 | SRC_URI[md5sum] = "85ea110dd6675c70b7d01af87ec9633c" | 34 | SRC_URI[md5sum] = "85ea110dd6675c70b7d01af87ec9633c" |
40 | SRC_URI[sha256sum] = "7a67127341d17640c1fff5dad80258fb2a37c8a2121b81525fe2327e4532ce2b" | 35 | SRC_URI[sha256sum] = "7a67127341d17640c1fff5dad80258fb2a37c8a2121b81525fe2327e4532ce2b" |
41 | 36 | ||
42 | inherit features_check module | 37 | inherit module |
43 | 38 | ||
44 | PARALLEL_MAKE = "-j 1" | 39 | PARALLEL_MAKE = "-j 1" |
45 | 40 | ||
46 | S = "${WORKDIR}/DX910-SW-99002-${PV}/driver/src/devicedrv/mali" | 41 | S = "${WORKDIR}/DX910-SW-99002-${PV}/driver/src/devicedrv/mali" |
47 | 42 | ||
48 | REQUIRED_MACHINE_FEATURES = "mali400" | 43 | COMPATIBLE_MACHINE = "^$" |
44 | COMPATIBLE_MACHINE:zynqmp-eg = "zynqmp-eg" | ||
45 | COMPATIBLE_MACHINE:zynqmp-ev = "zynqmp-ev" | ||
49 | 46 | ||
50 | EXTRA_OEMAKE = 'KDIR="${STAGING_KERNEL_DIR}" \ | 47 | EXTRA_OEMAKE = 'KDIR="${STAGING_KERNEL_DIR}" \ |
51 | ARCH="${ARCH}" \ | 48 | ARCH="${ARCH}" \ |