From 2d426bb8afc46b1a0913c610464be06fc20ea1c6 Mon Sep 17 00:00:00 2001 From: "Addepalli, Siva" Date: Fri, 11 Aug 2023 18:38:13 +0530 Subject: embeddedsw : Updated SRCREV for 2023.2_3315 lib: sw_apps: Update lwip BM apps to have additional SDT checks lib: sw_apps: lwip_echo_server: Remove PPC platform file Video drivers: Removed version number and added Overview. spips: Fix data corruption issue at lower clock speed lib: sw_apps: freert lwip*: Add custom heap size for freertos scripts: pyesw: build_app: Update link libraries based on the available libraries in the bsp xilpm: versal_net: add tcm device into prealloc list mipicsiss : Updated XV_HdmiTxSs1_ReadEdid API Updated changelog for axicdma and other componets v_hdmitxss1: updated the API call for XV_HdmiTxSs1_ReadEdid v_hdmirxss1: updated API call for XV_HdmiTxSs1_ReadEdid sw_services:xilsem:Corrected XSEM_SSIT_MAX_SLR_CNT macro definition ddrcpsu: Fix code formatting issues with checkpatch ddrcpsu: Add support for system device-tree flow Signed-off-by: Siva Addepalli --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 58760c54..1bb8ed37 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] = "xlnx_rel_v2023.2-next" BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" -ESW_REV[2023.2] = "b9a66f8cdbbbc7a2c5944baa73b342910e41f094" +ESW_REV[2023.2] = "1bcf2265e0431eb26a28f4ddd9ff76afc495c4ea" 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