Skip to content

Commit

Permalink
fix: stoneyridge builds now
Browse files Browse the repository at this point in the history
  • Loading branch information
june-fish committed Mar 30, 2024
1 parent b439bad commit 7cc0fcc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
curl -L https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo -o /etc/yum.repos.d/terra.repo
dnf5 up -y
dnf5 install -y make gcc ccache flex bison elfutils-devel xz bc tar openssl-devel rpmbuild git dwarves openssl perl python3 rsync gcc-aarch64-linux-gnu subatomic-cli
dnf5 install -y make gcc ccache flex bison elfutils-devel xz bc tar openssl-devel rpmbuild git dwarves openssl perl python3 rsync gcc-aarch64-linux-gnu subatomic-cli amd-gpu-firmware
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "linux"]
path = linux
url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
[submodule "stoneyridge/linux-firmware"]
path = stoneyridge/linux-firmware
url = https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
3 changes: 1 addition & 2 deletions stoneyridge/config
Original file line number Diff line number Diff line change
Expand Up @@ -2292,8 +2292,7 @@ CONFIG_FW_LOADER=y
CONFIG_FW_LOADER_DEBUG=y
CONFIG_FW_LOADER_PAGED_BUF=y
CONFIG_FW_LOADER_SYSFS=y
CONFIG_EXTRA_FIRMWARE="amdgpu/stoney_ce.bin amdgpu/stoney_me.bin amdgpu/stoney_mec.bin amdgpu/stoney_pfp.bin amdgpu/stoney_rlc.bin amdgpu/stoney_sdma.bin amdgpu/stoney_uvd.bin amdgpu/stoney_vce.bin"
CONFIG_EXTRA_FIRMWARE_DIR="../stoneyridge/linux-firmware"
CONFIG_EXTRA_FIRMWARE="amdgpu/stoney_ce.bin.xz amdgpu/stoney_me.bin.xz amdgpu/stoney_mec.bin.xz amdgpu/stoney_pfp.bin.xz amdgpu/stoney_rlc.bin.xz amdgpu/stoney_sdma.bin.xz amdgpu/stoney_uvd.bin.xz amdgpu/stoney_vce.bin.xz"
# CONFIG_FW_LOADER_USER_HELPER is not set
CONFIG_FW_LOADER_COMPRESS=y
CONFIG_FW_LOADER_COMPRESS_XZ=y
Expand Down
1 change: 0 additions & 1 deletion stoneyridge/linux-firmware
Submodule linux-firmware deleted from fbef4d

0 comments on commit 7cc0fcc

Please sign in to comment.