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:
parent
a97b4823c3
commit
5d33039a2f
1 changed files with 2 additions and 3 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue