diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-28 16:47:28 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-28 18:27:11 +0530 |
| commit | a02c5b648b92a92218ae307c84b9621c5c9b2225 (patch) | |
| tree | f8ea45883ee7f36de156c3fee887a6f88005955c /meta-xilinx-standalone/classes | |
| parent | 90b73cde7c7d9f051900c4409cd06c3d5c8bd5d6 (diff) | |
| download | meta-xilinx-a02c5b648b92a92218ae307c84b9621c5c9b2225.tar.gz | |
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
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 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}'}" | |||
| 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] = "ca5a8225f1105d64a66ed1e99b98f7b8635faf39" | 15 | ESW_REV[2024.1] = "25f0dc91e02944c8db08d1efa9fe801f5ec00753" |
| 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') != '']}" |
