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-13 13:27:08 -0800 |
| commit | 517fb40c4149b1f7a85ab900a0d13d24d380c29e (patch) | |
| tree | f6d0797fa5e13d092425562ff3fe4cf656f48b3d | |
| parent | dfdaf5360d105db23718dbfaa3d5b94f195f233f (diff) | |
| download | meta-xilinx-517fb40c4149b1f7a85ab900a0d13d24d380c29e.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>
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@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" | ||
