Skip to content
Snippets Groups Projects
Unverified Commit 5d33039a authored by Clayton Craft's avatar Clayton Craft :speech_balloon: Committed by Oliver Smith
Browse files

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.
parent a97b4823
Branches
No related tags found
No related merge requests found
Pipeline #202466 passed
......@@ -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" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment