From 6f3b7a9c8524f38ca1c67a8ae496a52a2c8574c9 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Tue, 21 Nov 2023 16:18:27 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_4899 VPSS subcores: Corrected errors in subcore drivers. v_mix: Example application correction VPSS Driver: TCL modification to fix GPIO reset parameter issue. mbox: Add dependencies for the examples cframe, cfupmc: Add compatible strings for latest pmcps versions --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass') diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 1bd68834..f703a6ab 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] = "8fbb3b54b39963ce38c1a55bb18d1dd12030b221" +ESW_REV[2024.1] = "44440f8794c46c2fd6be0582cc8e432eedf6be66" 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