diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-03-03 16:27:59 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-03-05 10:24:00 -0600 |
commit | 84bcd7a4dc5ba55fa74bec1bee0786ce45c049ee (patch) | |
tree | cdbdedc6ae4ec77b5e017bcadf1b5bd23fbae594 /meta-xilinx-standalone | |
parent | 7e6492b0ecbdf86d086ef59dc9dfdb025fbd4ecf (diff) | |
download | meta-xilinx-84bcd7a4dc5ba55fa74bec1bee0786ce45c049ee.tar.gz |
xlnx-embeddedsw: Move branch to 2023.1 release
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
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 fb37a1b4..dd8c567a 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -5,12 +5,12 @@ REPO ??= "git://github.com/Xilinx/embeddedsw.git;protocol=https" | |||
5 | 5 | ||
6 | ESW_BRANCH[2022.1] = "xlnx_rel_v2022.1_update" | 6 | ESW_BRANCH[2022.1] = "xlnx_rel_v2022.1_update" |
7 | ESW_BRANCH[2022.2] = "xlnx_rel_v2022.2_update" | 7 | ESW_BRANCH[2022.2] = "xlnx_rel_v2022.2_update" |
8 | ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1-next" | 8 | ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1" |
9 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | 9 | 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] = "14809f266c6ec79b517d976f882ba496be3e1998" | 13 | ESW_REV[2023.1] = "53e35139d56609e56451d2a7d7fe89e8040c9e52" |
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') != '']}" |
@@ -19,7 +19,7 @@ EMBEDDEDSW_SRCURI ?= "${REPO};${EMBEDDEDSW_BRANCHARG}" | |||
19 | LICENSE = "MIT" | 19 | LICENSE = "MIT" |
20 | LIC_FILES_CHKSUM[xlnx_rel_v2022.1_update] = 'e62cb7a722c4430999e0a55a7234035d' | 20 | LIC_FILES_CHKSUM[xlnx_rel_v2022.1_update] = 'e62cb7a722c4430999e0a55a7234035d' |
21 | LIC_FILES_CHKSUM[xlnx_rel_v2022.2_update] = 'ce611484168a6000bd35df68fc4f4290' | 21 | LIC_FILES_CHKSUM[xlnx_rel_v2022.2_update] = 'ce611484168a6000bd35df68fc4f4290' |
22 | LIC_FILES_CHKSUM[xlnx_rel_v2023.1-next] = '15386ea7656d3b83815bce88c0bbe66d' | 22 | LIC_FILES_CHKSUM[xlnx_rel_v2023.1] = '15386ea7656d3b83815bce88c0bbe66d' |
23 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" | 23 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" |
24 | 24 | ||
25 | SRC_URI = "${EMBEDDEDSW_SRCURI}" | 25 | SRC_URI = "${EMBEDDEDSW_SRCURI}" |