diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-12-13 12:00:16 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-04-10 09:03:22 -0700 |
| commit | e46ccd563ee57976ac762d9784a340ed778083e3 (patch) | |
| tree | ba2a9bf712ff6a5b5a4b1766761154fec7c7bddd | |
| parent | cdeb89025776b1738421d3465bb4011a45fc7379 (diff) | |
| download | meta-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.bb | 3 |
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 | ||
| 30 | RDEPENDS:${PN} = "vcu-firmware" | 30 | RDEPENDS:${PN} = "vcu-firmware" |
| 31 | 31 | ||
| 32 | COMPATIBLE_MACHINE = "^$" | ||
| 33 | COMPATIBLE_MACHINE:zynqmp = "zynqmp" | ||
| 34 | |||
| 35 | KERNEL_MODULE_AUTOLOAD += "dmaproxy" | 32 | KERNEL_MODULE_AUTOLOAD += "dmaproxy" |
| 36 | 33 | ||
| 37 | do_install:append() { | 34 | do_install:append() { |
