diff options
author | Manikanta Sreeram <msreeram@xilinx.com> | 2023-03-06 02:45:29 -0700 |
---|---|---|
committer | Manikanta Sreeram <msreeram@xilinx.com> | 2023-03-06 02:45:29 -0700 |
commit | e24f19564b95cd86c8a75cf193a4e0b88e80011d (patch) | |
tree | 17ff969e8b8eab7335499708ce1a6f31b064ca00 /meta-xilinx-standalone | |
parent | 9d0c8619aedbd43c094180ddd6738ba0525f7cc4 (diff) | |
download | meta-xilinx-e24f19564b95cd86c8a75cf193a4e0b88e80011d.tar.gz |
Revert "xlnx-embeddedsw: Move branch to 2023.1 release"
reverting as we still need to continue to use xlnx_rel_v2023.1-next branch
This reverts commit 84bcd7a4dc5ba55fa74bec1bee0786ce45c049ee.
Conflicts:
meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
Diffstat (limited to 'meta-xilinx-standalone')
-rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index f65a02d8..2291e525 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -3,17 +3,17 @@ ESW_VER ?= "${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or 'master' | |||
3 | 3 | ||
4 | REPO ??= "git://github.com/Xilinx/embeddedsw.git;protocol=https" | 4 | REPO ??= "git://github.com/Xilinx/embeddedsw.git;protocol=https" |
5 | 5 | ||
6 | ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1" | 6 | ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1-next" |
7 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | 7 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" |
8 | 8 | ||
9 | ESW_REV[2023.1] = "53e35139d56609e56451d2a7d7fe89e8040c9e52" | 9 | ESW_REV[2023.1] = "14809f266c6ec79b517d976f882ba496be3e1998" |
10 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 10 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
11 | 11 | ||
12 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 12 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |
13 | EMBEDDEDSW_SRCURI ?= "${REPO};${EMBEDDEDSW_BRANCHARG}" | 13 | EMBEDDEDSW_SRCURI ?= "${REPO};${EMBEDDEDSW_BRANCHARG}" |
14 | 14 | ||
15 | LICENSE = "MIT" | 15 | LICENSE = "MIT" |
16 | LIC_FILES_CHKSUM[xlnx_rel_v2023.1] = '15386ea7656d3b83815bce88c0bbe66d' | 16 | LIC_FILES_CHKSUM[xlnx_rel_v2023.1-next] = '15386ea7656d3b83815bce88c0bbe66d' |
17 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" | 17 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" |
18 | 18 | ||
19 | SRC_URI = "${EMBEDDEDSW_SRCURI}" | 19 | SRC_URI = "${EMBEDDEDSW_SRCURI}" |