summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2021-10-02 12:17:45 +0530
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-11-02 00:23:50 -0700
commitd209f0932f9a14b230f63af10c242d776032b448 (patch)
tree639a930ec51159e92c2c3f9c1ef9920c797ae67d
parent9f37d425e60d819ffd58760b036f56f2928f7a9b (diff)
downloadmeta-xilinx-d209f0932f9a14b230f63af10c242d776032b448.tar.gz
Updated SRCREV for 2021
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
-rw-r--r--meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.2.bb2
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass2
2 files changed, 2 insertions, 2 deletions
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 9d27c250..dd5a633f 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="xlnx_rebase_v5.10" 2KBRANCH="xlnx_rebase_v5.10"
3SRCREV = "0a6e9d56f285540e5ca6c69c7fad2c3520b79c50" 3SRCREV = "6f887a3e4f2e3a52b4591879f46a233a707b1ba3"
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 82c4a9ce..339ac083 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] = "c8e5cdd1928ced3b2ccd7d961b36cd88f195e845" 20ESW_REV[2021.2] = "40f87b1635ae7f85017ffcf07ae580b37644cefa"
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