diff options
| author | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-04-26 09:10:39 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-04-26 09:10:39 +0530 |
| commit | 00a9929d15215ed5031cdbcd7776cef82c7eab7d (patch) | |
| tree | cda2f7f2a7c8ea933b5fe055c3a100594b32477b | |
| parent | 91cb12f9021cde165cb525f31044f03315440fc3 (diff) | |
| download | meta-xilinx-00a9929d15215ed5031cdbcd7776cef82c7eab7d.tar.gz | |
Revert "embeddedsw : Updated SRCREV for 2024.1_7731"
This reverts commit 91cb12f9021cde165cb525f31044f03315440fc3.
| -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 580bd380..169728b8 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] = "f53bf7e9bec23b97082e087ac86739a31e52bb44" | 16 | ESW_REV[2024.1] = "54539e1accb6c616a1b67ef07b7d83d4097194b6" |
| 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') != '']}" |
