diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee9b1e8a6..bd6924c51 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to
 [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [2025.01] - 2025-01-xx
+
+### Changed
+
+- Upgrade nss to 3.107 and nspr to 4.36
+
 ## [2024.12] - 2024-12-31
 
 ### Changed
diff --git a/conf/site.conf b/conf/site.conf
index 0312c69bc..24e76f12d 100644
--- a/conf/site.conf
+++ b/conf/site.conf
@@ -11,4 +11,4 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf
 #YOE_PROFILE = "yoe-musl-systemd-wayland"
 #require conf/world.conf
 
-IMG_VERSION = "24.12.0"
+IMG_VERSION = "24.12.1"
diff --git a/sources/meta-odroid b/sources/meta-odroid
index 8bd120745..4786bdb1f 160000
--- a/sources/meta-odroid
+++ b/sources/meta-odroid
@@ -1 +1 @@
-Subproject commit 8bd1207456d40090c7521c4c13f190c50ae09978
+Subproject commit 4786bdb1feceb4170865271fb66283bf414330df
diff --git a/sources/meta-openembedded b/sources/meta-openembedded
index 79fbbad63..80650fefd 160000
--- a/sources/meta-openembedded
+++ b/sources/meta-openembedded
@@ -1 +1 @@
-Subproject commit 79fbbad63ca291ef1c5bedd9b076c7b0176a979b
+Subproject commit 80650fefd60e7cde42eb57d55ed74cb8523ce89a
diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc
index 2326ae257..f948cabea 100644
--- a/sources/meta-yoe/conf/distro/yoe.inc
+++ b/sources/meta-yoe/conf/distro/yoe.inc
@@ -6,8 +6,8 @@ MAINTAINER = "Yoe Distro Community <http://yoedistro.org>"
 TARGET_VENDOR = "-yoe"
 SDK_VENDOR = "-yoesdk"
 # Distro version is YYYY.MM
-DISTRO_VERSION = "2024.12"
-DISTRO_CODENAME = "Valais Blacknose"
+DISTRO_VERSION = "2025.01-rc.1"
+DISTRO_CODENAME = "Vendéen"
 SDK_VERSION := "${DISTRO_VERSION}"
 
 SDK_NAME_PREFIX = "yoe"