diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-02-13 21:05:32 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-02-13 22:27:14 +0530 |
| commit | 6680ec1a752ee9cbfa65aa948c6ce2f2733af0e8 (patch) | |
| tree | 02a93c917ca1e0eca6024190f0b153e32c942c77 | |
| parent | 60fa1d6be13c150b8d785d8defc4ff4f407807a6 (diff) | |
| download | meta-xilinx-6680ec1a752ee9cbfa65aa948c6ce2f2733af0e8.tar.gz | |
Updated SRCREV for 2023.1_8755
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| -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 023baa8b..9e71d9e0 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] = "73ab17ed8b5044eb4e5139473fc550ba1c2e9d27" | 13 | ESW_REV[2023.1] = "d0f6576069c812f9bc710cf40d43269efbdff5be" |
| 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') != '']}" |
