diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-10-24 15:41:06 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-10-25 07:28:58 -0700 |
| commit | 01511a2f222109181754d3973bb52d79c80b0e0b (patch) | |
| tree | b80b5f7968a4beb3bb148d9a62888535263a345d | |
| parent | 97f6e636c296cec373d13e0a8d6c236b539dda66 (diff) | |
| download | meta-xilinx-01511a2f222109181754d3973bb52d79c80b0e0b.tar.gz | |
kernel-module-mali: Enable based on :mali400 override
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-graphics/mali/kernel-module-mali.bb | 3 |
1 files changed, 1 insertions, 2 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 e86f3ccd..a2fff488 100644 --- a/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali.bb +++ b/meta-xilinx-core/recipes-graphics/mali/kernel-module-mali.bb | |||
| @@ -42,8 +42,7 @@ PARALLEL_MAKE = "-j 1" | |||
| 42 | S = "${WORKDIR}/DX910-SW-99002-${PV}/driver/src/devicedrv/mali" | 42 | S = "${WORKDIR}/DX910-SW-99002-${PV}/driver/src/devicedrv/mali" |
| 43 | 43 | ||
| 44 | COMPATIBLE_MACHINE = "^$" | 44 | COMPATIBLE_MACHINE = "^$" |
| 45 | COMPATIBLE_MACHINE:zynqmp-eg = "zynqmp-eg" | 45 | COMPATIBLE_MACHINE:mali400 = ".*" |
| 46 | COMPATIBLE_MACHINE:zynqmp-ev = "zynqmp-ev" | ||
| 47 | 46 | ||
| 48 | EXTRA_OEMAKE = 'KDIR="${STAGING_KERNEL_DIR}" \ | 47 | EXTRA_OEMAKE = 'KDIR="${STAGING_KERNEL_DIR}" \ |
| 49 | ARCH="${ARCH}" \ | 48 | ARCH="${ARCH}" \ |
