summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2023.2.bb
diff options
context:
space:
mode:
authorNeel Gandhi <neel.gandhi@amd.com>2023-06-20 19:37:38 +0530
committerMark Hatle <mark.hatle@amd.com>2023-06-21 15:07:01 -0500
commit141399fa45667f852bb606055a54305c2f35f503 (patch)
tree6cd9bc584a077929888e3b64e17f6e17dd1f31f4 /meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2023.2.bb
parent6fd3d3532311675a7074cbbd4efe1683ead6624b (diff)
downloadmeta-xilinx-141399fa45667f852bb606055a54305c2f35f503.tar.gz
vcu: Update recipes to keep makefiles compatible with original vcu patches
Install vcu-omx-il and ctrl-sw application executables with the help of makefiles instead of build recipes by providing INSTALL_PATH macro to the makefile, so that vcu makefiles will be compatible with original files. kernel-module-vcu change: dmaproxy: Fix leak in case of DMA channel is not available libomxil-xlnx changes: Revert "Update name of omx test application binaries" Makefile: Enable install rules libvcu-xlnx changes: chore: update to revision 20230530 Makefile: Copy executables from bin directory vcu-firmware change: chore: update to revision 20230530 Signed-off-by: Neel Gandhi <neel.gandhi@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2023.2.bb')
-rw-r--r--meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2023.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2023.2.bb b/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2023.2.bb
index 007e473b..7f2b205f 100644
--- a/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2023.2.bb
+++ b/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2023.2.bb
@@ -13,7 +13,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
13 13
14BRANCH = "master" 14BRANCH = "master"
15REPO = "git://github.com/Xilinx/vcu-modules.git;protocol=https" 15REPO = "git://github.com/Xilinx/vcu-modules.git;protocol=https"
16SRCREV = "b7664198e562afa3e2c96174b6e746f3770672f1" 16SRCREV = "689c8d823b383e2a8a5249be49de627f866cfaf2"
17 17
18BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 18BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
19SRC_URI = " \ 19SRC_URI = " \