Clean repo down to what the console image actually uses
- Rewrite README for this fork's purpose (was upstream's multi-image doc) - Remove 40-CU tooling (files/system, vendor/, docs/, justfiles) — this image is deliberately stable-24CU only - Remove upstream CI (GitHub workflows, release scripts) — builds are local, repo lives on Gitea - Remove unused upstream recipes (deck/kde/gnome × plain/40cu) - Remove upstream's cosign.pub — we don't sign; keeping their key was misleading (verified: recipe generates fine without it, no key baked) - Update NOTICE: drop removed vendored projects, credit direct upstream Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: bazzite-bc250-patched-deck-40cu
|
||||
description: Bazzite Deck stable image for AMD BC-250 with optional runtime 40CU unlock tooling.
|
||||
|
||||
base-image: ghcr.io/ublue-os/bazzite-deck
|
||||
image-version: stable
|
||||
|
||||
modules:
|
||||
- type: rpm-ostree
|
||||
repos:
|
||||
- https://copr.fedorainfracloud.org/coprs/filippor/bazzite/repo/fedora-%OS_VERSION%/filippor-bazzite-fedora-%OS_VERSION%.repo
|
||||
install:
|
||||
- cyan-skillfish-governor-smu
|
||||
- pciutils
|
||||
- umr
|
||||
|
||||
- type: files
|
||||
files:
|
||||
- source: system
|
||||
destination: /
|
||||
|
||||
- type: justfiles
|
||||
include:
|
||||
- bc250-40cu.just
|
||||
|
||||
- type: script
|
||||
snippets:
|
||||
- chmod 0755 /usr/bin/bc250-cu-live-manager /usr/bin/bc250-governor-profile /usr/share/bc250-40cu/vendor/bc250-cu-live-manager/bc250-cu-live-manager.sh
|
||||
- find /usr/share/bc250-40cu/vendor/bc250-40cu-unlock/scripts -type f -name '*.sh' -exec chmod 0755 {} +
|
||||
|
||||
- type: systemd
|
||||
system:
|
||||
enabled:
|
||||
- cyan-skillfish-governor-smu.service
|
||||
|
||||
- type: signing
|
||||
@@ -1,21 +0,0 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: bazzite-bc250-patched-deck
|
||||
description: Bazzite Deck stable image for AMD BC-250 with cyan-skillfish-governor-smu included.
|
||||
|
||||
base-image: ghcr.io/ublue-os/bazzite-deck
|
||||
image-version: stable
|
||||
|
||||
modules:
|
||||
- type: rpm-ostree
|
||||
repos:
|
||||
- https://copr.fedorainfracloud.org/coprs/filippor/bazzite/repo/fedora-%OS_VERSION%/filippor-bazzite-fedora-%OS_VERSION%.repo
|
||||
install:
|
||||
- cyan-skillfish-governor-smu
|
||||
|
||||
- type: systemd
|
||||
system:
|
||||
enabled:
|
||||
- cyan-skillfish-governor-smu.service
|
||||
|
||||
- type: signing
|
||||
@@ -1,37 +0,0 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: bazzite-bc250-patched-gnome-40cu
|
||||
description: Bazzite GNOME stable image for AMD BC-250 with optional runtime 40CU unlock tooling.
|
||||
|
||||
base-image: ghcr.io/ublue-os/bazzite-gnome
|
||||
image-version: stable
|
||||
|
||||
modules:
|
||||
- type: rpm-ostree
|
||||
repos:
|
||||
- https://copr.fedorainfracloud.org/coprs/filippor/bazzite/repo/fedora-%OS_VERSION%/filippor-bazzite-fedora-%OS_VERSION%.repo
|
||||
install:
|
||||
- cyan-skillfish-governor-smu
|
||||
- pciutils
|
||||
- umr
|
||||
|
||||
- type: files
|
||||
files:
|
||||
- source: system
|
||||
destination: /
|
||||
|
||||
- type: justfiles
|
||||
include:
|
||||
- bc250-40cu.just
|
||||
|
||||
- type: script
|
||||
snippets:
|
||||
- chmod 0755 /usr/bin/bc250-cu-live-manager /usr/bin/bc250-governor-profile /usr/share/bc250-40cu/vendor/bc250-cu-live-manager/bc250-cu-live-manager.sh
|
||||
- find /usr/share/bc250-40cu/vendor/bc250-40cu-unlock/scripts -type f -name '*.sh' -exec chmod 0755 {} +
|
||||
|
||||
- type: systemd
|
||||
system:
|
||||
enabled:
|
||||
- cyan-skillfish-governor-smu.service
|
||||
|
||||
- type: signing
|
||||
@@ -1,21 +0,0 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: bazzite-bc250-patched-gnome
|
||||
description: Bazzite GNOME stable image for AMD BC-250 with cyan-skillfish-governor-smu included.
|
||||
|
||||
base-image: ghcr.io/ublue-os/bazzite-gnome
|
||||
image-version: stable
|
||||
|
||||
modules:
|
||||
- type: rpm-ostree
|
||||
repos:
|
||||
- https://copr.fedorainfracloud.org/coprs/filippor/bazzite/repo/fedora-%OS_VERSION%/filippor-bazzite-fedora-%OS_VERSION%.repo
|
||||
install:
|
||||
- cyan-skillfish-governor-smu
|
||||
|
||||
- type: systemd
|
||||
system:
|
||||
enabled:
|
||||
- cyan-skillfish-governor-smu.service
|
||||
|
||||
- type: signing
|
||||
@@ -1,37 +0,0 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: bazzite-bc250-patched-kde-40cu
|
||||
description: Bazzite KDE stable image for AMD BC-250 with optional runtime 40CU unlock tooling.
|
||||
|
||||
base-image: ghcr.io/ublue-os/bazzite
|
||||
image-version: stable
|
||||
|
||||
modules:
|
||||
- type: rpm-ostree
|
||||
repos:
|
||||
- https://copr.fedorainfracloud.org/coprs/filippor/bazzite/repo/fedora-%OS_VERSION%/filippor-bazzite-fedora-%OS_VERSION%.repo
|
||||
install:
|
||||
- cyan-skillfish-governor-smu
|
||||
- pciutils
|
||||
- umr
|
||||
|
||||
- type: files
|
||||
files:
|
||||
- source: system
|
||||
destination: /
|
||||
|
||||
- type: justfiles
|
||||
include:
|
||||
- bc250-40cu.just
|
||||
|
||||
- type: script
|
||||
snippets:
|
||||
- chmod 0755 /usr/bin/bc250-cu-live-manager /usr/bin/bc250-governor-profile /usr/share/bc250-40cu/vendor/bc250-cu-live-manager/bc250-cu-live-manager.sh
|
||||
- find /usr/share/bc250-40cu/vendor/bc250-40cu-unlock/scripts -type f -name '*.sh' -exec chmod 0755 {} +
|
||||
|
||||
- type: systemd
|
||||
system:
|
||||
enabled:
|
||||
- cyan-skillfish-governor-smu.service
|
||||
|
||||
- type: signing
|
||||
@@ -1,21 +0,0 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: bazzite-bc250-patched-kde
|
||||
description: Bazzite KDE stable image for AMD BC-250 with cyan-skillfish-governor-smu included.
|
||||
|
||||
base-image: ghcr.io/ublue-os/bazzite
|
||||
image-version: stable
|
||||
|
||||
modules:
|
||||
- type: rpm-ostree
|
||||
repos:
|
||||
- https://copr.fedorainfracloud.org/coprs/filippor/bazzite/repo/fedora-%OS_VERSION%/filippor-bazzite-fedora-%OS_VERSION%.repo
|
||||
install:
|
||||
- cyan-skillfish-governor-smu
|
||||
|
||||
- type: systemd
|
||||
system:
|
||||
enabled:
|
||||
- cyan-skillfish-governor-smu.service
|
||||
|
||||
- type: signing
|
||||
Reference in New Issue
Block a user