diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2021-10-12 17:07:42 +0530 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-11-02 00:29:54 -0700 |
commit | fe895a87d28f97c5f252e66794fb58da375b0bdb (patch) | |
tree | 913cbdbb4101222332281feff91a45019d857905 | |
parent | 1b5d08fe02d64fef6161dd79ecf20e890ec62a23 (diff) | |
download | meta-xilinx-fe895a87d28f97c5f252e66794fb58da375b0bdb.tar.gz |
Updated SRCREV for 2021
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2021.2.bb b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2021.2.bb index 1be65ae4..a4fedbe2 100644 --- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2021.2.bb +++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2021.2.bb | |||
@@ -2,7 +2,7 @@ UBOOT_VERSION = "v2021.01" | |||
2 | 2 | ||
3 | UBRANCH ?= "xlnx_rebase_v2021.01" | 3 | UBRANCH ?= "xlnx_rebase_v2021.01" |
4 | 4 | ||
5 | SRCREV = "e63e7576653d7ac4b9b6794e56ff6f3dd2fbfb8a" | 5 | SRCREV = "63b6d260dbe64a005407439e2caeb32da9025954" |
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-bsp/recipes-kernel/linux/linux-xlnx_2021.2.bb b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.2.bb index ee4303bb..660f6037 100644 --- a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.2.bb +++ b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | LINUX_VERSION = "5.10" | 1 | LINUX_VERSION = "5.10" |
2 | KBRANCH="xlnx_rebase_v5.10" | 2 | KBRANCH="xlnx_rebase_v5.10" |
3 | SRCREV = "46b615949d9f1ddecbcf110af6bcb3e83035c57d" | 3 | SRCREV = "568989d44176ae0a38ea78c16d0590c726d3b60a" |
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 289c5cc8..16a3cfb6 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -17,7 +17,7 @@ ESW_REV[2019.2] = "e8db5fb118229fdc621e0ec7848641a23bf60998" | |||
17 | ESW_REV[2020.1] = "338150ab3628a1ea6b06e964b16e712b131882dd" | 17 | ESW_REV[2020.1] = "338150ab3628a1ea6b06e964b16e712b131882dd" |
18 | ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c" | 18 | ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c" |
19 | ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" | 19 | ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" |
20 | ESW_REV[2021.2] = "cd0af7e44951cf1e69d742ba92069a59901af2ab" | 20 | ESW_REV[2021.2] = "92bc6a57d3c11aaadf2976dc0a57716d11eccd27" |
21 | ESW_REV[git] = "43d395a11e659409436d9faf13c6758c78871d3c" | 21 | ESW_REV[git] = "43d395a11e659409436d9faf13c6758c78871d3c" |
22 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 22 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
23 | 23 | ||