summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-06-28 15:07:06 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-06-28 16:07:10 +0530
commit9f2dd0887b13d7a58d774d100b79c644f18b4a8b (patch)
treeaa62ce3f43290e639724077c0bf651d440f0b995
parent7124ef2c704c85cb443743f94454cc13a6d0c445 (diff)
downloadmeta-xilinx-9f2dd0887b13d7a58d774d100b79c644f18b4a8b.tar.gz
embeddedsw : Updated SRCREV for 2023.2_7051
uartpsv: Fix code format issues uartpsv: Add support for system device-tree flow for uartpsv example uartpsv: Add uartpsv examples list in yaml axipmon: Fix code formatting issues with checkpatch axipmon: Add support for system device-tree flow for examples axipmon: Add support for system device-tree flow Revert "wdttb: Correct the interrupt ID for Versal-net platform" scugic: Fix code formatting issues scugic: Make SGI as Group1 interrupt for Cortex-R52 Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
-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 a45bb217..8ecac2e9 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -8,7 +8,7 @@ ESW_BRANCH[2023.2] = "master-next"
8BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" 8BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
9 9
10ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" 10ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab"
11ESW_REV[2023.2] = "8776c1d369173092a6c5512994bf5191151bda29" 11ESW_REV[2023.2] = "8a6c14d1cc5d923466025a5ad83b9b816670d5b0"
12SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 12SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
13 13
14EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 14EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"