From 1b6cfbf94043075243139e481c3e390ae59b7cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Fri, 16 Aug 2024 13:10:22 +0200 Subject: [PATCH 1/3] Bump OS to pre-release version 13.1.rc1 --- buildroot-external/meta | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildroot-external/meta b/buildroot-external/meta index 54e66bab35e..510ce74b555 100644 --- a/buildroot-external/meta +++ b/buildroot-external/meta @@ -1,8 +1,8 @@ VERSION_MAJOR="13" VERSION_MINOR="1" -VERSION_SUFFIX="dev0" +VERSION_SUFFIX="rc1" HASSOS_NAME="Home Assistant OS" HASSOS_ID="haos" -DEPLOYMENT="development" +DEPLOYMENT="staging" From 1a7dc0ca1ff47874176dadb4cea6c77ccafe7b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Wed, 21 Aug 2024 11:14:15 +0200 Subject: [PATCH 2/3] Fix iwlwifi driver failing to find .pnvm files for Intel 6E (AX210) (#3549) Since updating to Buildroot 2024.02, the iwlwifi loads a different version of firmware for Intel AX cards (reported on AX210) which also needs the pnvm file. However, unlike firmwares, the load method is different and the driver can't load a compressed file. Disable compression for all .pnvm files to fix this. * buildroot baa16784d2...55be56d521 (1): > package/linux-firmware: exclude some files from compression Fixes #3477 (cherry picked from commit d3a43a4ca4fcdcb4b0ba9a6017c3340773011166) --- buildroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot b/buildroot index baa16784d2c..55be56d5216 160000 --- a/buildroot +++ b/buildroot @@ -1 +1 @@ -Subproject commit baa16784d2c607609207759017e3b908e1cfc4a4 +Subproject commit 55be56d5216d39f870783234725d170383a8892f From e97b1231dc8d48680a9d5b5a8145f30a536d8327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Wed, 21 Aug 2024 15:29:36 +0200 Subject: [PATCH 3/3] Bump OS to release version 13.1 --- buildroot-external/meta | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildroot-external/meta b/buildroot-external/meta index 510ce74b555..ddccd6fa55d 100644 --- a/buildroot-external/meta +++ b/buildroot-external/meta @@ -1,8 +1,8 @@ VERSION_MAJOR="13" VERSION_MINOR="1" -VERSION_SUFFIX="rc1" +VERSION_SUFFIX="" HASSOS_NAME="Home Assistant OS" HASSOS_ID="haos" -DEPLOYMENT="staging" +DEPLOYMENT="production"