diff options
Diffstat (limited to 'meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass')
| -rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 01940e12..afeecdbf 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
| @@ -4,9 +4,11 @@ ESW_VER ?= "${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or 'master' | |||
| 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-next" | 6 | ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1-next" |
| 7 | ESW_BRANCH[2023.2] = "master-next" | ||
| 7 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | 8 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" |
| 8 | 9 | ||
| 9 | ESW_REV[2023.1] = "5d75b745952f39bc4f37189257f2f228d99089f3" | 10 | ESW_REV[2023.1] = "5d75b745952f39bc4f37189257f2f228d99089f3" |
| 11 | ESW_REV[2023.2] = "675797f7a0a048cab241bf1f8004ab16d7ca9213" | ||
| 10 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 12 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
| 11 | 13 | ||
| 12 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 14 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |
| @@ -14,6 +16,7 @@ EMBEDDEDSW_SRCURI ?= "${REPO};${EMBEDDEDSW_BRANCHARG}" | |||
| 14 | 16 | ||
| 15 | LICENSE = "MIT" | 17 | LICENSE = "MIT" |
| 16 | LIC_FILES_CHKSUM[xlnx_rel_v2023.1-next] = '15386ea7656d3b83815bce88c0bbe66d' | 18 | LIC_FILES_CHKSUM[xlnx_rel_v2023.1-next] = '15386ea7656d3b83815bce88c0bbe66d' |
| 19 | LIC_FILES_CHKSUM[master-next] = '15386ea7656d3b83815bce88c0bbe66d' | ||
| 17 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" | 20 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" |
| 18 | 21 | ||
| 19 | SRC_URI = "${EMBEDDEDSW_SRCURI}" | 22 | SRC_URI = "${EMBEDDEDSW_SRCURI}" |
