From 72f739eead6e87f5f42082d052fe808677d61b90 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Mon, 4 Mar 2024 14:51:38 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_6731 sw_services: xilpm: remove unused macro sw_apps: zynqmp_fsbl: Fixes build failure if no uarts enabled in the design scripts: pyesw: utils: Update the get_domain_name to loop over all subsystems sw_services: xilloader: Enhance Extract Metaheader command to get optional data lwip : Fix Syntax Error sw_apps: zynqmp_pmufw: Add SOM specific macros --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-standalone/classes') diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 89f6e3b7..a3798e67 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass @@ -12,7 +12,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" ESW_REV[git] = "${AUTOREV}" ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" ESW_REV[2023.2] = "73f0904e41cc109f18bb19a5329d0e5a66af2434" -ESW_REV[2024.1] = "4ccd83489471c387f4d63f7257727624296dd9c3" +ESW_REV[2024.1] = "d127712975e2c01d9893f7628727f1f2472da65d" 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