diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-04-19 13:20:52 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-04-19 16:47:18 +0530 |
commit | ecdb05ddc7263fcae505f63a3b0accf9bc890a05 (patch) | |
tree | c6c7a53f9a487965338476308343e39be8a3826e /meta-xilinx-standalone | |
parent | 8a2505325869c3abeb2b654eeeffb3522401ab8f (diff) | |
download | meta-xilinx-ecdb05ddc7263fcae505f63a3b0accf9bc890a05.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_3487
sw_services:xilsecure:Fixed doxygen warnings
Revert "sw_services:Fixed doxygen warnings"
sw_services: xilocp: Fix the size of buffer passed to XPlmi_MemSet
sw_services:Fixed doxygen warnings
sw_services: xilsecure: Update SHA2 minor version
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 90e78c52..b4425d09 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] = "faf498ef6012b89134892af6644943bd3caa776d" | 16 | ESW_REV[2024.1] = "e60fb164016b6dcc24cb13e3104aa9da801121b7" |
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') != '']}" |