diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-15 06:24:30 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-15 08:37:11 +0530 |
| commit | 5f92836fefb5860e0a13658b3258a05205ac7eed (patch) | |
| tree | d791985e0a55dd5bd3a3bd0221463dffae0fabd9 /meta-xilinx-standalone | |
| parent | de52d0da7e2d53a4dbc967694e897aa4be784098 (diff) | |
| download | meta-xilinx-5f92836fefb5860e0a13658b3258a05205ac7eed.tar.gz | |
embeddedsw : Updated SRCREV for 2024.2_1347
sw_services:xilplmi: Reporting slave SLR error to master
sw_apps: zynqmp_pmufw: Enable recovery mechanism when either of the WDT 0 or 1 is enabled
versal_psmfw: versal_net: Remove unused function prototype
versal_psmfw: common: Add doxygen comments for functions
xilpm: versal_aiepg2: server: Increase bytebuffer to 64KB
versal_psmfw: common: Add doxygen comments for structures
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 a7a7dc05..2e383d57 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] = "e9afb4e11f26cbb1c1aa2a1cf0db8dba2a27ea63" | 22 | ESW_REV[2024.2] = "3c9343a138625e04f76a777642638676d064676d" |
| 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') != '']}" |
