From 5d33039a2f78448be46faf58ec4e8a5ab0a67c07 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Wed, 8 Sep 2021 13:32:39 -0700 Subject: [PATCH] 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. --- main/linux-postmarketos-qcom-sdm845/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main/linux-postmarketos-qcom-sdm845/APKBUILD b/main/linux-postmarketos-qcom-sdm845/APKBUILD index 45590a458..9a2fabbf9 100644 --- a/main/linux-postmarketos-qcom-sdm845/APKBUILD +++ b/main/linux-postmarketos-qcom-sdm845/APKBUILD @@ -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" \