summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-04-25 06:21:11 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-04-25 12:17:09 +0530
commitc9e4bb9ef782daa3c48a3a48fe18e2ab758cdd27 (patch)
tree19b6065eaa692b26d2b880ebefac38de98e1f849
parentd2fbb30c4921258ae6c53153d9efc5631da4dc3f (diff)
downloadmeta-xilinx-c9e4bb9ef782daa3c48a3a48fe18e2ab758cdd27.tar.gz
vdu-ctrl-sw : Updated SRCREV for 2024.1_4667
Fixed buildpath QA warning
-rw-r--r--meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2024.1.bb2
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 3acbf3ef..88ddb885 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
14BRANCH ?= "xlnx_rel_v2024.1" 14BRANCH ?= "xlnx_rel_v2024.1"
15REPO ?= "git://github.com/Xilinx/vdu-ctrl-sw.git;protocol=https" 15REPO ?= "git://github.com/Xilinx/vdu-ctrl-sw.git;protocol=https"
16SRCREV ?= "7af131e0780d52ebc7bd6173bf1b99fec4dc522f" 16SRCREV ?= "fb8730a808b707bfb86d3d64881899214a951ff6"
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}"