diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-03-26 18:56:55 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-03-27 08:28:27 -0600 |
commit | 9605a7d6e57f3e4f6c320d6350a3772f2cfa8aef (patch) | |
tree | 261f1af3874cd30b20aab36afdc7ac2f4dc51bef /meta-xilinx-core/conf | |
parent | 6e06c901c364f858c3919b5bd142298d0cf1ebfe (diff) | |
download | meta-xilinx-9605a7d6e57f3e4f6c320d6350a3772f2cfa8aef.tar.gz |
kernel-module-mali: Version based to match linux-xlnx kernel
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf')
-rw-r--r-- | meta-xilinx-core/conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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%" | |||
80 | XILINX_LINUX_VERSION[v2024.1] = "6.6.10-xilinx-v2024.1%" | 80 | XILINX_LINUX_VERSION[v2024.1] = "6.6.10-xilinx-v2024.1%" |
81 | PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | 81 | PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" |
82 | 82 | ||
83 | # Mali needs to match the kernel version | ||
84 | PREFERRED_VERSION_kernel-module-mali = "r9p0-01rel0-${XILINX_RELEASE_VERSION}" | ||
85 | |||
83 | # Add support to eSDK for gen-machine-conf if it exists | 86 | # Add support to eSDK for gen-machine-conf if it exists |
84 | PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts" | 87 | PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts" |
85 | BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH" | 88 | BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH" |