diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-08-24 12:51:39 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-08-24 14:17:24 +0530 |
commit | 88a1ce43ccbd06991dda77c40ffd60f3c2cd0daf (patch) | |
tree | 133312e55d14eb5b7fc276989ef34e317f42759c | |
parent | b5095dd50554ddff884b5836f4c96d552dac1541 (diff) | |
download | meta-xilinx-88a1ce43ccbd06991dda77c40ffd60f3c2cd0daf.tar.gz |
embeddedsw : Updated SRCREV for 2023.2_4207
Xilocp: Move run time error codes to respective library
Updated changelog for axis_switch to pmufw
xilpm: versal: server: Fix XRAM related isolation issues
BSP:cortexa9: Fix infinite loop in Xil_DCacheInvalidateRange
VersalNet: Remove a78 and r52 static files
xilffs: Enable the XILFFS_use_lfn option when EXFAT is enabled
xilfpga: Update version info macros
xilpki: Implemented new API to get the library version info
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
-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 50f86501..5eb01d8c 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" | |||
8 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | 8 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" |
9 | 9 | ||
10 | ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" | 10 | ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" |
11 | ESW_REV[2023.2] = "2ea61903d96d8b717caae0aeb17805276b11676e" | 11 | ESW_REV[2023.2] = "badc4e42bbed4af31edf506b47dae664b68e8bd1" |
12 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 12 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
13 | 13 | ||
14 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 14 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |