diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-04-26 06:15:16 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-04-26 07:37:23 +0530 |
commit | 91cb12f9021cde165cb525f31044f03315440fc3 (patch) | |
tree | 4c95762d9b26fb6a4a2532f76779d78aef8e1bb4 /meta-xilinx-standalone | |
parent | d34a8da665f42c5345b9b448b1e4115591b30751 (diff) | |
download | meta-xilinx-91cb12f9021cde165cb525f31044f03315440fc3.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_7731
Updated changelog for 2024.1 components-5
sw_services:xilrsa:Added additional files missing property to clean the target
VPROCSS: Subcore array definition fix for VPSS
dfeprach: Configure si570 in Linux examples
dfeofdm: Configure si570 in Linux examples
dfemix: Configure si570 in Linux examples
dfeequ: Configure si570 in Linux examples
dfeccf: Configure si570 in Linux examples
Updated changelog for 2024.1 components-4
Updated changelog for 2024.1 components-2
Updated changelog for 2024.1 components-3
OpenAMP: Remove hard-coding cmake paths and dependencies
Diffstat (limited to 'meta-xilinx-standalone')
-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 169728b8..580bd380 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -13,7 +13,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | |||
13 | ESW_REV[git] = "${AUTOREV}" | 13 | ESW_REV[git] = "${AUTOREV}" |
14 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 14 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
15 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" | 15 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" |
16 | ESW_REV[2024.1] = "54539e1accb6c616a1b67ef07b7d83d4097194b6" | 16 | ESW_REV[2024.1] = "f53bf7e9bec23b97082e087ac86739a31e52bb44" |
17 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" | 17 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" |
18 | 18 | ||
19 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 19 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |