summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass')
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass6
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 36ef59b3..e4e78038 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -9,8 +9,8 @@ ESW_BRANCH[2024.1] = "xlnx_rel_v2023.2-next"
9BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" 9BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
10 10
11ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" 11ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab"
12ESW_REV[2023.2] = "4b382e452bdc148cb10c99da03f0201150dbfe4d" 12ESW_REV[2023.2] = "27ae5596270e2e4cc6a0ae23bcc80d49b4754724"
13ESW_REV[2024.1] = "4b382e452bdc148cb10c99da03f0201150dbfe4d" 13ESW_REV[2024.1] = "27ae5596270e2e4cc6a0ae23bcc80d49b4754724"
14SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 14SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
15 15
16EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 16EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"
@@ -18,7 +18,7 @@ EMBEDDEDSW_SRCURI ?= "${REPO};${EMBEDDEDSW_BRANCHARG}"
18 18
19LICENSE = "MIT" 19LICENSE = "MIT"
20LIC_FILES_CHKSUM[xlnx_rel_v2023.1] = '3c310a3ee2197a4c92c6a0e2937c207c' 20LIC_FILES_CHKSUM[xlnx_rel_v2023.1] = '3c310a3ee2197a4c92c6a0e2937c207c'
21LIC_FILES_CHKSUM[xlnx_rel_v2023.2-next] = '3c310a3ee2197a4c92c6a0e2937c207c' 21LIC_FILES_CHKSUM[xlnx_rel_v2023.2-next] = '6677b545d223964a4906f97a2229bfc5'
22LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" 22LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}"
23 23
24SRC_URI = "${EMBEDDEDSW_SRCURI}" 24SRC_URI = "${EMBEDDEDSW_SRCURI}"