diff options
-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 9e71d9e0..14d8c519 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] = "d0f6576069c812f9bc710cf40d43269efbdff5be" | 13 | ESW_REV[2023.1] = "571ae9e436b4e40276d5b39d8354c6c676dd6f03" |
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') != '']}" |