summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-04-29 13:08:47 -0500
committerMark Hatle <mark.hatle@amd.com>2024-04-29 14:12:45 -0500
commite7242bcd8777529498372f2fe3ab5272903b8ef5 (patch)
tree6f6a9ab5aa1b4718ac731330259d0fa318e2f865 /meta-xilinx-standalone
parent41be3639ea7b0009adeda889bb3ff7916403a245 (diff)
downloadmeta-xilinx-e7242bcd8777529498372f2fe3ab5272903b8ef5.tar.gz
xlnx-embeddedsw: Move branch to 2024.1 release branch
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone')
-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 0a9fb92e..b2058f08 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -7,13 +7,13 @@ REPO ??= "git://github.com/Xilinx/embeddedsw.git;protocol=https"
7ESW_BRANCH[git] = "master" 7ESW_BRANCH[git] = "master"
8ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1_update" 8ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1_update"
9ESW_BRANCH[2023.2] = "xlnx_rel_v2023.2_update" 9ESW_BRANCH[2023.2] = "xlnx_rel_v2023.2_update"
10ESW_BRANCH[2024.1] = "xlnx_rel_v2024.1-next" 10ESW_BRANCH[2024.1] = "xlnx_rel_v2024.1"
11BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" 11BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
12 12
13ESW_REV[git] = "${AUTOREV}" 13ESW_REV[git] = "${AUTOREV}"
14ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 14ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
15ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" 15ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c"
16ESW_REV[2024.1] = "f9813dcf080fd596e38133ee26eb4b35ae401b1d" 16ESW_REV[2024.1] = "b5aeb49ea7dfc76dfd3f3de5fac335abab206ec8"
17SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" 17SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}"
18 18
19EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 19EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"
@@ -23,7 +23,7 @@ LICENSE = "MIT"
23LIC_FILES_CHKSUM[master] = '9fceecdbcad88698f265578f3d4cb26c' 23LIC_FILES_CHKSUM[master] = '9fceecdbcad88698f265578f3d4cb26c'
24LIC_FILES_CHKSUM[xlnx_rel_v2023.1_update] = '3c310a3ee2197a4c92c6a0e2937c207c' 24LIC_FILES_CHKSUM[xlnx_rel_v2023.1_update] = '3c310a3ee2197a4c92c6a0e2937c207c'
25LIC_FILES_CHKSUM[xlnx_rel_v2023.2_update] = '9fceecdbcad88698f265578f3d4cb26c' 25LIC_FILES_CHKSUM[xlnx_rel_v2023.2_update] = '9fceecdbcad88698f265578f3d4cb26c'
26LIC_FILES_CHKSUM[xlnx_rel_v2024.1-next] = '0dcabd3719e5ac33f7c03f0d77d473f2' 26LIC_FILES_CHKSUM[xlnx_rel_v2024.1] = '443113d5aa8fd5facf31e9c5d25dc114'
27LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" 27LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}"
28 28
29SRC_URI = "${EMBEDDEDSW_SRCURI}" 29SRC_URI = "${EMBEDDEDSW_SRCURI}"