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