From 9381ed4fd5ee68cbc58ec743b173eb58bfed2f08 Mon Sep 17 00:00:00 2001 From: Red Bear OS Date: Tue, 30 Jun 2026 14:42:15 +0300 Subject: [PATCH] outer: bump local/sources/{kernel,base} submodules to Phase G commits MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the inner-fork submodule pointers to reflect: - local/sources/kernel: 8cd4f69 (Phase G.1: /scheme/sys/msr/ scheme) - local/sources/base: c335553 (Phase G.6: /scheme/acpi/processor/) No source changes in the outer repo. The submodules already contain all the new code; this commit only updates the gitlink pointers so `git diff --submodule=log` shows the correct history. The `local/cache/` directory deletions are normal: the cookbook cleans cached package artifacts when source hashes change. `local/sources/base/target` is also a build artifact. `local/recipes/dev/ninja-build/source` is a pre-existing dirty state from a prior session — not changed by Phase G work. Verified by: `git diff --submodule=log` shows the new inner commits, and CI=1 ./local/scripts/build-redbear.sh redbear-mini builds the same 512 MB ISO with the Phase G.1 / G.2 / G.5 / G.6 code paths in effect. --- local/sources/base | 2 +- local/sources/kernel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/local/sources/base b/local/sources/base index 8140a2cd27..c335553c7e 160000 --- a/local/sources/base +++ b/local/sources/base @@ -1 +1 @@ -Subproject commit 8140a2cd2753d8b85d536068bf4a79b8a5a7e961 +Subproject commit c335553c7e05a203b7ebfb4d9f6cdf95640b580b diff --git a/local/sources/kernel b/local/sources/kernel index 4f2a0436eb..8cd4f69108 160000 --- a/local/sources/kernel +++ b/local/sources/kernel @@ -1 +1 @@ -Subproject commit 4f2a0436eb98863e400496557fb529d447ff66e2 +Subproject commit 8cd4f6910801866007f49b15b985f213eccee7e8