Skip to content

Commit

Permalink
sys-kernel/asahi-kernel: bump to 6.6.0_p15-r3 with new config
Browse files Browse the repository at this point in the history
Use Fedora Asahi Remix's 16k kernel config.

Signed-off-by: Janne Grunau <[email protected]>
  • Loading branch information
jannau committed Mar 24, 2024
1 parent eb611a8 commit 351af0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions sys-kernel/asahi-kernel/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
DIST asahi-kernel-6.6.0_p15.tar.gz 229858421 BLAKE2B f0cdce0421bb8637d52e82d2ff0b7e07c29e828783c7cb8733f1582916be81bfd14a0b6a98f51f633ee9da3d10aa1fff6b27c5779bd9fa55c1d04615173d6d4b SHA512 b261e3813f1c0f5bae3a24e7ed0dce41470cfe2ee965ab0121d41793aa08f72d0d91be633f7ba0317f265a6e98a7a134cf86a29e7d48dbb58c5f5f7a3a13cc53
DIST config 198644 BLAKE2B 8b3089d22d0b68e9b0c20a5e8f7ebe2626ef43cdc7053a94590ea3ca25417e76866e220ae98ff184e4912033d877eb89fd3c64bbe476889696220c5dd3b05e97 SHA512 c50174d08e4c1c9b6b99517c7b5d473491fefdbaace8264bbca275f8e3ba273185bcf7da98229fe6f2bb543242786c91aca7cd0dea9e2a15541d6c0a7f17fc63
DIST config.edge 155 BLAKE2B 01a8b3b7e3c7bd528f6d07d2b581b8a56688305d42fdd0b1555fd26319c4369e2357bcaa8434a1a5e3123aa9fdc6f1a24de4813b819397af89ba8d0c5e896228 SHA512 d64997c4664e605cde25479a7be8839997a02fd032e3fb83bbc2dbb8c9a6203b0333850994f615bfd669215229ad34e8d8f9ff52a6795ed775e48a08fe681684
DIST kernel-aarch64-16k-fedora.config-6.6.0_p15 635605 BLAKE2B 4e3cdb8e84f82e1dea425fa76633dd421e250f9f8a726803deb77ecd6e86074752260c12c839f555c55fbd8736827e4c8adf05862fa8dd6a81bd48a74ecc01bd SHA512 7eca787e1dc4fc9a16ec3aa93ce58dfd6306e0cea333f40e4e99e88980de44d5965d1f8d432b3c0f7d0b71becafcb0db62ee514c14372e22419c6abc532627a6
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ DESCRIPTION="Asahi Linux kernel sources"
HOMEPAGE="https://asahilinux.org"
KERNEL_URI="https://github.com/AsahiLinux/linux/archive/refs/tags/${MY_P}.tar.gz -> ${PN}-${PV}.tar.gz"
SRC_URI="${KERNEL_URI}
https://raw.githubusercontent.com/AsahiLinux/PKGBUILDs/main/linux-asahi/config
https://raw.githubusercontent.com/AsahiLinux/PKGBUILDs/main/linux-asahi/config.edge
https://copr-dist-git.fedorainfracloud.org/cgit/@asahi/kernel/kernel.git/tree/kernel-aarch64-16k-fedora.config?id=be420b20d9a73b16a6ee7b6cdb34194efd89bb91 -> kernel-aarch64-16k-fedora.config-${PV}
"

S="${WORKDIR}/linux-${MY_P}"
Expand Down Expand Up @@ -57,8 +56,7 @@ PATCHES=(
src_prepare() {
default
echo "-${MY_TAG}-dist" > localversion.10-pkgrel || die
cp "${DISTDIR}/config" ".config" || die
kernel-build_merge_configs "${DISTDIR}/config.edge"
cp "${DISTDIR}/kernel-aarch64-16k-fedora.config-${PV}" ".config" || die
echo 'CONFIG_LOCALVERSION=""' > "${T}/fakeversion.config"
kernel-build_merge_configs "${T}/fakeversion.config"
}
Expand Down

0 comments on commit 351af0b

Please sign in to comment.