diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-12-28 14:13:23 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-12-28 15:27:10 +0530 |
commit | 01bc0d025d656d7f827fa1d44a7cc019eac3535f (patch) | |
tree | d0879e93113eb1cfccca7515ddbc07bd2ac30e15 /meta-xilinx-standalone | |
parent | 14bb5ea55fb1b71a799bdcf9852c90e850eebf0b (diff) | |
download | meta-xilinx-01bc0d025d656d7f827fa1d44a7cc019eac3535f.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_7063
sw_apps: imgsel: versal image selector Vless build failure fix
xilpm: versal_net: server: Enable dynamic CCI/SMMU handling feature
sw_services:xilloader: Place PMC TRNG in reset
dp21: Fix SinkCount calculation when MST is enabled in RX Subsystem
xilsecure: Fix status success assignment for invalid mod data
Diffstat (limited to 'meta-xilinx-standalone')
-rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 2f67e9fb..1d809d81 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -12,7 +12,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | |||
12 | ESW_REV[git] = "${AUTOREV}" | 12 | ESW_REV[git] = "${AUTOREV}" |
13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
14 | ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" | 14 | ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" |
15 | ESW_REV[2024.1] = "38d0309fc2f2b9946c3ce1e1aed5aa52b6799374" | 15 | ESW_REV[2024.1] = "6dc195e1d775ec6406a7ed4886e7809964b40cb0" |
16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
17 | 17 | ||
18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |