summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSharath Kumar Dasari <sharath.kumar.dasari@xilinx.com>2024-03-18 13:32:52 +0530
committerMark Hatle <mark.hatle@amd.com>2024-03-20 13:59:31 -0500
commitd5673ef65ce1c97aaeaaae226f1293a9532d5fc5 (patch)
treeb9751dab9f426f957365220f211fd95b3b8ccb77 /meta-xilinx-standalone
parent7b9e07173566b6d4969e97cf4dc2ef2b86ec0b39 (diff)
downloadmeta-xilinx-d5673ef65ce1c97aaeaaae226f1293a9532d5fc5.tar.gz
xlnx-embeddedsw: Update SRCREV for xlnx_rel_v2023.2_update branch
Update SRCREV for xlnx_rel_v2023.2_update branch to pull in the latest changes for image selector app Signed-off-by: Sharath Kumar Dasari <sharath.kumar.dasari@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 03d5b1500ee95320bfacc785ce832c04b3435d3d) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone')
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
index 93c09ebf..10fb549f 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
@@ -11,7 +12,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
11 12
12ESW_REV[git] = "${AUTOREV}" 13ESW_REV[git] = "${AUTOREV}"
13ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 14ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
14ESW_REV[2023.2] = "73f0904e41cc109f18bb19a5329d0e5a66af2434" 15ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c"
15ESW_REV[2024.1] = "1fbdaf4d1b22e735c39fce588eea55214c38255a" 16ESW_REV[2024.1] = "1fbdaf4d1b22e735c39fce588eea55214c38255a"
16SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" 17SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}"
17 18