diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-10 14:23:09 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-10 17:17:10 +0530 |
commit | efa1ef4baf5a37e053d0d5cc84f22d1911e35668 (patch) | |
tree | 8ab6cc5abb3def9c83fa26abb14bf2bd75e627a7 | |
parent | 17e5d7555a24025692ef69e0a8ec680afa58c900 (diff) | |
download | meta-xilinx-efa1ef4baf5a37e053d0d5cc84f22d1911e35668.tar.gz |
embeddedsw : Updated SRCREV for 2024.2_8631
scripts: Add support for SpartanUp PLM in BSP and the workflow
lib: sw_apps: openamp: sdt: Ensure generated header is picked up
sw_apps: zynqmp_pmufw: Fix compilation warning
sw_services: xilsecure: Configure DmaSwap before transferring IV to AES engine
sw_services:xilsecure:Changed WARNING to FATAL_ERROR for IPI dependency
sw_services: xilloader: Fix MISRA-C violations
xilpm: versalnet: server: bugfix in XPmAccess_MaskWriteReg()
bram: Add support for lmb ram
sw_services: xilsecure: Remove XSecure_InputSlrIndex function
-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 3021b847..e6be62af 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] = "9888d07edcc25a005b9064cd21b0962663efe4d6" | 22 | ESW_REV[2024.2] = "2f34bb53a5832674c52061c6c974ee8194723de8" |
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') != '']}" |