diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-10 06:23:52 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-10 08:57:10 +0530 |
commit | 17e5d7555a24025692ef69e0a8ec680afa58c900 (patch) | |
tree | 3b993168067ac748cb36a2960cd6a13f28ed75fb | |
parent | 283e467d73bcac9d8ba7b3bb5d8f97e1a86e5e92 (diff) | |
download | meta-xilinx-17e5d7555a24025692ef69e0a8ec680afa58c900.tar.gz |
embeddedsw : Updated SRCREV for 2024.2_4127
dp21txss:dp21_pt:Edited the yaml file to pass regression test
sw_services:xilplmi: Added workaround for XILSEM feature check command
sw_services: xilsecure: Added maximum supported hash size
sw_services: xilsecure: Added easier approach to enable SHA2 Crypto engine in PMC
xilasu: examples: Fix compilation warning for r52 proc
asufw: ecc: Fix security review comments
sw_apps: asufw: Fix code review comments
asufw: aes: Fix security review comments
asufw: rsa: Fix security review comments
ASU: Fix validation of input arguments
sw_apps: asufw: Fix MISRA C violation 17.8
sw_apps: asufw: Fix MISRA C violation 14.3
sw_apps: asufw: Fix MISRA C violation 8.3
sw_apps: asufw: Fix MISRA C violation 8.13
sw_apps: asufw: Fix declaration of unused variables
sw_apps: asufw: Remove deadcode
asufw: Fix implicit conversion of operands
sw_services:xilplmi: clearing SSIT errors and GSW error
-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 a62637b8..3021b847 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -19,7 +19,7 @@ ESW_REV[2022.2] = "5330a64c8efd14f0eef09befdbb8d3d738c33ec2" | |||
19 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 19 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
20 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" | 20 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" |
21 | ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4" | 21 | ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4" |
22 | ESW_REV[2024.2] = "4594b107121fb3fe706d5376baad62a3a35bb595" | 22 | ESW_REV[2024.2] = "9888d07edcc25a005b9064cd21b0962663efe4d6" |
23 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" | 23 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" |
24 | 24 | ||
25 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 25 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |