diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-04-17 18:38:09 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-04-17 18:38:09 -0600 |
| commit | 42df83252d22a45f3a30e6d54070d71705642c51 (patch) | |
| tree | d380e7f5946b0eb94e968f203e62c77a3cfc873c /meta-xilinx-core/conf/layer.conf | |
| parent | c457c28cf60859c90e9c56010fb7e82468d48ade (diff) | |
| download | meta-xilinx-42df83252d22a45f3a30e6d54070d71705642c51.tar.gz | |
meta-xilinx-conf: Add kernel module preferred versions
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf/layer.conf')
| -rw-r--r-- | meta-xilinx-core/conf/layer.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 51e05cab..a51a5259 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf | |||
| @@ -83,6 +83,28 @@ PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVa | |||
| 83 | # Mali needs to match the kernel version | 83 | # Mali needs to match the kernel version |
| 84 | PREFERRED_VERSION_kernel-module-mali = "r9p0-01rel0-${XILINX_RELEASE_VERSION}" | 84 | PREFERRED_VERSION_kernel-module-mali = "r9p0-01rel0-${XILINX_RELEASE_VERSION}" |
| 85 | 85 | ||
| 86 | # DP kernel module | ||
| 87 | KERNEL_MODULE_DP_VERSION[v2022.1] = "5.10.0+xilinx-v2022.1+git%" | ||
| 88 | KERNEL_MODULE_DP_VERSION[v2022.2] = "5.10.0+xilinx-v2022.2+git%" | ||
| 89 | KERNEL_MODULE_DP_VERSION[v2023.1] = "6.1.0+xilinx-v2023.1+git%" | ||
| 90 | KERNEL_MODULE_DP_VERSION[v2023.2] = "6.1.0+xilinx-v2023.2+git%" | ||
| 91 | KERNEL_MODULE_DP_VERSION[v2024.1] = "6.1.0+xilinx-v2024.1+git%" | ||
| 92 | PREFERRED_VERSION_kernel-module-dp ?= "${@d.getVarFlag('KERNEL_MODULE_DP_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | ||
| 93 | |||
| 94 | # HDMI kernel module | ||
| 95 | KERNEL_MODULE_HDMI_VERSION[v2022.1] = "5.15.0+xilinx-v2022.1+git%" | ||
| 96 | KERNEL_MODULE_HDMI_VERSION[v2022.2] = "5.15.19+xilinx-v2022.2+git%" | ||
| 97 | KERNEL_MODULE_HDMI_VERSION[v2023.1] = "6.1+xilinx-v2023.1+git%" | ||
| 98 | KERNEL_MODULE_HDMI_VERSION[v2023.2] = "6.1+xilinx-v2023.2+git%" | ||
| 99 | KERNEL_MODULE_HDMI_VERSION[v2024.1] = "6.1+xilinx-v2024.1+git%" | ||
| 100 | PREFERRED_VERSION_kernel-module-hdmi ?= "${@d.getVarFlag('KERNEL_MODULE_HDMI_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | ||
| 101 | |||
| 102 | # VCU kernel module | ||
| 103 | PREFERRED_VERSION_kernel-module-vcu = "1.0.0-xilinx-${XILINX_RELEASE_VERSION}+git%" | ||
| 104 | |||
| 105 | # VDU kernel module | ||
| 106 | PREFERRED_VERSION_kernel-module-vdu = "1.0.0-xilinx-${XILINX_RELEASE_VERSION}+git%" | ||
| 107 | |||
| 86 | # Add support to eSDK for gen-machine-conf if it exists | 108 | # Add support to eSDK for gen-machine-conf if it exists |
| 87 | PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts" | 109 | PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts" |
| 88 | BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH" | 110 | BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH" |
