From 11d3665d7d2e2c75cf4f1d6286c6555485064a7f Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 6 Jul 2026 10:11:18 +0300 Subject: [PATCH] bootloader: migrate all patches to local fork, switch recipe to path source --- local/sources/bootloader | 2 +- recipes/core/bootloader/P2-live-preload-guard.patch | 1 - recipes/core/bootloader/P3-uefi-live-image-safe-read.patch | 1 - recipes/core/bootloader/P4-live-large-iso-boot.patch | 1 - recipes/core/bootloader/P5-live-preload-cap-1gib.patch | 1 - recipes/core/bootloader/fix-uefi-alloc-panic.patch | 1 - recipes/core/bootloader/recipe.toml | 3 +-- recipes/core/bootloader/redox.patch | 1 - 8 files changed, 2 insertions(+), 9 deletions(-) delete mode 120000 recipes/core/bootloader/P2-live-preload-guard.patch delete mode 120000 recipes/core/bootloader/P3-uefi-live-image-safe-read.patch delete mode 120000 recipes/core/bootloader/P4-live-large-iso-boot.patch delete mode 120000 recipes/core/bootloader/P5-live-preload-cap-1gib.patch delete mode 120000 recipes/core/bootloader/fix-uefi-alloc-panic.patch delete mode 120000 recipes/core/bootloader/redox.patch diff --git a/local/sources/bootloader b/local/sources/bootloader index 6c3c312819..ea5b2418e6 160000 --- a/local/sources/bootloader +++ b/local/sources/bootloader @@ -1 +1 @@ -Subproject commit 6c3c3128198f0fbac7364b03bb79dddebc45be3c +Subproject commit ea5b2418e6ea2dbf48661818653408b0223ff50c diff --git a/recipes/core/bootloader/P2-live-preload-guard.patch b/recipes/core/bootloader/P2-live-preload-guard.patch deleted file mode 120000 index c111c860df..0000000000 --- a/recipes/core/bootloader/P2-live-preload-guard.patch +++ /dev/null @@ -1 +0,0 @@ -../../../local/patches/bootloader/P2-live-preload-guard.patch \ No newline at end of file diff --git a/recipes/core/bootloader/P3-uefi-live-image-safe-read.patch b/recipes/core/bootloader/P3-uefi-live-image-safe-read.patch deleted file mode 120000 index 815cca72fd..0000000000 --- a/recipes/core/bootloader/P3-uefi-live-image-safe-read.patch +++ /dev/null @@ -1 +0,0 @@ -../../../local/patches/bootloader/P3-uefi-live-image-safe-read.patch \ No newline at end of file diff --git a/recipes/core/bootloader/P4-live-large-iso-boot.patch b/recipes/core/bootloader/P4-live-large-iso-boot.patch deleted file mode 120000 index 3adf823ef9..0000000000 --- a/recipes/core/bootloader/P4-live-large-iso-boot.patch +++ /dev/null @@ -1 +0,0 @@ -../../../local/patches/bootloader/P4-live-large-iso-boot.patch \ No newline at end of file diff --git a/recipes/core/bootloader/P5-live-preload-cap-1gib.patch b/recipes/core/bootloader/P5-live-preload-cap-1gib.patch deleted file mode 120000 index 7a5475b3fc..0000000000 --- a/recipes/core/bootloader/P5-live-preload-cap-1gib.patch +++ /dev/null @@ -1 +0,0 @@ -../../../local/patches/bootloader/P5-live-preload-cap-1gib.patch \ No newline at end of file diff --git a/recipes/core/bootloader/fix-uefi-alloc-panic.patch b/recipes/core/bootloader/fix-uefi-alloc-panic.patch deleted file mode 120000 index 0fb4ae5aca..0000000000 --- a/recipes/core/bootloader/fix-uefi-alloc-panic.patch +++ /dev/null @@ -1 +0,0 @@ -../../../local/patches/bootloader/fix-uefi-alloc-panic.patch \ No newline at end of file diff --git a/recipes/core/bootloader/recipe.toml b/recipes/core/bootloader/recipe.toml index 32431b01fd..950c854da6 100644 --- a/recipes/core/bootloader/recipe.toml +++ b/recipes/core/bootloader/recipe.toml @@ -1,6 +1,5 @@ [source] -git = "https://gitlab.redox-os.org/redox-os/bootloader.git" -patches = ["redox.patch", "fix-uefi-alloc-panic.patch", "P0-gpt-partition-offset.patch"] +path = "../../../local/sources/bootloader" [build] template = "custom" diff --git a/recipes/core/bootloader/redox.patch b/recipes/core/bootloader/redox.patch deleted file mode 120000 index e87c26fa98..0000000000 --- a/recipes/core/bootloader/redox.patch +++ /dev/null @@ -1 +0,0 @@ -../../../local/patches/bootloader/redox.patch \ No newline at end of file