diff options
author | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-07-06 12:49:01 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-07-07 09:41:02 -0500 |
commit | 1e046b546065b51f018346adad9005776db8d83b (patch) | |
tree | 8551c9c0dd68007801990cdf32960bea3fd84d73 | |
parent | 861c02a8b3e8f72667979bce88f6537335888d48 (diff) | |
download | meta-xilinx-1e046b546065b51f018346adad9005776db8d83b.tar.gz |
Updated SRCREV of vdu-ctrl-sw for 2023.2_5443
Adding support for vdu-auto-instance
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.2.bb b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.2.bb index b7f2880e..19db2456 100644 --- a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.2.bb +++ b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.2.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 ?= "06fc18b303b40d4fee7549ad162c22ee1bc31582" | 16 | SRCREV ?= "1beb8f247d01b1a728faea36ce8f7847c895482f" |
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}" |