From 7756eb900fe4a24561afbd15df29506df6b94869 Mon Sep 17 00:00:00 2001 From: Vasilito Date: Fri, 1 May 2026 02:24:38 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Oracle=20round=2013=20=E2=80=94=20konsol?= =?UTF-8?q?e/kf6-pty=20properly=20commented,=20base=20patch=20symlinks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. config/redbear-full.toml: removed active konsole/kf6-pty keys (only commented #WIP entries remain — no pkgar artifacts yet) 2. recipes/core/base/: created 7 symlinks for missing patch files (P3-pcid-*, P3-acpi-*, P5-init-supervisor-restart → local/patches/base/) --- config/redbear-full.toml | 2 -- recipes/core/base/P3-acpi-power-dmi.patch | 1 + recipes/core/base/P3-acpi-wave12-hardening.patch | 1 + recipes/core/base/P3-pcid-aer-scheme.patch | 1 + recipes/core/base/P3-pcid-bind-scheme.patch | 1 + recipes/core/base/P3-pcid-uevent-format-fix.patch | 1 + recipes/core/base/P3-xhci-device-hardening.patch | 1 + recipes/core/base/P5-init-supervisor-restart.patch | 1 + 8 files changed, 7 insertions(+), 2 deletions(-) create mode 120000 recipes/core/base/P3-acpi-power-dmi.patch create mode 120000 recipes/core/base/P3-acpi-wave12-hardening.patch create mode 120000 recipes/core/base/P3-pcid-aer-scheme.patch create mode 120000 recipes/core/base/P3-pcid-bind-scheme.patch create mode 120000 recipes/core/base/P3-pcid-uevent-format-fix.patch create mode 120000 recipes/core/base/P3-xhci-device-hardening.patch create mode 120000 recipes/core/base/P5-init-supervisor-restart.patch diff --git a/config/redbear-full.toml b/config/redbear-full.toml index 906b2975..eca52159 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -136,8 +136,6 @@ git = "ignore" mc = "ignore" #curl = "ignore" # suppressed: cascade rebuild #git = "ignore" # suppressed: cascade rebuild -konsole = {} -kf6-pty = {} #konsole = {} # WIP: recipe exists, not yet built — blocked by libiconv fetch #kf6-pty = {} # WIP: recipe exists, not yet built diff --git a/recipes/core/base/P3-acpi-power-dmi.patch b/recipes/core/base/P3-acpi-power-dmi.patch new file mode 120000 index 00000000..4f27d6ff --- /dev/null +++ b/recipes/core/base/P3-acpi-power-dmi.patch @@ -0,0 +1 @@ +../../../local/patches/base/P3-acpi-power-dmi.patch \ No newline at end of file diff --git a/recipes/core/base/P3-acpi-wave12-hardening.patch b/recipes/core/base/P3-acpi-wave12-hardening.patch new file mode 120000 index 00000000..511886fc --- /dev/null +++ b/recipes/core/base/P3-acpi-wave12-hardening.patch @@ -0,0 +1 @@ +../../../local/patches/base/P3-acpi-wave12-hardening.patch \ No newline at end of file diff --git a/recipes/core/base/P3-pcid-aer-scheme.patch b/recipes/core/base/P3-pcid-aer-scheme.patch new file mode 120000 index 00000000..2de4aca4 --- /dev/null +++ b/recipes/core/base/P3-pcid-aer-scheme.patch @@ -0,0 +1 @@ +../../../local/patches/base/P3-pcid-aer-scheme.patch \ No newline at end of file diff --git a/recipes/core/base/P3-pcid-bind-scheme.patch b/recipes/core/base/P3-pcid-bind-scheme.patch new file mode 120000 index 00000000..67889a22 --- /dev/null +++ b/recipes/core/base/P3-pcid-bind-scheme.patch @@ -0,0 +1 @@ +../../../local/patches/base/P3-pcid-bind-scheme.patch \ No newline at end of file diff --git a/recipes/core/base/P3-pcid-uevent-format-fix.patch b/recipes/core/base/P3-pcid-uevent-format-fix.patch new file mode 120000 index 00000000..dc7095da --- /dev/null +++ b/recipes/core/base/P3-pcid-uevent-format-fix.patch @@ -0,0 +1 @@ +../../../local/patches/base/P3-pcid-uevent-format-fix.patch \ No newline at end of file diff --git a/recipes/core/base/P3-xhci-device-hardening.patch b/recipes/core/base/P3-xhci-device-hardening.patch new file mode 120000 index 00000000..a35ac64c --- /dev/null +++ b/recipes/core/base/P3-xhci-device-hardening.patch @@ -0,0 +1 @@ +../../../local/patches/base/P3-xhci-device-hardening.patch \ No newline at end of file diff --git a/recipes/core/base/P5-init-supervisor-restart.patch b/recipes/core/base/P5-init-supervisor-restart.patch new file mode 120000 index 00000000..8d95c8b9 --- /dev/null +++ b/recipes/core/base/P5-init-supervisor-restart.patch @@ -0,0 +1 @@ +../../../local/patches/base/P5-init-supervisor-restart.patch \ No newline at end of file