f5099ad248
- usbguard config: these are builtin USB devices that should be allowed by default - removed nonfree-fw package, I decided that everything from that should be required since some fairly major features are broken without these firmwares and relevant userspace apps - re-enabled EFI runtime services, so efifb is used (and probably other benefits?) - Laptops need the "Linux Boot" option enabled - "With recent UEFI firmware efi=noruntime can be left out when the Linux Boot option is enabled." - https://github.com/jhovold/linux/wiki/X13s#kernel-command-line [ci:skip-build]: already built successfully in CI
68 lines
1.8 KiB
Text
68 lines
1.8 KiB
Text
# Maintainer: Konrad Dybcio <konradybcio@kernel.org>
|
|
# Co-Maintainer: Clayton Craft <clayton@craftyguy.net>
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-lenovo-21bx
|
|
pkgdesc="Lenovo ThinkPad X13s"
|
|
pkgver=7
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck !strip"
|
|
depends="
|
|
bootmac
|
|
firmware-lenovo-21bx
|
|
libmbim-tools
|
|
linux-firmware-ath11k
|
|
linux-firmware-qca
|
|
linux-firmware-qcom
|
|
linux-lenovo-21bx
|
|
pd-mapper
|
|
pd-mapper-openrc
|
|
postmarketos-base
|
|
qmi-utils
|
|
systemd-boot
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
source="
|
|
deviceinfo
|
|
modules-initfs
|
|
firmware.files
|
|
usbguard.conf
|
|
"
|
|
subpackages="
|
|
$pkgname-usbguard
|
|
$pkgname-vulkan
|
|
"
|
|
install="$pkgname.post-install"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
install -Dm644 "$srcdir/"/firmware.files \
|
|
-t "$pkgdir"/usr/share/mkinitfs/files/
|
|
}
|
|
|
|
vulkan() {
|
|
install_if="$pkgname=$pkgver-r$pkgrel vulkan-loader"
|
|
depends="mesa-vulkan-freedreno"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
usbguard() {
|
|
install_if="$pkgname=$pkgver-r$pkgrel usbguard"
|
|
install -Dm600 "$srcdir"/usbguard.conf \
|
|
"$subpkgdir"/etc/usbguard/rules.d/"$pkgname".conf
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
c3570f44cd0134fd7400a5467cfddb3c1877a771fda8006228d1b0fd81536171ece53bf7562fc0e11dcc1fd3c6830e324e0d5ad9fdc4e16b53107fa3a04004fb deviceinfo
|
|
5e91aebdd5aa84eef2660c5cbecd27b1c3662f1707538d53764a74dc1e6cbac451b1041b9aaab92f087d44630036b10e5155a993dd4b2e54cba81637ddb47593 modules-initfs
|
|
82f7719285434d8c7a5268ddc21d513bb3f3788eb3dd2df099e1c245add9d19719047b003a47edb077e095ebe09d9601b1312c001578e7dfa4ed61d72098ef74 firmware.files
|
|
0d0412eb1f01af39000c39391f622640461305d83dae1a53aa7eef640cc17fd265cabca4e4e57dea053c47a4e50f9feb90f12ee5310d5b6425783e83efc5f9d8 usbguard.conf
|
|
"
|