diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-12-07 18:48:59 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-12-08 11:37:07 -0800 |
| commit | 2ce669e1a5321111853f891e1bfb3cc17c5097af (patch) | |
| tree | 2a74204e96311b4a05e204b82816a494ef185d06 /meta-xilinx-standalone/classes | |
| parent | e420fd51ebb1701c8a240eed61bc1c411d2f146f (diff) | |
| download | meta-xilinx-2ce669e1a5321111853f891e1bfb3cc17c5097af.tar.gz | |
xlnx-embeddedsw: Add special git - AUTOREV version
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone/classes')
| -rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 0af92055..86d8bcf2 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
| @@ -6,6 +6,7 @@ REPO ??= "git://github.com/Xilinx/embeddedsw.git;protocol=https" | |||
| 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" | 7 | ESW_BRANCH[2022.2] = "xlnx_rel_v2022.2" |
| 8 | ESW_BRANCH[2023.1] = "master-next" | 8 | ESW_BRANCH[2023.1] = "master-next" |
| 9 | ESW_BRANCH[git] = "master" | ||
| 9 | 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}'}" |
| 10 | 11 | ||
| 11 | ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01" | 12 | ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01" |
| @@ -20,6 +21,7 @@ LICENSE = "MIT" | |||
| 20 | LIC_FILES_CHKSUM[xlnx_rel_v2022.1_update] = 'e62cb7a722c4430999e0a55a7234035d' | 21 | LIC_FILES_CHKSUM[xlnx_rel_v2022.1_update] = 'e62cb7a722c4430999e0a55a7234035d' |
| 21 | LIC_FILES_CHKSUM[xlnx_rel_v2022.2] = 'ce611484168a6000bd35df68fc4f4290' | 22 | LIC_FILES_CHKSUM[xlnx_rel_v2022.2] = 'ce611484168a6000bd35df68fc4f4290' |
| 22 | LIC_FILES_CHKSUM[master-next] = 'ce611484168a6000bd35df68fc4f4290' | 23 | LIC_FILES_CHKSUM[master-next] = 'ce611484168a6000bd35df68fc4f4290' |
| 24 | LIC_FILES_CHKSUM[master] = 'ce611484168a6000bd35df68fc4f4290' | ||
| 23 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" | 25 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" |
| 24 | 26 | ||
| 25 | SRC_URI = "${EMBEDDEDSW_SRCURI}" | 27 | SRC_URI = "${EMBEDDEDSW_SRCURI}" |
