linux-postmarketos-qcom-sdm845: install kernel image in correct location (MR 2499)

kernel filename must now be /boot/vmlinuz

[ci:skip-build]: ollie is pretty sure that this will work. it's a
critical fix, so let's not delay it by waiting for two kernels to build.
This commit is contained in:
Clayton Craft 2021-09-08 13:32:39 -07:00 committed by Oliver Smith
parent a97b4823c3
commit 5d33039a2f
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -6,7 +6,7 @@
_flavor="postmarketos-qcom-sdm845"
pkgname=linux-$_flavor
pkgver=5.14.0_rc6
pkgrel=0
pkgrel=1
pkgdesc="Mainline Kernel fork for SDM845 devices"
arch="aarch64"
_carch="arm64"
@ -45,9 +45,8 @@ build() {
package() {
mkdir -p "$pkgdir"/boot
# Avoids requirement that LOCALVERSION=flavor
install -Dm644 "$builddir/arch/$_carch/boot/Image.gz" \
"$pkgdir/boot/vmlinuz-$_flavor"
"$pkgdir/boot/vmlinuz"
make modules_install dtbs_install \
ARCH="$_carch" \