summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-01-26 12:53:41 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-01-26 14:17:10 +0530
commit5c1339a4d38c0336354c2d1e0ac10efb8a8c593c (patch)
treee4af2ff2d920c54c8754aa59e18307a6b0d876f7 /meta-xilinx-standalone
parent69f863ef70e7878ad74742f77bffb7306540168a (diff)
downloadmeta-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.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 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}'}"
12ESW_REV[git] = "${AUTOREV}" 12ESW_REV[git] = "${AUTOREV}"
13ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 13ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
14ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" 14ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847"
15ESW_REV[2024.1] = "3bf967a067ca608fd7cf1093116e5845cf315c63" 15ESW_REV[2024.1] = "4b1aa02bd005edea08ee1dad14c8a3f2f4feb717"
16SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 16SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
17 17
18EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 18EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"