summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2022-08-03 12:56:49 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2022-08-03 13:56:42 +0530
commita81924a6284d5c6988e063e907b9a1b658a6400e (patch)
tree23a9845bdabd47507e029ab117cc5da0f63ba641
parentd47bf4c28f767c1c3b1c67a61f8f6f252dca6162 (diff)
downloadmeta-xilinx-a81924a6284d5c6988e063e907b9a1b658a6400e.tar.gz
Updated SRCREV for 2022.2
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
-rw-r--r--meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.2.bb2
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.2.bb b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.2.bb
index 7beaae2d..317063ff 100644
--- a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.2.bb
+++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.2.bb
@@ -1,6 +1,6 @@
1LINUX_VERSION = "5.15.36" 1LINUX_VERSION = "5.15.36"
2KBRANCH="xlnx_rebase_v5.15_LTS" 2KBRANCH="xlnx_rebase_v5.15_LTS"
3SRCREV = "10e4941ae67bb0abc9de1b02bf9e0c87b939d219" 3SRCREV = "2bacd2b7f359481b2c79d905750cdb3b527a403a"
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 cf4c8e23..529bdbbb 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -21,7 +21,7 @@ ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c"
21ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" 21ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7"
22ESW_REV[2021.2] = "49c6694fc3cab6b87dd564da58a83bb8656a7c03" 22ESW_REV[2021.2] = "49c6694fc3cab6b87dd564da58a83bb8656a7c03"
23ESW_REV[2022.1] = "b3d8b420b421730ea505da55b42174dc90f885c1" 23ESW_REV[2022.1] = "b3d8b420b421730ea505da55b42174dc90f885c1"
24ESW_REV[2022.2] = "131fdc4c545302c7c88ba8aaa3a63a76346e6480" 24ESW_REV[2022.2] = "16e032e4a701e7e7236e7b9eff5088f76aad5c1d"
25ESW_REV[git] = "7ec60e1c0e25bfa9c5e8c77d6d063876f6670770" 25ESW_REV[git] = "7ec60e1c0e25bfa9c5e8c77d6d063876f6670770"
26SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 26SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
27 27