diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index 586d58d1a8910fa1825e683e64610165fff69ee4..e1b5a10654d43aa5fd2a3acb2cf39c131e1b0fb2 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -33,6 +33,7 @@ nav:
  - Build: build.md
  - Customization: customization.md
  - Release Information:
+     - main (WIP): release/main.md
      - v6.1.1: release/6.1.1.md
      - v6.1.0: release/6.1.0.md
      - v6.0.0: release/6.0.0.md
diff --git a/docs/src/release/main.md b/docs/src/release/main.md
new file mode 100644
index 0000000000000000000000000000000000000000..d6b10c5e0bb6f63e033f135e57e050817b02bbe2
--- /dev/null
+++ b/docs/src/release/main.md
@@ -0,0 +1,62 @@
+---
+date: "2023-12-05"
+---
+## Changes from 6.1.1 to main (WIP)
+
+### Integrated Components
+
+* Yocto 4.0 LTS "Kirkstone" (4.0.14). Layers compatible with 3.1 LTS "Dunfell"
+* Linux 6.1 LTS (6.1.62) with KED backports and patches
+* U-Boot 2023.04 with KED backports and patches
+
+### Supported Hardware
+
+| Product Numbers | Product Name | Product Type | Status |
+| --------------- | ------------ | ------------ | ------ |
+| 40099 122 | SL i.MX6 UL | SoM | Not Supported (Unverified) |
+| 40099 145 | SL i.MX6 ULL | SoM | Not Supported (Unverified) |
+| 40099 167 | SL STM32 MP157 | SoM | Not Supported (Planned) |
+| 40099 175<br>40099 185<br>40099 242<br>40099 212 | SL i.MX8M Mini Quad | SoM | Supported |
+| 40099 227<br>40099 229<br>40099 239<br>40099 231 | OSM-S i.MX8M Mini Quad | SoM | Supported |
+| 41099 248 | OSM-S i.MX8M Plus | SoM | Supported |
+| 40099 148 | BL i.MX6 ULL | Board | Not Supported (Unverified) |
+| 40099 176 | BL STM32 MP157 | Board | Not Supported (Planned) |
+| 40099 187<br>40099 220 | BL i.MX8M-Mini Quad | Board | Supported (Basic[^1]) |
+| 40099 265 | BL i.MX8M-Plus Quad | Board | Supported (Basic[^1]) |
+
+### Core/Distro Changes (all HW Platforms)
+
+* Update to Yocto 4.0.14 and 3.1.29
+* Update all meta layers
+* Fix layer dependencies
+* Add `buildinfo` class for image recipes
+* Add exFAT support in kernel config
+* Add some more packages to `image-ked-test`
+* Update logo in Qt demo application
+
+### Changes for i.MX Platforms
+
+* Update to Linux 6.1.62
+* Fix an issue with RS485 communication stalls
+
+#### Changes for i.MX8 Platform
+
+* Fix bootcmd in U-Boot environment of i.MX8MP hardware
+
+#### Changes for i.MX6 Platform
+
+* Support 5" display for BL i.MX6UL (DL i.MX6UL)
+
+### Breaking Changes
+
+* none
+
+### Known Issues
+
+* The onboard USB hub on the BL i.MX8MM doesn't work in U-Boot.
+* Devices connected to the USB-C connector of the BL i.MX8MP before booting up
+  the board are not detected and need to be reconnected after booting.
+
+[^1]: Basic support doesn't include all features of the board. Especially
+      advanced peripherals like display, graphics, hardware acceleration units,
+      camera interfaces, etc. might not be supported or tested yet.
diff --git a/kas/series/dunfell.yml b/kas/series/dunfell.yml
index b0adc3c41e40ed1bdb2b267f718519e659f8bd11..f5e770a4a81ce994848586be31ac1571ebbafec3 100644
--- a/kas/series/dunfell.yml
+++ b/kas/series/dunfell.yml
@@ -13,23 +13,23 @@ defaults:
 
 repos:
   poky:
-    refspec: 32da5ee9519119a16392acba29f9df4720a55c0f
+    refspec: aeac1034661725b5c83e79f76238429fb236b090
     patches:
       license-compat-1:
         path: patches/poky/0001-licenses-Update-license-file-to-match-current-SPDX-n.patch
       license-compat-2:
         path: patches/poky/0002-licenses-Add-legacy-license-files-to-prevent-QA-erro.patch
   meta-openembedded:
-    refspec: b8b0b06821d4d4df0cce4f07fa31a8ca1dd38f46
+    refspec: 9135c7ea7350d5d241f4afc3b28087122ebe2d19
   meta-qt5:
