diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-06-30 16:53:26 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-06-30 17:57:11 +0530 |
commit | b112aded8a929c11f4d71b2d7987f6c5d99434c7 (patch) | |
tree | 9b421b1d706724a4b884e31a5d18aaeb224e3cd3 | |
parent | b288439e79c87cbc3d7d0ed7879e9fd4adb873c8 (diff) | |
download | meta-xilinx-b112aded8a929c11f4d71b2d7987f6c5d99434c7.tar.gz |
embeddedsw : Updated SRCREV for 2023.2_4319
esw: Update the compiler flags for system device-tree flow
cmake: UserConfig: Add more user options
lib: sw_apps: Update the memory tests and dhrystone yaml supported processor for cortexa9 processor
lib: sw_apps: Use print_elf_size() macro for printing elf size
cmake: Generate elf.size file when building the embedded application
cmake: Add helper macro for printing the size of the target
pmonpsv: Driver is going to be deprecated as IP feature is not part of Versal TRM
xilpm: versal_common: server: Memory region node skeleton
usb: usbpsu: src: Add SDT check for interrupt and interrupt parent
uartps: Add support for system device-tree flow for uartps examples
uartps: Add uartps examples list in yaml
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 8ecac2e9..49bb8ce2 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] = "master-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] = "8a6c14d1cc5d923466025a5ad83b9b816670d5b0" | 11 | ESW_REV[2023.2] = "7b32e8799d7733ff5e450699ced43dc355e81389" |
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') != '']}" |