diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2021-09-21 18:54:35 +0530 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-28 08:21:02 -0700 |
| commit | abfb90d47338a8b6a58c257c6d3ea388322a4369 (patch) | |
| tree | 8310f74c79af40fcf256bf60372faae48a21849d | |
| parent | 82d03b02f5929c673a9d1b6cdf139a59480dc793 (diff) | |
| download | meta-xilinx-abfb90d47338a8b6a58c257c6d3ea388322a4369.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 eaf8b285..64d69120 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 ?= "master" | 3 | UBRANCH ?= "master" |
| 4 | 4 | ||
| 5 | SRCREV = "bc3c97eff5387059ea43e9aa8c1da2bad95929a1" | 5 | SRCREV = "a723364662548e64d4a8f563b9139f2350e76293" |
| 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 f91aa9a6..244474d9 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="master" | 2 | KBRANCH="master" |
| 3 | SRCREV = "f67c1336a91789473a9402ccc4884191b3977959" | 3 | SRCREV = "bbb327d31bd1e1ad54e281da9ef01495d0a1cb2a" |
| 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 7dcf7588..bfe2eae9 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] = "8740cfcfe1e06f4ed7e112a3a8af89514eddde13" | 20 | ESW_REV[2021.2] = "ac8dca4fbda134ea69d19f4ff242b07a22552715" |
| 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 | ||
