diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-21 16:18:27 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-21 18:47:12 +0530 |
| commit | 6f3b7a9c8524f38ca1c67a8ae496a52a2c8574c9 (patch) | |
| tree | 7c3810bb3af4faf4cd21a165ee0a87453bde2202 | |
| parent | a3a3558a80f74fcee3e7055a186e93caef325fba (diff) | |
| download | meta-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.bbclass | 2 |
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}'}" | |||
| 12 | ESW_REV[git] = "${AUTOREV}" | 12 | ESW_REV[git] = "${AUTOREV}" |
| 13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
| 14 | ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" | 14 | ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" |
| 15 | ESW_REV[2024.1] = "8fbb3b54b39963ce38c1a55bb18d1dd12030b221" | 15 | ESW_REV[2024.1] = "44440f8794c46c2fd6be0582cc8e432eedf6be66" |
| 16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
| 17 | 17 | ||
| 18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |
