From 9605a7d6e57f3e4f6c320d6350a3772f2cfa8aef Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 26 Mar 2024 18:56:55 -0600 Subject: kernel-module-mali: Version based to match linux-xlnx kernel Signed-off-by: Mark Hatle --- meta-xilinx-core/conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-xilinx-core/conf') diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 78b78c7a..51e05cab 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf @@ -80,6 +80,9 @@ XILINX_LINUX_VERSION[v2023.2] = "6.1.60-xilinx-v2023.2%" XILINX_LINUX_VERSION[v2024.1] = "6.6.10-xilinx-v2024.1%" PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" +# Mali needs to match the kernel version +PREFERRED_VERSION_kernel-module-mali = "r9p0-01rel0-${XILINX_RELEASE_VERSION}" + # Add support to eSDK for gen-machine-conf if it exists PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts" BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH" -- cgit v1.2.3-54-g00ecf