-    refspec: 4c389047afdd368d44acc646ee3f22d93941466b
+    refspec: 41a2d0e65575721ef8e44dd0975e5b477688c8aa
   meta-swupdate:
-    refspec: 817b6ad42156b33d3b2ac72a75b8b656ff4a3467
+    refspec: 05d4f99ae1db40b2c7e6644ca9f18e111fc88bda
   meta-python2:
     refspec: b901080cf57d9a7f5476ab4d96e56c30db8170a8
   meta-arm:
-    refspec: b1fe8443a7a72c65fa0fc3371f607c6671b3a882
+    refspec: b75b8ce1ac10dc3521c0f710a4cf79bc7e985cfd
   meta-freescale:
-    refspec: 76de0f78cb4519d6212d82c4e374cc2973352ff9
+    refspec: 501032fb30abbad54616a2d9bb4555c297fc35b6
   meta-st-stm32mp:
     refspec: 73632fb844b6ebbef2a9d2acc7cc4783083a14a3
diff --git a/kas/series/kirkstone.yml b/kas/series/kirkstone.yml
index 66d45f7b676486781fe09c625eb0b97fc6d974d5..bfa108e36c08c446945ab8b443c0e5a054c195d7 100644
--- a/kas/series/kirkstone.yml
+++ b/kas/series/kirkstone.yml
@@ -13,18 +13,18 @@ defaults:
 
 repos:
   poky:
-    refspec: d6b8790370500b99ca11f0d8a05c39b661ab2ba6
+    refspec: d8d6d921fad14b82167d9f031d4fca06b5e01883
   meta-openembedded:
-    refspec: 529620141e773080a6a7be4615fb7993204af883
+    refspec: 8a75c61cce2aa1d6e5a3597ab8fc5a7e6aeae1e4
   meta-qt5:
-    refspec: 4c389047afdd368d44acc646ee3f22d93941466b
+    refspec: 41a2d0e65575721ef8e44dd0975e5b477688c8aa
   meta-swupdate:
-    refspec: 7a85c71f40c4bf445f041fa7aad70733c9cbc0ba
+    refspec: 670bbc3e3ddbd308be3c26ab63c5dbcd7b4f7d8b
   meta-python2:
     refspec: f02882e2aa9279ca7becca8d0cedbffe88b5a253
   meta-arm:
     refspec: b187fb9232ca0a6b5f8f90b4715958546fc41d73
   meta-freescale:
-    refspec: 3e9ef23d98aa842cf84251a27c9b8dde8925ea61
+    refspec: 457465ca5c2063c49a4c230dcc2634d6c7e5bc63
   meta-st-stm32mp:
     refspec: ca501bd7dbe023682903ceedddaacd940b0898f4
diff --git a/layers/meta-ked-imx/recipes-kernel/linux/linux-ktn_5.10.bb b/layers/meta-ked-imx/recipes-kernel/linux/linux-ktn_5.10.bb
index 4e37806137c6d15e471b9efc3c98a07f835e19a0..59838cfa54c7cafab9f9ea105a3d939e12c5828f 100644
--- a/layers/meta-ked-imx/recipes-kernel/linux/linux-ktn_5.10.bb
+++ b/layers/meta-ked-imx/recipes-kernel/linux/linux-ktn_5.10.bb
@@ -2,6 +2,6 @@ require ${PN}-common.inc
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
 
-# Linux v5.10.180 + KED patches
+# Linux v5.10.200 + KED patches
 SRCBRANCH = "v5.10-ktn"
-SRCREV = "aa7921f5f3b6bb8460e76fb62ba9e953d979bbb5"
+SRCREV = "8ff263c6e3026eec3b4b59a135f1b59821808760"
diff --git a/layers/meta-ked-imx/recipes-kernel/linux/linux-ktn_6.1.bb b/layers/meta-ked-imx/recipes-kernel/linux/linux-ktn_6.1.bb
index 88424b2ec5ba4a319a738f6b53d43ceef09cf64d..ba3371ed24ee19eff2ea533c51f73e973b08a7f7 100644
--- a/layers/meta-ked-imx/recipes-kernel/linux/linux-ktn_6.1.bb
+++ b/layers/meta-ked-imx/recipes-kernel/linux/linux-ktn_6.1.bb
@@ -2,6 +2,6 @@ require ${PN}-common.inc
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
 
-# Linux v6.1.60 + KED patches
+# Linux v6.1.62 + KED patches
 SRCBRANCH = "v6.1-ktn"
-SRCREV = "0ea1f0c4a07f15a1b6afa24ce54e2a9bcfada6b9"
+SRCREV = "74083e36e1fb59c354cbde46329311947a6377f3"