diff options
| author | Manikanta Sreeram <msreeram@xilinx.com> | 2023-02-22 00:17:27 -0700 |
|---|---|---|
| committer | Manikanta Sreeram <msreeram@xilinx.com> | 2023-02-22 00:18:42 -0700 |
| commit | 24dd9510869db386f5f83541793e874c0273eebc (patch) | |
| tree | 2f7133f2554eaf29f75b0ecd424140d059db9785 | |
| parent | 06ce5dfc87ee5229b999b2ff7a10cfe8ff922481 (diff) | |
| download | meta-xilinx-24dd9510869db386f5f83541793e874c0273eebc.tar.gz | |
Revert "Updated SRCREV for 2023.1_2923"
This reverts commit aee55354756be9514c61f5e768dfa0370bdf8de0.
| -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 3c8b8d55..7eec2ac6 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
| @@ -10,7 +10,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | |||
| 10 | 10 | ||
| 11 | ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01" | 11 | ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01" |
| 12 | ESW_REV[2022.2] = "d820775d2492edb524ae8b25d2728c0ac2ee2c28" | 12 | ESW_REV[2022.2] = "d820775d2492edb524ae8b25d2728c0ac2ee2c28" |
| 13 | ESW_REV[2023.1] = "d3d25c660deb87a62e83d78fb3984ea8e6e366f9" | 13 | ESW_REV[2023.1] = "eee545e1c50e286fea4f67f143ce7aca9cbfba6c" |
| 14 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 14 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
| 15 | 15 | ||
| 16 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 16 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |
