summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_6.6.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_6.6.10.bb')
-rw-r--r--meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_6.6.10.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_6.6.10.bb b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_6.6.10.bb
new file mode 100644
index 00000000..3aaac030
--- /dev/null
+++ b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_6.6.10.bb
@@ -0,0 +1,25 @@
1SUMMARY = "Xilinx DisplayPort Linux Kernel module"
2DESCRIPTION = "Out-of-tree DisplayPort(DP) kernel modules provider for aarch64 devices"
3SECTION = "kernel/modules"
4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a"
6
7PV .= "+git"
8
9S = "${WORKDIR}/git"
10
11BRANCH ?= "xlnx_rel_v2024.1"
12REPO ?= "git://github.com/xilinx/dp-modules.git;protocol=https"
13SRCREV ?= "e20942b256e6fb18eaef919c7441f65ad8afcf43"
14
15BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
16SRC_URI = "${REPO};${BRANCHARG}"
17
18SRC_URI += "file://0001-Support-both-pre-6.4.0-and-current-i2c-probing.patch"
19
20inherit module
21
22EXTRA_OEMAKE += "O=${STAGING_KERNEL_BUILDDIR}"
23COMPATIBLE_MACHINE = "^$"
24COMPATIBLE_MACHINE:zynqmp = "zynqmp"
25COMPATIBLE_MACHINE:versal = "versal"