summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-21 16:18:27 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-21 18:47:12 +0530
commit6f3b7a9c8524f38ca1c67a8ae496a52a2c8574c9 (patch)
tree7c3810bb3af4faf4cd21a165ee0a87453bde2202
parenta3a3558a80f74fcee3e7055a186e93caef325fba (diff)
downloadmeta-xilinx-6f3b7a9c8524f38ca1c67a8ae496a52a2c8574c9.tar.gz
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
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass2
1 files changed, 1 insertions, 1 deletions
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}'}"
12ESW_REV[git] = "${AUTOREV}" 12ESW_REV[git] = "${AUTOREV}"
13ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 13ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
14ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" 14ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847"
15ESW_REV[2024.1] = "8fbb3b54b39963ce38c1a55bb18d1dd12030b221" 15ESW_REV[2024.1] = "44440f8794c46c2fd6be0582cc8e432eedf6be66"
16SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 16SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
17 17
18EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 18EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"