diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-26 12:53:41 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-26 14:17:10 +0530 |
commit | 5c1339a4d38c0336354c2d1e0ac10efb8a8c593c (patch) | |
tree | e4af2ff2d920c54c8754aa59e18307a6b0d876f7 /meta-xilinx-standalone | |
parent | 69f863ef70e7878ad74742f77bffb7306540168a (diff) | |
download | meta-xilinx-5c1339a4d38c0336354c2d1e0ac10efb8a8c593c.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_9731
lib: sw_apps: Wrap IPI Symbols in #ifndefss
xilnvm: Fix doxygen warnings
v_hdmitxss1: Add yaml changes to support import examples
v_hdmirxss1: Add yaml changes to support import examples
v_hdmitxss: Add yaml changes to support import examples
v_hdmirxss: Add yaml changes to support import examples
v_sditxss: Add support for SDT flow
axis_switch: Add support for compiling driver examples in Yocto flow
axis_switch:Increment driver version
llfifo: Add support for compiling driver examples in Yocto flow
llfifo: Increment driver version
dfeprach: Correct memset destination address
sw_services:xilplmi:Addition in Logstring and begin command logic enhancement
emacps: Add support for compiling driver examples in yocto flow
emacps: Increment driver version
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 4cbf586d..125fd75d 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -12,7 +12,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | |||
12 | ESW_REV[git] = "${AUTOREV}" | 12 | ESW_REV[git] = "${AUTOREV}" |
13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
14 | ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" | 14 | ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" |
15 | ESW_REV[2024.1] = "3bf967a067ca608fd7cf1093116e5845cf315c63" | 15 | ESW_REV[2024.1] = "4b1aa02bd005edea08ee1dad14c8a3f2f4feb717" |
16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
17 | 17 | ||
18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |