diff options
| author | John Toomey <john.toomey@amd.com> | 2023-08-18 17:38:12 +0100 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-10-05 10:12:00 -0500 |
| commit | 16f76bc2f35029e6864e49670af0ef66be7b3694 (patch) | |
| tree | 173ea9cf453f92b5a2e7e1b20726d653204e53b5 /meta-xilinx-standalone | |
| parent | af7a51bcd43b24d99c94f4f72ae82e734321912a (diff) | |
| download | meta-xilinx-16f76bc2f35029e6864e49670af0ef66be7b3694.tar.gz | |
xlnx-embeddedsw: Update 2023.1 branch to xlnx_rel_v2023.1_update
This change includes the Kria K24/KD240 changes in xlnx-embeddedsw by
default for all embeddedsw components
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit 20bbd9c268299c2b11d7fc4fc1abcbf576b5e9ff)
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 3fdc22e0..6745a374 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
| @@ -3,12 +3,12 @@ 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_update" |
| 7 | ESW_BRANCH[2023.2] = "xlnx_rel_v2023.2" | 7 | ESW_BRANCH[2023.2] = "xlnx_rel_v2023.2" |
| 8 | ESW_BRANCH[2024.1] = "master-next" | 8 | ESW_BRANCH[2024.1] = "master-next" |
| 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[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" | 11 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
| 12 | ESW_REV[2023.2] = "19ade382dd3b8a89aa737d9a67ceb2d28c6ab1bc" | 12 | ESW_REV[2023.2] = "19ade382dd3b8a89aa737d9a67ceb2d28c6ab1bc" |
| 13 | ESW_REV[2024.1] = "3fa1c3a5e3056c68280f84da0ff8da4a4e0d7631" | 13 | ESW_REV[2024.1] = "3fa1c3a5e3056c68280f84da0ff8da4a4e0d7631" |
| 14 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 14 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
| @@ -17,7 +17,7 @@ EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH' | |||
| 17 | EMBEDDEDSW_SRCURI ?= "${REPO};${EMBEDDEDSW_BRANCHARG}" | 17 | EMBEDDEDSW_SRCURI ?= "${REPO};${EMBEDDEDSW_BRANCHARG}" |
| 18 | 18 | ||
| 19 | LICENSE = "MIT" | 19 | LICENSE = "MIT" |
| 20 | LIC_FILES_CHKSUM[xlnx_rel_v2023.1] = '3c310a3ee2197a4c92c6a0e2937c207c' | 20 | LIC_FILES_CHKSUM[xlnx_rel_v2023.1_update] = '3c310a3ee2197a4c92c6a0e2937c207c' |
| 21 | LIC_FILES_CHKSUM[xlnx_rel_v2023.2] = '9fceecdbcad88698f265578f3d4cb26c' | 21 | LIC_FILES_CHKSUM[xlnx_rel_v2023.2] = '9fceecdbcad88698f265578f3d4cb26c' |
| 22 | LIC_FILES_CHKSUM[master-next] = '9fceecdbcad88698f265578f3d4cb26c' | 22 | LIC_FILES_CHKSUM[master-next] = '9fceecdbcad88698f265578f3d4cb26c' |
| 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'}" |
