diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2022-02-02 19:13:36 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2022-02-02 20:17:19 +0530 |
| commit | 0bf58e804f55f7fa13fb91c394fe9ef719f23091 (patch) | |
| tree | d3dc27fc99fa5388dd6a7a8e0399bf3896fd7e1d | |
| parent | 6b75fc9c359bf3dabc79c37e8530e54732e9a4dc (diff) | |
| download | meta-xilinx-0bf58e804f55f7fa13fb91c394fe9ef719f23091.tar.gz | |
Updated SRCREV for 2022
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb index db9cd119..6195ff83 100644 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb | |||
| @@ -2,7 +2,7 @@ UBOOT_VERSION = "v2021.01" | |||
| 2 | 2 | ||
| 3 | UBRANCH ?= "master" | 3 | UBRANCH ?= "master" |
| 4 | 4 | ||
| 5 | SRCREV = "d3feded9365eb8adf0a10bfed8c88af3ab90af2f" | 5 | SRCREV = "1795967a0aa00e776701bb6a302b47f08067e0af" |
| 6 | 6 | ||
| 7 | include u-boot-xlnx.inc | 7 | include u-boot-xlnx.inc |
| 8 | include u-boot-spl-zynq-init.inc | 8 | include u-boot-spl-zynq-init.inc |
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb index 9ff72294..c1cda51c 100644 --- a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb +++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | LINUX_VERSION = "5.15" | 1 | LINUX_VERSION = "5.15" |
| 2 | KBRANCH="master" | 2 | KBRANCH="master" |
| 3 | SRCREV = "c399f40e7bda1f74473cfc43f7c90dc7ee15d998" | 3 | SRCREV = "5296e6841df2b46132a9e5a3b7c5218f58486195" |
| 4 | 4 | ||
| 5 | KCONF_AUDIT_LEVEL="0" | 5 | KCONF_AUDIT_LEVEL="0" |
| 6 | 6 | ||
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index b5b70a46..1df7f035 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
| @@ -19,7 +19,7 @@ ESW_REV[2020.1] = "338150ab3628a1ea6b06e964b16e712b131882dd" | |||
| 19 | ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c" | 19 | ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c" |
| 20 | ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" | 20 | ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" |
| 21 | ESW_REV[2021.2] = "49c6694fc3cab6b87dd564da58a83bb8656a7c03" | 21 | ESW_REV[2021.2] = "49c6694fc3cab6b87dd564da58a83bb8656a7c03" |
| 22 | ESW_REV[2022.1] = "9780bdc02d6cdd8c46474a7a66ca3c9c069aa510" | 22 | ESW_REV[2022.1] = "2a4cab4ccf38e0d7cc59270ad4de69b8e73c1835" |
| 23 | ESW_REV[git] = "7ec60e1c0e25bfa9c5e8c77d6d063876f6670770" | 23 | ESW_REV[git] = "7ec60e1c0e25bfa9c5e8c77d6d063876f6670770" |
| 24 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 24 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
| 25 | 25 | ||
