diff options
| author | Jeegar Patel <jeegar.patel@xilinx.com> | 2019-07-29 06:15:15 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-12-09 11:03:47 -0800 |
| commit | d999b00e53cd236fbf8907f4db58ad32525909f4 (patch) | |
| tree | 093b746af74c3ad65e3bac8372dc4418bde37394 | |
| parent | 4dd5288d0e02b4850a28b41e845b77e3c2488369 (diff) | |
| download | meta-xilinx-d999b00e53cd236fbf8907f4db58ad32525909f4.tar.gz | |
kernel-module-vcu.bb : Autoload dmaproxy module on boot
dmaproxy module needs to be loaded after boot up. vcu omx il layer uses
dmaproxy module for data transfer
Signed-off-by: Jeegar Patel <jeegar.patel@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/recipes-multimedia/vcu/kernel-module-vcu.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-multimedia/vcu/kernel-module-vcu.bb b/meta-xilinx-bsp/recipes-multimedia/vcu/kernel-module-vcu.bb index 4fe82bbe..3d67ad52 100644 --- a/meta-xilinx-bsp/recipes-multimedia/vcu/kernel-module-vcu.bb +++ b/meta-xilinx-bsp/recipes-multimedia/vcu/kernel-module-vcu.bb | |||
| @@ -26,3 +26,5 @@ COMPATIBLE_MACHINE = "^$" | |||
| 26 | COMPATIBLE_MACHINE_zynqmp = "zynqmp" | 26 | COMPATIBLE_MACHINE_zynqmp = "zynqmp" |
| 27 | 27 | ||
| 28 | PACKAGE_ARCH = "${SOC_FAMILY}" | 28 | PACKAGE_ARCH = "${SOC_FAMILY}" |
| 29 | |||
| 30 | KERNEL_MODULE_AUTOLOAD += "dmaproxy" | ||
