summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-12-13 12:00:16 -0800
committerMark Hatle <mark.hatle@amd.com>2023-04-10 09:03:22 -0700
commite46ccd563ee57976ac762d9784a340ed778083e3 (patch)
treeba2a9bf712ff6a5b5a4b1766761154fec7c7bddd
parentcdeb89025776b1738421d3465bb4011a45fc7379 (diff)
downloadmeta-xilinx-e46ccd563ee57976ac762d9784a340ed778083e3.tar.gz
kernel-module-vcu: Move to using a kernel feature for VCU
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2022.1.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2022.1.bb b/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2022.1.bb
index e585725c..7ef1d5fd 100644
--- a/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2022.1.bb
+++ b/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2022.1.bb
@@ -29,9 +29,6 @@ EXTRA_OEMAKE += "O=${STAGING_KERNEL_BUILDDIR}"
29 29
30RDEPENDS:${PN} = "vcu-firmware" 30RDEPENDS:${PN} = "vcu-firmware"
31 31
32COMPATIBLE_MACHINE = "^$"
33COMPATIBLE_MACHINE:zynqmp = "zynqmp"
34
35KERNEL_MODULE_AUTOLOAD += "dmaproxy" 32KERNEL_MODULE_AUTOLOAD += "dmaproxy"
36 33
37do_install:append() { 34do_install:append() {