Skip to content

Commit

Permalink
feat: Update bmi323 with needed patches for the Ally (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Jan 30, 2024
1 parent 05a2ac2 commit 98af481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-kmod-bmi323.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RELEASE="$(rpm -E '%fedora')"
rpm-ostree install \
akmod-bmi323-*.fc${RELEASE}.${ARCH}
akmods --force --kernels "${KERNEL}" --kmod bmi323
modinfo /usr/lib/modules/${KERNEL}/extra/bmi323/bmi323_{core,i2c}.ko.xz > /dev/null \
modinfo /usr/lib/modules/${KERNEL}/extra/bmi323/bmi323_{core,i2c,spi}.ko.xz > /dev/null \
|| (find /var/cache/akmods/bmi323/ -name \*.log -print -exec cat {} \; && exit 1)

rm -f /etc/yum.repos.d/_copr_ublue-os-akmods.repo

0 comments on commit 98af481

Please sign in to comment.