diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-10-12 08:27:20 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-11-02 00:29:55 -0700 |
| commit | ba1d10276838b70a01f6fc6d7a515a86a4e2da4d (patch) | |
| tree | f3b64a7ac7ee3d31d885bb3e87e838be4f272ad8 | |
| parent | fe895a87d28f97c5f252e66794fb58da375b0bdb (diff) | |
| download | meta-xilinx-ba1d10276838b70a01f6fc6d7a515a86a4e2da4d.tar.gz | |
xlnx-embeddedsw: Move 2021.2 from -next to stable branch
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| -rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 16a3cfb6..15ddd0ae 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
| @@ -8,8 +8,8 @@ ESW_BRANCH[2019.2] = "release-2019.2" | |||
| 8 | ESW_BRANCH[2020.1] = "release-2020.1" | 8 | ESW_BRANCH[2020.1] = "release-2020.1" |
| 9 | ESW_BRANCH[2020.2] = "master-rel-2020.2" | 9 | ESW_BRANCH[2020.2] = "master-rel-2020.2" |
| 10 | ESW_BRANCH[2021.1] = "xlnx_rel_v2021.1" | 10 | ESW_BRANCH[2021.1] = "xlnx_rel_v2021.1" |
| 11 | ESW_BRANCH[2021.2] = "xlnx_rel_v2021.2-next" | 11 | ESW_BRANCH[2021.2] = "xlnx_rel_v2021.2" |
| 12 | ESW_BRANCH[git] = "xlnx_rel_v2021.2-next" | 12 | ESW_BRANCH[git] = "xlnx_rel_v2021.2" |
| 13 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | 13 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" |
| 14 | 14 | ||
| 15 | ESW_REV[2019.1] = "26c14d9861010a0e3a55c73fb79efdb816eb42ca" | 15 | ESW_REV[2019.1] = "26c14d9861010a0e3a55c73fb79efdb816eb42ca" |
| @@ -17,8 +17,8 @@ ESW_REV[2019.2] = "e8db5fb118229fdc621e0ec7848641a23bf60998" | |||
| 17 | ESW_REV[2020.1] = "338150ab3628a1ea6b06e964b16e712b131882dd" | 17 | ESW_REV[2020.1] = "338150ab3628a1ea6b06e964b16e712b131882dd" |
| 18 | ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c" | 18 | ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c" |
| 19 | ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" | 19 | ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" |
| 20 | ESW_REV[2021.2] = "92bc6a57d3c11aaadf2976dc0a57716d11eccd27" | 20 | ESW_REV[2021.2] = "49c6694fc3cab6b87dd564da58a83bb8656a7c03" |
| 21 | ESW_REV[git] = "43d395a11e659409436d9faf13c6758c78871d3c" | 21 | ESW_REV[git] = "49c6694fc3cab6b87dd564da58a83bb8656a7c03" |
| 22 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 22 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
| 23 | 23 | ||
| 24 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 24 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |
| @@ -30,7 +30,7 @@ LIC_FILES_CHKSUM[release-2019.2] = '39ab6ab638f4d1836ba994ec6852de94' | |||
| 30 | LIC_FILES_CHKSUM[release-2020.1] = '8b565227e1264d677db8f841c2948cba' | 30 | LIC_FILES_CHKSUM[release-2020.1] = '8b565227e1264d677db8f841c2948cba' |
| 31 | LIC_FILES_CHKSUM[master-rel-2020.2] = '3a6e22aebf6516f0f74a82e1183f74f8' | 31 | LIC_FILES_CHKSUM[master-rel-2020.2] = '3a6e22aebf6516f0f74a82e1183f74f8' |
| 32 | LIC_FILES_CHKSUM[xlnx_rel_v2021.1] = "73e8997d53c2137fdeea4331a73f40fa" | 32 | LIC_FILES_CHKSUM[xlnx_rel_v2021.1] = "73e8997d53c2137fdeea4331a73f40fa" |
| 33 | LIC_FILES_CHKSUM[xlnx_rel_v2021.2-next] = '37d990653fd94329b115cc07303f332f' | 33 | LIC_FILES_CHKSUM[xlnx_rel_v2021.2] = 'ba23909a4bcaf754a2e1ba996f1ca1b0' |
| 34 | LIC_FILES_CHKSUM[master] = '593ba3fb8be51271097ddaa4b9c65cde' | 34 | LIC_FILES_CHKSUM[master] = '593ba3fb8be51271097ddaa4b9c65cde' |
| 35 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" | 35 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" |
| 36 | 36 | ||
