summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-01-19 16:24:39 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-01-19 17:37:11 +0530
commit774770ca1e485fea6c5aed8d77d8c535669bb505 (patch)
tree3cec299c3a4f9b2180314662f19cb571f9667411
parentec9dc060d57f90eb034fa1507517cea7bc5fdeb7 (diff)
downloadmeta-xilinx-774770ca1e485fea6c5aed8d77d8c535669bb505.tar.gz
embeddedsw : Updated SRCREV for 2024.1_9599
sw_services: xilfpga: Fix doxygen warnings mbox: Add support for compiling examples in Yocto flow mutex: Add support for compiling examples in yocto flow mutex: Increment driver version ospipsv: Add support for compiling driver examples in Yocto flow lib: bsp: Fix bug in cache invalidation APIs for ARMv7 xilpm: versal_common: server: Fix reset assert during core pending power down lib: sw_apps: libmetal demo: sdt: Streamline app-create step wdtps: Add support for compiling examples in Yocto flow wdtps: Increment driver version Fix C++ compatibility of newly added function lwip_memcmp_consttime() ppp: use constant-time memcmp for checking credentials Introduce constant-time memcmp and use it for snmpv3_get_engine_boots xilpm: versal_net: server: Add workaround for CMN flush during subsystem restart dpdma: Fix spellings in comments dpdma: Fix MISRA-C rule 14.2 violation dpdma: Update to v1.6
-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 f106fb50..92a1b14c 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] = "ba4c00f90987cb33dafdf55649d0e6424e46ac33" 15ESW_REV[2024.1] = "04c35b655387f69b36f83869185396fd68e5e000"
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') != '']}"