Attempt to build using the installation method by xpadneo devs
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 33s

This commit is contained in:
2025-06-20 22:52:23 -04:00
parent d0e1214f23
commit 0f9a6abb63
5 changed files with 25 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
# move to tmp folder and clone repo
cd /tmp
git clone https://github.com/atar-axis/xpadneo.git
# move into repo folder and install
cd xpadneo
./install.sh

View File

@@ -121,8 +121,11 @@ modules:
- gamescope - gamescope
# for performance view # for performance view
- mangohud - mangohud
# controller # controller libraries
- xpadneo - dkms
- make
- kernel-devel
- kernel-headers
remove: remove:
packages: packages:

View File

@@ -0,0 +1,4 @@
modules:
- type: script
scripts:
- installxpadneo.sh

View File

@@ -14,10 +14,12 @@ image-version: 42 # latest is also supported if you want new updates ASAP
modules: modules:
- from-file: components/dnf-module.yml - from-file: components/dnf-module.yml
- from-file: components/script-module.yml - from-file: components/script-module.yml
- from-file: components/xpadneo-module.yml
- from-file: components/sys-files-module.yml - from-file: components/sys-files-module.yml
- from-file: components/systemd-module.yml - from-file: components/systemd-module.yml
- from-file: components/default-flatpak.yml - from-file: components/default-flatpak.yml
- from-file: components/chezmoi-module.yml - from-file: components/chezmoi-module.yml
- from-file: initramfs
- type: signing - type: signing

View File

@@ -14,6 +14,7 @@ image-version: 42 # latest is also supported if you want new updates ASAP
modules: modules:
- from-file: components/dnf-module.yml - from-file: components/dnf-module.yml
- from-file: components/script-module.yml - from-file: components/script-module.yml
- from-file: components/xpadneo-module.yml
- from-file: components/sys-files-module.yml - from-file: components/sys-files-module.yml
- from-file: components/systemd-module.yml - from-file: components/systemd-module.yml
- from-file: components/nvidia-module.yml - from-file: components/nvidia-module.yml