diff options
author | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-12-29 12:48:45 +0530 |
---|---|---|
committer | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-01-03 10:02:12 -0700 |
commit | 337c59376e435eda5c8e254346f08065851a54fa (patch) | |
tree | 28d8e701467f051a53a187b4873df28181d55319 | |
parent | e3922c7972eb2d3e8103cd6d21c5318b793794b5 (diff) | |
download | meta-xilinx-337c59376e435eda5c8e254346f08065851a54fa.tar.gz |
Updated SRCREV of vdu-ctrl-sw for 2024.1_4811
fix: add missing mask
chore: update to revision d20230724
Support for reserved memory with start address not aligned on 2GB reintegration
Revert Adding support for vdu-auto-instance
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2024.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2024.1.bb b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2024.1.bb index 19db2456..9a542e78 100644 --- a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2024.1.bb +++ b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2024.1.bb | |||
@@ -13,7 +13,7 @@ REQUIRED_MACHINE_FEATURES = "vdu" | |||
13 | 13 | ||
14 | BRANCH ?= "master" | 14 | BRANCH ?= "master" |
15 | REPO ?= "git://github.com/Xilinx/vdu-ctrl-sw.git;protocol=https" | 15 | REPO ?= "git://github.com/Xilinx/vdu-ctrl-sw.git;protocol=https" |
16 | SRCREV ?= "1beb8f247d01b1a728faea36ce8f7847c895482f" | 16 | SRCREV ?= "af435d31aee1078bf31efd6dae45d7cba97b2638" |
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}" |