Skip to content

Commit

Permalink
fix: add hardware support packages from tauOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Nov 25, 2023
1 parent 9bcb972 commit d4df8fa
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 0 deletions.
30 changes: 30 additions & 0 deletions common/hardware.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
groups:
- id: hardware-support
# TODO: For some reaason, even though other arch only packages get filtered out by melody, it doesn't do this one
# seems like a comps format or libdnf issue
blacklist:
- bcm283x-firmware
- cmospwd
- intel-media-driver
- libva-intel-driver
- broadcom-wl
- id: server-hardware-support

# TODO: Add NVIDIA and other proprietary hardware here
# This is a very hacky solution and I honestly think we could figure out how to make the installer do this -jr
packages:
- mesa-va-drivers-freeworld
- mesa-vdpau-drivers-freeworld
- NetworkManager

exclude-packages:
- mesa-va-drivers

packages-x86_64:
- cmospwd
- intel-media-driver
- libva-intel-driver
- broadcom-wl

packages-aarch64:
- bcm283x-firmware
1 change: 1 addition & 0 deletions tau/home.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include:
- ../common/desktop.yaml
- ../common/graphical.yaml
- ../common/common.yaml
- ../common/hardware.yaml
- common/desktop.yaml
- common/release.yaml

Expand Down
1 change: 1 addition & 0 deletions ultramarine/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ releasever: "39"

include:
- ../common/common.yaml
- ../common/hardware.yaml
- common/release.yaml
- common/common.yaml

Expand Down
1 change: 1 addition & 0 deletions ultramarine/flagship.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include:
- ../common/desktop.yaml
- ../common/graphical.yaml
- ../common/common.yaml
- ../common/hardware.yaml
- common/release.yaml
- common/graphical.yaml
- common/common.yaml
Expand Down
1 change: 1 addition & 0 deletions ultramarine/gnome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include:
- ../common/desktop.yaml
- ../common/graphical.yaml
- ../common/common.yaml
- ../common/hardware.yaml
- common/release.yaml
- common/graphical.yaml
- common/common.yaml
Expand Down
1 change: 1 addition & 0 deletions ultramarine/kde.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include:
- ../common/desktop.yaml
- ../common/graphical.yaml
- ../common/common.yaml
- ../common/hardware.yaml
- common/release.yaml
- common/graphical.yaml
- common/common.yaml
Expand Down
1 change: 1 addition & 0 deletions ultramarine/pantheon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include:
- ../common/desktop.yaml
- ../common/graphical.yaml
- ../common/common.yaml
- ../common/hardware.yaml
- common/release.yaml
- common/graphical.yaml
- common/common.yaml
Expand Down

0 comments on commit d4df8fa

Please sign in to comment.