Versions
v6.11.6_p2 :: 6.11.6_p2 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- arm64
- USE flags
- build symlink
USE flags
General
Dependencies
dev-util / bindgen : Automatically generates Rust FFI bindings to C and C++ libraries.
Runtime Dependencies
app-alternatives / bc : bc symlink
app-alternatives / cpio : CPIO symlink
dev-build / make : Standard tool to compile source trees
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
sys-devel / bison : A general-purpose (yacc-compatible) parser generator
sys-devel / flex : The Fast Lexical Analyzer
sys-libs / ncurses : Console display library
virtual / libelf : Virtual for libelf.so.1 provider dev-libs/elfutils
virtual / pkgconfig : Virtual for the pkg-config implementation
Depending packages
virtual / linux-sources : Virtual for Linux kernel sources
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - James Calligeros · gentoo
sys-kernel/asahi-sources: drop 6.9.9_p5-r1, 6.9.12_p2
Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - James Calligeros · gentoo
sys-kernel/asahi-sources: stabilize 6.11.6_p2 for arm64
Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - James Calligeros · gentoo
sys-kernel/asahi-sources: add 6.11.6_p2
Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Calligeros · gentoo
sys-kernel/asahi-sources: add 6.9.12_p2, drop 6.9.12_p1
Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37935 Signed-off-by: Sam James <sam@gentoo.org> - James Calligeros · gentoo
sys-kernel/asahi-sources: drop 6.9.8_p1-r1
Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - James Calligeros · gentoo
sys-kernel/asahi-sources: stabilize 6.9.9_p5-r1 for arm64
Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - James Calligeros · gentoo
sys-kernel/asahi-sources: add 6.9.12_p1
Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Calligeros · gentoo
sys-kernel/asahi-sources: drop stale SPI patch
This patch to SPI breaks M1 series SoCs and should have been dropped with the 6.8 series. Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37599 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Calligeros · gentoo
sys-kernel/asahi-sources: drop 6.8.9_p7
Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - James Calligeros · gentoo
sys-kernel/asahi-sources: stabilize 6.9.8_p1 for arm64
Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - James Calligeros · gentoo
sys-kernel/asahi-sources: add 6.9.8_p1
Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - James Calligeros · gentoo
sys-kernel/asahi-sources: drop 6.8.9_p6
Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - James Calligeros · gentoo
sys-kernel/asahi-sources: drop 6.8.9_p3
Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - James Calligeros · gentoo
sys-kernel/asahi-sources: add 6.9.9_p5
Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Janne Grunau · gentoo
sys-kernel/asahi-sources: add 6.8.9_p7
Signed-off-by: Janne Grunau <j@jannau.net> Closes: https://github.com/gentoo/gentoo/pull/36780 Signed-off-by: Sam James <sam@gentoo.org> - Janne Grunau · gentoo
sys-kernel/asahi-sources: drop 6.8.9_p5
Signed-off-by: Janne Grunau <j@jannau.net> Signed-off-by: Sam James <sam@gentoo.org> - Janne Grunau · gentoo
sys-kernel/asahi-sources: drop 6.8.8_p2
Signed-off-by: Janne Grunau <j@jannau.net> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Janne Grunau · gentoo
sys-kernel/asahi-sources: add 6.8.9_p6
This switches asahi-sources to patch based build based on genpatches for stable releases and asahi patches as requested from github on top. This requires a little bit of cleanup. The asahi "patchset" contains a SPI change merged in 6.8.2. So revert this first so the asahi patches apply cleanly. The desired RUST support in asahi "patchset" creates circular dependencies with GCC_PLUGIN_RANDSTRUCT slected by GENTOO_KERNEL_SELF_PROTECTION_COMMON. Remove randstruct from the latter to break the circular dependencies. Signed-off-by: Janne Grunau <j@jannau.net> Closes: https://github.com/gentoo/gentoo/pull/36743 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
sys-kernel/asahi-sources: add 6.8.9_p5
* Fixes v6.8.9 Bluetooth LE regression on Apple Silicon bcm438x * Adjusts dcp FB flip complete timestamps to fix half-rate display with some compositors on dcpext (M2 desktops and M1/2 Pro/Max Macbook Pros) Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Janne Grunau · gentoo
sys-kernel/asahi-sources: stabilize 6.8.9_p3 for arm64
Signed-off-by: Janne Grunau <j@jannau.net> Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Janne Grunau · gentoo
sys-kernel/asahi-sources: add 6.8.9_p3
Signed-off-by: Janne Grunau <j@jannau.net> Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Janne Grunau · gentoo
sys-kernel/asahi-sources: drop 6.6.0_p16
Signed-off-by: Janne Grunau <j@jannau.net> Closes: https://github.com/gentoo/gentoo/pull/36616 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
sys-kernel/asahi-sources: drop 6.8.6_p4
Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Mart Raudsepp · gentoo
sys-kernel/asahi-sources: stabilize 6.8.8_p2 for arm64
Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Janne Grunau · gentoo
sys-kernel/asahi-sources: add 6.8.8_p2
Signed-off-by: Janne Grunau <j@jannau.net> Closes: https://github.com/gentoo/gentoo/pull/36494 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
sys-kernel/asahi-sources: stabilize 6.8.6_p4 for arm64
Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Janne Grunau · gentoo
sys-kernel/asahi-sources: add 6.8.6_p4, drop 6.8.6_p1
From upstream's change log: - DP/HDMI audio support (M2 Ultra devices require m1n1 support) - HDMI stability improvements Signed-off-by: Janne Grunau <j@jannau.net> Closes: https://github.com/gentoo/gentoo/pull/36394 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Janne Grunau · gentoo
sys-kernel/asahi-sources: add 6.8.6_p1
The asahi GPU driver builds with rust 1.76 and 1.77. Other changes: - handle asahi tags for stable releases - Save the sources as "linux-${TAG}.tar.gz" (i.e. linux-asahi-6.8.6-1.tar.gz) to share the tarball with the asahi-kernel ebuild in a ebuild overlay Signed-off-by: Janne Grunau <j@jannau.net> Closes: https://github.com/gentoo/gentoo/pull/36298 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Calligeros · gentoo
sys-kernel/asahi-sources: stabilize 6.6.0_p16 for arm64
Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36030 Signed-off-by: Sam James <sam@gentoo.org> - James Calligeros · gentoo
sys-kernel/asahi-sources: add 6.6.0_p16, drop 6.6.0_p15
Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Calligeros · gentoo
sys-kernel/asahi-sources: new package, add 6.6.0_p15
Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>