From a02c5b648b92a92218ae307c84b9621c5c9b2225 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Tue, 28 Nov 2023 16:47:28 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_6087 xilplmi: implemented user modules drivers: Fixed source code-format issue. drivers: Fix compilation errors reported with -std=c2x compiler flag lib: bsp: standalone: Enhance the ability to generate XPAR_CPU_ID definitions based on the reg property in the SDT flow freertos: Move the selection of config parameters for stdin and stdout into a separate header xilpm:versal_net: subsystem ipimask restore --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-standalone/classes') diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 4b69946f..adf3e270 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}'}" ESW_REV[git] = "${AUTOREV}" ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" -ESW_REV[2024.1] = "ca5a8225f1105d64a66ed1e99b98f7b8635faf39" +ESW_REV[2024.1] = "25f0dc91e02944c8db08d1efa9fe801f5ec00753" SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" -- cgit v1.2.3-54-g00ecf