diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-06-23 15:31:07 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-06-23 18:37:10 +0530 |
commit | ad718579e93808f6018840be4af19a11fddd023c (patch) | |
tree | c8b6c228293d7840c0fe0770509069d9f4e84247 /meta-xilinx-standalone | |
parent | a8f2e4bfa3f882c64ed39c356e767839a1009661 (diff) | |
download | meta-xilinx-ad718579e93808f6018840be4af19a11fddd023c.tar.gz |
embeddedsw : Updated SRCREV for 2023.2_4459
csudma: Add support for peripheral_tests in system device-tree flow
lib: sw_apps: peripheral_tests: Add support for system device-tree flow
lib: sw_apps: hello_world: Add support for system device-tree flow
dfeccf: Depricate obsolete APIs
lib: sw_apps: empty_application: Add support for system device-tree flow
dfeprach: Depricate obsolete APIs
dfemix: Depricate obsolete APIs
Updated the files which had 755 to 644
xilsem: Update copyright information in xsem_ebdgoldendata.c
xilloader: Allow only 1 failed attempt of AuthJtag failure when AUTH_JTAG_LOCK_DIS eFuse programmed
updated for changelog and versal cdo
Xilsecure: Fixed doxygen warnings
XilOcp: Fixed doxygen comments
ipipsu: Fix code formatting issues with checkpatch
ipipsu: Restructure the code for more modularity
wdttb: Correct the interrupt ID for Versal-net platform
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
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 871f521a..e344cfc5 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] = "440943de8aec7658fddb1d44e2211df6cf0c928f" | 11 | ESW_REV[2023.2] = "e0da77a0f94b87d9d22273b434fd1ef91675fb88" |
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') != '']}" |