device-tablet-{x86,x64}uefi: install sound open firmware (MR 4349)
This is used by the audio devices in many Intel-based tablets. [ci:skip-build] already built successfully in CI
This commit is contained in:
parent
7f17509724
commit
c720abf97c
2 changed files with 11 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=device-tablet-x64uefi
|
||||
pkgdesc="Various tablets with atom CPU"
|
||||
pkgver=0.4
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="x86_64"
|
||||
|
@ -10,6 +10,7 @@ arch="x86_64"
|
|||
options="!check !archcheck pmb:strict"
|
||||
depends="
|
||||
postmarketos-base
|
||||
sof-firmware
|
||||
"
|
||||
makedepends="
|
||||
devicepkg-dev
|
||||
|
|
|
@ -2,12 +2,19 @@
|
|||
pkgname=device-tablet-x86uefi
|
||||
pkgdesc="Various tablets with atom CPU"
|
||||
pkgver=7
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="x86_64"
|
||||
options="!check !archcheck"
|
||||
depends="postmarketos-base linux-lts libva-intel-driver grub-x86 alsa-ucm-conf"
|
||||
depends="
|
||||
alsa-ucm-conf
|
||||
grub-x86
|
||||
libva-intel-driver
|
||||
linux-lts
|
||||
postmarketos-base
|
||||
sof-firmware
|
||||
"
|
||||
makedepends="devicepkg-dev"
|
||||
source="
|
||||
ath6kl.conf
|
||||
|
|
Loading…
Reference in a new issue