summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
diff options
context:
space:
mode:
authorAddepalli, Siva <siva.addepalli@amd.com>2023-08-09 17:25:59 +0530
committerSiva Addepalli <siva.addepalli@amd.com>2023-08-09 19:07:10 +0530
commit3e38859b24953565451cecb3f6acfc9fc92fa7c0 (patch)
tree64f413fc259ecc38921112b678dd0d966bb08c4f /meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
parent3470e5006791704a01188007eb4e2a90a72f7570 (diff)
downloadmeta-xilinx-3e38859b24953565451cecb3f6acfc9fc92fa7c0.tar.gz
embeddedsw : Updated SRCREV for 2023.2_9811
VersalNet PLM: Updated MC mb and PMC handshake support source xdmapcie: Fixed xdmapcie driver integration issue in SDT flow pciepsu: Fixed Config structure issue in SDT flow scripts: pyesw: Fix issues with the code intelliSense lib: sw_apps: lwip*: Bump stack and heap size scripts: pyesw: Add support for override os level params from the template app XilinxProcessorIPLib: drivers: Fix syntax issues in the scutimer and scuwdt examples for peripheral test in system device-tree flow cmake: toolchainfiles: microblaze_toolchain.cmake: Add gc-sections linker flags by default Signed-off-by: Siva Addepalli <siva.addepalli@amd.com>
Diffstat (limited to 'meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass')
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass2
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 41d256f9..58760c54 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -8,7 +8,7 @@ ESW_BRANCH[2023.2] = "xlnx_rel_v2023.2-next"
8BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" 8BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
9 9
10ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" 10ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab"
11ESW_REV[2023.2] = "1a8892594deaa2df664344302c8d1285ab4f77ad" 11ESW_REV[2023.2] = "b9a66f8cdbbbc7a2c5944baa73b342910e41f094"
12SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 12SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
13 13
14EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 14EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"