summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-03-27 14:18:33 -0600
committerMark Hatle <mark.hatle@amd.com>2024-03-27 14:18:33 -0600
commitd8a5293244c173bfd1faef83b9c52e6d3d27e9a5 (patch)
treee7a290c1460650e7368305cb00681f1f5246d3fa /meta-xilinx-standalone
parent14af015057a31eb9e84c5b7c1cb21ee7cfcc7db1 (diff)
parent3a12cf3c927ac016b9dc288d441e68e504d74830 (diff)
downloadmeta-xilinx-d8a5293244c173bfd1faef83b9c52e6d3d27e9a5.tar.gz
Merge remote-tracking branch 'xilinx/rel-v2024.1' into master-next
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone')
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
index 1618bbcd..089888fe 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -1,3 +1,4 @@
1
1# Automatically determnine the version from the bb file 2# Automatically determnine the version from the bb file
2ESW_VER ?= "${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or 'master'}" 3ESW_VER ?= "${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or 'master'}"
3 4
@@ -15,8 +16,8 @@ ESW_REV[git] = "${AUTOREV}"
15ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01" 16ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01"
16ESW_REV[2022.2] = "5330a64c8efd14f0eef09befdbb8d3d738c33ec2" 17ESW_REV[2022.2] = "5330a64c8efd14f0eef09befdbb8d3d738c33ec2"
17ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 18ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
18ESW_REV[2023.2] = "73f0904e41cc109f18bb19a5329d0e5a66af2434" 19ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c"
19ESW_REV[2024.1] = "e367a6b8df2a30b12e5c88157afd98322a06c8a6" 20ESW_REV[2024.1] = "bd55a53c2e0bd9d27cd20a2660d14b0024aa8bb4"
20SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" 21SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}"
21 22
22EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 23EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"