diff options
author | Sharath Kumar Dasari <sharath.kumar.dasari@xilinx.com> | 2024-02-13 10:37:10 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-02-15 13:50:25 -0600 |
commit | 5b8c2e0ee565a384723ed5785abfac35bc167688 (patch) | |
tree | 5ed0d20284fc8d67a74f37ac38f9dba4384e05cd /meta-xilinx-standalone | |
parent | ca6cd538ba2c091c3d94508c82973d8c110685d9 (diff) | |
download | meta-xilinx-5b8c2e0ee565a384723ed5785abfac35bc167688.tar.gz |
xlnx-embeddedsw: Update 2023.2 branch to xlnx_rel_v2023.2_update
System controller SC_update6 candidate release image is 2023.2
yocto based image which needs changes backported from ESW master to
xlnx_rel_v2023.2_update branch
Signed-off-by: Sharath Kumar Dasari <sharath.kumar.dasari@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit 63a77a8627b431dbaf014258ce87aa9ed571b07c)
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 30b65faf..5e5c5415 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -5,13 +5,13 @@ REPO ??= "git://github.com/Xilinx/embeddedsw.git;protocol=https" | |||
5 | 5 | ||
6 | ESW_BRANCH[git] = "master" | 6 | ESW_BRANCH[git] = "master" |
7 | ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1_update" | 7 | ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1_update" |
8 | ESW_BRANCH[2023.2] = "xlnx_rel_v2023.2" | 8 | ESW_BRANCH[2023.2] = "xlnx_rel_v2023.2_update" |
9 | ESW_BRANCH[2024.1] = "master-next" | 9 | ESW_BRANCH[2024.1] = "master-next" |
10 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | 10 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" |
11 | 11 | ||
12 | ESW_REV[git] = "${AUTOREV}" | 12 | ESW_REV[git] = "${AUTOREV}" |
13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
14 | ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" | 14 | ESW_REV[2023.2] = "73f0904e41cc109f18bb19a5329d0e5a66af2434" |
15 | ESW_REV[2024.1] = "754a400b26b5f19f7f504a908a5724076548f92c" | 15 | ESW_REV[2024.1] = "754a400b26b5f19f7f504a908a5724076548f92c" |
16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
17 | 17 | ||
@@ -21,7 +21,7 @@ EMBEDDEDSW_SRCURI ?= "${REPO};${EMBEDDEDSW_BRANCHARG}" | |||
21 | LICENSE = "MIT" | 21 | LICENSE = "MIT" |
22 | LIC_FILES_CHKSUM[master] = '9fceecdbcad88698f265578f3d4cb26c' | 22 | LIC_FILES_CHKSUM[master] = '9fceecdbcad88698f265578f3d4cb26c' |
23 | LIC_FILES_CHKSUM[xlnx_rel_v2023.1_update] = '3c310a3ee2197a4c92c6a0e2937c207c' | 23 | LIC_FILES_CHKSUM[xlnx_rel_v2023.1_update] = '3c310a3ee2197a4c92c6a0e2937c207c' |
24 | LIC_FILES_CHKSUM[xlnx_rel_v2023.2] = '9fceecdbcad88698f265578f3d4cb26c' | 24 | LIC_FILES_CHKSUM[xlnx_rel_v2023.2_update] = '9fceecdbcad88698f265578f3d4cb26c' |
25 | LIC_FILES_CHKSUM[master-next] = '9fceecdbcad88698f265578f3d4cb26c' | 25 | LIC_FILES_CHKSUM[master-next] = '9fceecdbcad88698f265578f3d4cb26c' |
26 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" | 26 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" |
27 | 27 | ||