diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-02 15:12:21 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-02 16:47:11 +0530 |
| commit | b5cda23f9e2d9135fbf8207240c0ce17d7ea7aba (patch) | |
| tree | 87bc44bb2ac616ccafa699871d4d3a575fb11473 | |
| parent | a4db4a6fba6b73cdb50232bf6d65af09bc3b1cbc (diff) | |
| download | meta-xilinx-b5cda23f9e2d9135fbf8207240c0ce17d7ea7aba.tar.gz | |
embeddedsw : Updated SRCREV for 2024.1_2579
csudma: Add a CMake file to support compiling driver examples in the Yocto flow
Warp_Init Driver: Warp_Init driver ported for decoupling flow
Warp_filter Driver: Warp_filter driver ported for decoupling flow
SCD Driver: SCD driver ported for decoupling flow
Multiscaler Driver: Multiscaler driver ported for decoupling flow
Mixer Driver: Mixer driver ported for decoupling flow
Gammalut Driver: Gammalut driver ported for decoupling flow
Demosaic Driver: Demosaic driver ported for decoupling flow
VPSS Driver: VPSS driver ported for decoupling flow
vscaler Driver: vscaler driver ported for decoupling flow
vcresampler Driver: vcresampler driver ported for decoupling flow
VTC driver: Added interrupts parameter to yaml file.
letterbox Driver: letterbox driver ported for decoupling flow
hscaler Driver: hscaler driver ported for decoupling flow
hcresampler Driver: hcresampler driver ported for decoupling flow
Deintercaler Driver: Deintercaler driver ported for decoupling flow
CSC Driver: CSC driver ported for decoupling flow
i2stx: Add support for system device-tree flow
i2stx: Add support for System device-tree flow
BSP: Add support for RISC-V delay routines
| -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 ac33b532..68e15be4 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] = "d5d33326102d9d2e3d4063989b0269126a75a433" | 15 | ESW_REV[2024.1] = "08ab18e1221e768b754f5dc96dd2d25e632632c7" |
| 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') != '']}" |
