summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-03-21 19:31:06 -1200
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-03-22 23:17:09 +0530
commita737193d40f0a9c3f5f879941b9f5eaa4851c706 (patch)
tree760300262645a96fd1d3e131c2194af4ba6924cc
parentd16ea3c8de96b5e77b7cacc435223069502b0b37 (diff)
downloadmeta-xilinx-a737193d40f0a9c3f5f879941b9f5eaa4851c706.tar.gz
vcu-firmware : Updated SRCREV for 2024.1_4795
chore: update to revision d20240216
-rw-r--r--meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware_2024.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware_2024.1.bb b/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware_2024.1.bb
index 7bd9b182..69c4d7ef 100644
--- a/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware_2024.1.bb
+++ b/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware_2024.1.bb
@@ -10,7 +10,7 @@ S = "${WORKDIR}/git"
10 10
11BRANCH ?= "master" 11BRANCH ?= "master"
12REPO ?= "git://github.com/Xilinx/vcu-firmware.git;protocol=https" 12REPO ?= "git://github.com/Xilinx/vcu-firmware.git;protocol=https"
13SRCREV = "ffe29273f378619a711aa10664612e6c660ee590" 13SRCREV = "6ee1998c53817ab0c137b8b99089337d5caba62c"
14 14
15BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 15BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
16SRC_URI = "${REPO};${BRANCHARG}" 16SRC_URI = "${REPO};${BRANCHARG}"