From 9f2dd0887b13d7a58d774d100b79c644f18b4a8b Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Wed, 28 Jun 2023 15:07:06 +0530 Subject: 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 --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-standalone') 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" BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" -ESW_REV[2023.2] = "8776c1d369173092a6c5512994bf5191151bda29" +ESW_REV[2023.2] = "8a6c14d1cc5d923466025a5ad83b9b816670d5b0" SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" -- cgit v1.2.3-54-g00ecf