summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2021-09-23 15:17:54 +0530
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-09-28 08:21:42 -0700
commitb4c711888508350a185e7355c016763f552b2791 (patch)
tree7ac0f002a0affa70a752caaa9aa6616d727b844b
parent4802963913093c41b69a445b119ba705c91d1b9f (diff)
downloadmeta-xilinx-b4c711888508350a185e7355c016763f552b2791.tar.gz
Updated SRCREV for 2021
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
-rw-r--r--meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2021.2.bb2
-rw-r--r--meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.2.bb2
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass2
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 64d69120..eb9d6868 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
3UBRANCH ?= "master" 3UBRANCH ?= "master"
4 4
5SRCREV = "a723364662548e64d4a8f563b9139f2350e76293" 5SRCREV = "0e1da2f827452b649735b6309a97f95a8c116b55"
6 6
7include u-boot-xlnx.inc 7include u-boot-xlnx.inc
8include u-boot-spl-zynq-init.inc 8include 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 244474d9..1b4b2a12 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 @@
1LINUX_VERSION = "5.10" 1LINUX_VERSION = "5.10"
2KBRANCH="master" 2KBRANCH="master"
3SRCREV = "bbb327d31bd1e1ad54e281da9ef01495d0a1cb2a" 3SRCREV = "499d3862a76058a3f8a288781064b8c8400593c1"
4 4
5KCONF_AUDIT_LEVEL="0" 5KCONF_AUDIT_LEVEL="0"
6 6
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
index 96e90c36..c11eda6e 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"
17ESW_REV[2020.1] = "338150ab3628a1ea6b06e964b16e712b131882dd" 17ESW_REV[2020.1] = "338150ab3628a1ea6b06e964b16e712b131882dd"
18ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c" 18ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c"
19ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" 19ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7"
20ESW_REV[2021.2] = "2787d25b1b1eb0f569dfe7cb7241500fc907bd00" 20ESW_REV[2021.2] = "9ffb1bb753ed5898d106d70feff1488a65aab66e"
21ESW_REV[git] = "43d395a11e659409436d9faf13c6758c78871d3c" 21ESW_REV[git] = "43d395a11e659409436d9faf13c6758c78871d3c"
22SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 22SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
23 23