diff options
| author | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-12-29 12:47:32 +0530 |
|---|---|---|
| committer | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-01-03 10:02:12 -0700 |
| commit | 92dc8930cc9b995cfc116ed813d4f5f291d498cc (patch) | |
| tree | 2d8b9c1cf593430b3e9419f1cfba6199e1a8b118 /meta-xilinx-core | |
| parent | 8c7db5b444c664620d2ec3a575aa1bef2266ab7e (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 14 | BRANCH ?= "master" | 14 | BRANCH ?= "master" |
| 15 | REPO ?= "git://github.com/Xilinx/vdu-modules.git;protocol=https" | 15 | REPO ?= "git://github.com/Xilinx/vdu-modules.git;protocol=https" |
| 16 | SRCREV ?= "4d5134f54006f904f0b28f00e05dd3febd5fcfd3" | 16 | SRCREV ?= "c03614079b9877cb41a24e69b62d5292265a1f14" |
| 17 | 17 | ||
| 18 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 18 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
| 19 | SRC_URI = "${REPO};${BRANCHARG} \ | 19 | SRC_URI = "${REPO};${BRANCHARG} \ |
