diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-20 15:49:04 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-20 17:27:11 +0530 |
| commit | c9a51a19e2859e4b7054a2e1ee4501d814e14eed (patch) | |
| tree | a978f0144068bd8c309c1f03135598d5aecfc94c /meta-xilinx-standalone/classes | |
| parent | 0a5a84c47c90a75fb8e08841c091e587ffa55b97 (diff) | |
| download | meta-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.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 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}'}" | |||
| 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] = "d9b132c366ace752a26cc44ff6118d9b0c560b04" | 15 | ESW_REV[2024.1] = "8fbb3b54b39963ce38c1a55bb18d1dd12030b221" |
| 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') != '']}" |
