summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-20 15:49:04 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-20 17:27:11 +0530
commitc9a51a19e2859e4b7054a2e1ee4501d814e14eed (patch)
treea978f0144068bd8c309c1f03135598d5aecfc94c /meta-xilinx-standalone/classes
parent0a5a84c47c90a75fb8e08841c091e587ffa55b97 (diff)
downloadmeta-xilinx-c9a51a19e2859e4b7054a2e1ee4501d814e14eed.tar.gz
embeddedsw : Updated SRCREV for 2024.1_4327
sw_services: xilfpga: Adds proper validations checks for input parameters sw_services: xilplmi: Update error action to NONE after disabling the error axipcie: Overview add to driver axipcie: Update mdd version axipcie: Update copyright year axipcie: Added properties to support SDT flow. xilffs: Update FATFS to fix the issues in 0.15 version qspipsu: Add support for W25Q256JW Winbond flash part ipipsu: Update for the name change xilffs: Fix MISRA-C violations cpu_riscv: Update makefile to fix compilation issues on windows machines xilpm:versal_net: Restore custom error handlers
Diffstat (limited to 'meta-xilinx-standalone/classes')
-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 0fd15fed..1bd68834 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] = "d9b132c366ace752a26cc44ff6118d9b0c560b04" 15ESW_REV[2024.1] = "8fbb3b54b39963ce38c1a55bb18d1dd12030b221"
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') != '']}"