diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-03-28 06:16:40 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-03-28 07:47:10 +0530 |
commit | 2066656ffc4a95b34b2a71a50c9d125d8c5b2c55 (patch) | |
tree | fd7d059555a1bd0e04f93af1a2e4e83ca56db4b1 /meta-xilinx-standalone | |
parent | 3a12cf3c927ac016b9dc288d441e68e504d74830 (diff) | |
download | meta-xilinx-2066656ffc4a95b34b2a71a50c9d125d8c5b2c55.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_5339
ttcps: Add support for peripheral tests in SDT flow
usbps: Fix failures reported by CV test suite "Chapter 9 Tests [USB 2 devices] CV tests"
usbps: Update driver version
mipicsiss: data: Update yaml file to support new MIPI RX PHY
mipicsiss: src: Add support of mipi rx phy subcore
sw_services:xilloader: Updated RSA KAT to use 2048-bit key
sw_services: xilsecure: Fix RSA quiet mode issues and update KAT
scugic: Add doxygen and editorial fixes
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 1a483e9f..ba7e7dc6 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -13,7 +13,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | |||
13 | ESW_REV[git] = "${AUTOREV}" | 13 | ESW_REV[git] = "${AUTOREV}" |
14 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 14 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
15 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" | 15 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" |
16 | ESW_REV[2024.1] = "bd55a53c2e0bd9d27cd20a2660d14b0024aa8bb4" | 16 | ESW_REV[2024.1] = "2efccb1d8aafe5242ec87ec8f223784bbbbdcd08" |
17 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" | 17 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" |
18 | 18 | ||
19 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 19 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |