summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-09-08 06:20:53 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-09-08 17:59:12 +0530
commit7d44a8835a4eacc64b6a2c29fc28369b839f237e (patch)
tree86f0cc9700c1bbeb5d7322190411b8ce091621a0 /meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
parent9f3e2f3c29b9b12f02349c8510fac74b27433072 (diff)
downloadmeta-xilinx-7d44a8835a4eacc64b6a2c29fc28369b839f237e.tar.gz
embeddedsw : Updated SRCREV for 2024.2_6787
scripts: pyesw: create_bsp: Fix race condition while calling validate hw scripts: pyesw: build_bsp: Fix broken incremental build feature scripts: pyesw: For Linux platform Make default generator as ninja scripts: pyesw: create_app: Add support for --no_clangd option scripts: pyesw: Use proper checks to avoid calling unneeded lopper calls scripts: pyesw: Add support for logging in the scripts xilpm: versal_common: Fix issues exposed by unit-test freertos10_xilinx: Fix SDT flow builds by including missing header files Freertos: fix microblaze exceptions header file path
Diffstat (limited to 'meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass')
-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 8c92c531..22e6d97d 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -19,7 +19,7 @@ ESW_REV[2022.2] = "5330a64c8efd14f0eef09befdbb8d3d738c33ec2"
19ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 19ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
20ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" 20ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c"
21ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4" 21ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4"
22ESW_REV[2024.2] = "d65fa3aa488cf2926f4e69820e7525b83debab72" 22ESW_REV[2024.2] = "967a9df59260cf0795763fa5dd6ae528a0e14fb7"
23SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" 23SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}"
24 24
25EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 25EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"