From 7f2930eaaf420388a45bd87c65208ecbcf46fe38 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Mon, 5 Feb 2024 16:17:53 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_1467 rfdc: Support Baremetal SDT Yocto Flow scripts: pyesw: Add support for incremental build feature emacps: driver: HwTail check post increment sw_services:xilnvm: Program RoSwap only when it is non-zero gpio: Add support for compiling driver examples in Yocto flow --- 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 c96499a6..b10631ce 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] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" -ESW_REV[2024.1] = "c270d44d498dc01b324522d2eb76c5aca872bc60" +ESW_REV[2024.1] = "5e9d990cb9690a53a21abb849db913df3734dd33" 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