summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-14 12:47:19 +0530
committerMark Hatle <mark.hatle@amd.com>2023-11-20 16:27:20 -0600
commit239f8349a3b3cd90290760155c8a5706cea18049 (patch)
tree6086eb190e163f26d6d31d0fd3c5750810794f0e
parenta4ccecea84cfcfd093ca58ac1caf654a315c9b57 (diff)
downloadmeta-xilinx-239f8349a3b3cd90290760155c8a5706cea18049.tar.gz
Updated SRCREV of vcu-firmware for 2024.1_3207
chore: update to revision d20230901 chore: update to revision d20230724 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-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 4ab139fc..e62e0dcd 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 = "f4ab98d26aa3e244a487f518f5a76071137c8402" 13SRCREV = "08e091d2a5c8332b5c9996a79c1e335d4a608f88"
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}"