summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-06-06 06:15:55 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-06-06 09:47:31 +0530
commite5ecb27400af7d161bda34df2a0507d85210a7b9 (patch)
tree4ef278997607949efc70af8b79c43b48cad432ee /meta-xilinx-standalone
parent56ec63d39be1e8ef51670fb9408b11bd0174faec (diff)
downloadmeta-xilinx-e5ecb27400af7d161bda34df2a0507d85210a7b9.tar.gz
embeddedsw : Updated SRCREV for 2024.1_2024.2_1587
Updated commit ID to latest HEAD
Diffstat (limited to 'meta-xilinx-standalone')
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
index 0934fb1d..eb7da571 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -15,7 +15,7 @@ ESW_REV[git] = "${AUTOREV}"
15ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 15ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
16ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" 16ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c"
17ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4" 17ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4"
18ESW_REV[2024.2] = "278ab8a57c4aab08bec36a5ec170b619f5b01f2d" 18ESW_REV[2024.2] = "2cbceab1f0a3d0960b4e959782e24b02c8cce1ea"
19SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" 19SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}"
20 20
21EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 21EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"