diff options
| author | Mark Hatle <mhatle@xilinx.com> | 2022-04-11 07:59:22 -0700 |
|---|---|---|
| committer | Mark Hatle <mhatle@xilinx.com> | 2022-04-11 12:27:14 -0700 |
| commit | 055ac14a542c7090a45ecb040284d9cc6bf37fd6 (patch) | |
| tree | 371b5370a07f67731d7eda21c232e83d4c6f460b /meta-xilinx-standalone | |
| parent | e7ebfe05ca75c1a15665ca6f4cb2580a34931373 (diff) | |
| download | meta-xilinx-055ac14a542c7090a45ecb040284d9cc6bf37fd6.tar.gz | |
meta-xilinx-standalone: move to release embeddedsw branch
Signed-off-by: Mark Hatle <mhatle@xilinx.com>
(cherry picked from commit 6e7407565e10a9d70ec37365996031bb4fe14269)
Signed-off-by: Mark Hatle <mhatle@xilinx.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 1614b61b..092738e7 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
| @@ -9,7 +9,7 @@ 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" | 11 | ESW_BRANCH[2021.2] = "xlnx_rel_v2021.2" |
| 12 | ESW_BRANCH[2022.1] = "xlnx_rel_v2022.1-next" | 12 | ESW_BRANCH[2022.1] = "xlnx_rel_v2022.1" |
| 13 | ESW_BRANCH[2022.2] = "master-next" | 13 | ESW_BRANCH[2022.2] = "master-next" |
| 14 | ESW_BRANCH[git] = "master-next" | 14 | ESW_BRANCH[git] = "master-next" |
| 15 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | 15 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" |
| @@ -20,7 +20,7 @@ ESW_REV[2020.1] = "338150ab3628a1ea6b06e964b16e712b131882dd" | |||
| 20 | ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c" | 20 | ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c" |
| 21 | ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" | 21 | ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" |
| 22 | ESW_REV[2021.2] = "49c6694fc3cab6b87dd564da58a83bb8656a7c03" | 22 | ESW_REV[2021.2] = "49c6694fc3cab6b87dd564da58a83bb8656a7c03" |
| 23 | ESW_REV[2022.1] = "c82bb6f04c77580746c7475d85e43c37d5fe5fa4" | 23 | ESW_REV[2022.1] = "b3d8b420b421730ea505da55b42174dc90f885c1" |
| 24 | ESW_REV[2022.2] = "0918623a1f607eef78fa77309d235beac8f7f95b" | 24 | ESW_REV[2022.2] = "0918623a1f607eef78fa77309d235beac8f7f95b" |
| 25 | ESW_REV[git] = "7ec60e1c0e25bfa9c5e8c77d6d063876f6670770" | 25 | ESW_REV[git] = "7ec60e1c0e25bfa9c5e8c77d6d063876f6670770" |
| 26 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 26 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
| @@ -35,7 +35,7 @@ LIC_FILES_CHKSUM[release-2020.1] = '8b565227e1264d677db8f841c2948cba' | |||
| 35 | LIC_FILES_CHKSUM[master-rel-2020.2] = '3a6e22aebf6516f0f74a82e1183f74f8' | 35 | LIC_FILES_CHKSUM[master-rel-2020.2] = '3a6e22aebf6516f0f74a82e1183f74f8' |
| 36 | LIC_FILES_CHKSUM[xlnx_rel_v2021.1] = "73e8997d53c2137fdeea4331a73f40fa" | 36 | LIC_FILES_CHKSUM[xlnx_rel_v2021.1] = "73e8997d53c2137fdeea4331a73f40fa" |
| 37 | LIC_FILES_CHKSUM[xlnx_rel_v2021.2] = 'ba23909a4bcaf754a2e1ba996f1ca1b0' | 37 | LIC_FILES_CHKSUM[xlnx_rel_v2021.2] = 'ba23909a4bcaf754a2e1ba996f1ca1b0' |
| 38 | LIC_FILES_CHKSUM[xlnx_rel_v2022.1-next] = '87cee16dbcd2c2f7ceef30163838056e' | 38 | LIC_FILES_CHKSUM[xlnx_rel_v2022.1] = 'e62cb7a722c4430999e0a55a7234035d' |
| 39 | LIC_FILES_CHKSUM[master-next] = 'f3d40ec01cd45728f200f85c1e7a2ded' | 39 | LIC_FILES_CHKSUM[master-next] = 'f3d40ec01cd45728f200f85c1e7a2ded' |
| 40 | LIC_FILES_CHKSUM[master] = 'f3d40ec01cd45728f200f85c1e7a2ded' | 40 | LIC_FILES_CHKSUM[master] = 'f3d40ec01cd45728f200f85c1e7a2ded' |
| 41 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" | 41 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" |
