summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8446f53e..f91aa9a6 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 = "9953be97e3ba97e9945a4e4097867c1a8072feb6" 3SRCREV = "f67c1336a91789473a9402ccc4884191b3977959"
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 ad9203de..7dcf7588 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] = "7e0e64239b7f5ff20fe7dcfa9cedf9f2c1c2d3c7" 20ESW_REV[2021.2] = "8740cfcfe1e06f4ed7e112a3a8af89514eddde13"
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