summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-12-29 12:47:32 +0530
committerSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2024-01-03 10:02:12 -0700
commit92dc8930cc9b995cfc116ed813d4f5f291d498cc (patch)
tree2d8b9c1cf593430b3e9419f1cfba6199e1a8b118 /meta-xilinx-core
parent8c7db5b444c664620d2ec3a575aa1bef2266ab7e (diff)
downloadmeta-xilinx-92dc8930cc9b995cfc116ed813d4f5f291d498cc.tar.gz
Updated SRCREV of vdu-modules for 2024.1_9315
fix: xilinx implementation of add_memory Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu_2024.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu_2024.1.bb b/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu_2024.1.bb
index 308b8eac..d20db971 100644
--- a/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu_2024.1.bb
+++ b/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu_2024.1.bb
@@ -13,7 +13,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
13 13
14BRANCH ?= "master" 14BRANCH ?= "master"
15REPO ?= "git://github.com/Xilinx/vdu-modules.git;protocol=https" 15REPO ?= "git://github.com/Xilinx/vdu-modules.git;protocol=https"
16SRCREV ?= "4d5134f54006f904f0b28f00e05dd3febd5fcfd3" 16SRCREV ?= "c03614079b9877cb41a24e69b62d5292265a1f14"
17 17
18BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 18BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
19SRC_URI = "${REPO};${BRANCHARG} \ 19SRC_URI = "${REPO};${BRANCHARG} \