diff options
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.bb | 25 |
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 @@ | |||
| 1 | SUMMARY = "Xilinx DisplayPort Linux Kernel module" | ||
| 2 | DESCRIPTION = "Out-of-tree DisplayPort(DP) kernel modules provider for aarch64 devices" | ||
| 3 | SECTION = "kernel/modules" | ||
| 4 | LICENSE = "GPL-2.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a" | ||
| 6 | |||
| 7 | PV .= "+git" | ||
| 8 | |||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | |||
| 11 | BRANCH ?= "xlnx_rel_v2024.1" | ||
| 12 | REPO ?= "git://github.com/xilinx/dp-modules.git;protocol=https" | ||
| 13 | SRCREV ?= "e20942b256e6fb18eaef919c7441f65ad8afcf43" | ||
| 14 | |||
| 15 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | ||
| 16 | SRC_URI = "${REPO};${BRANCHARG}" | ||
| 17 | |||
| 18 | SRC_URI += "file://0001-Support-both-pre-6.4.0-and-current-i2c-probing.patch" | ||
| 19 | |||
| 20 | inherit module | ||
| 21 | |||
| 22 | EXTRA_OEMAKE += "O=${STAGING_KERNEL_BUILDDIR}" | ||
| 23 | COMPATIBLE_MACHINE = "^$" | ||
| 24 | COMPATIBLE_MACHINE:zynqmp = "zynqmp" | ||
| 25 | COMPATIBLE_MACHINE:versal = "versal" | ||
