| Commit message (Expand) | Author | Age | Files | Lines |
* | eclass: canonicalize debug-print-function calls | David Seifert | 2024-10-08 | 1 | -5/+5 |
* | eclass: standardize inherit guard | David Seifert | 2024-10-08 | 1 | -1/+1 |
* | kernel-build.eclass: localise 'target' | Sam James | 2024-09-07 | 1 | -0/+3 |
* | kernel-build.eclass: call ctf targets serially | Sam James | 2024-09-07 | 1 | -7/+13 |
* | kernel-build.eclass: fix src_test w/o CTF | Sam James | 2024-09-04 | 1 | -1/+7 |
* | kernel-build.eclass: call ctf_install for tests too | Sam James | 2024-09-03 | 1 | -1/+1 |
* | kernel-build.eclass: handle CTF if enabled | Sam James | 2024-09-03 | 1 | -1/+12 |
* | kernel-build.eclass: BDEPEND on dev-lang/perl | Andrew Ammerlaan | 2024-08-30 | 1 | -0/+1 |
* | kernel-build.eclass: adjust missing .config error messages | Andrew Ammerlaan | 2024-08-30 | 1 | -2/+5 |
* | kernel-build.eclass: fix module signing with unspecified key | Andrew Ammerlaan | 2024-08-25 | 1 | -13/+13 |
* | kernel-build.eclass: Merge two ifs in kernel-build_merge_configs() | Michał Górny | 2024-08-23 | 1 | -23/+21 |
* | kernel-build.eclass: Apply savedconfig on top of merged configs | Michał Górny | 2024-08-23 | 1 | -9/+21 |
* | kernel-build.eclass: fixup left-over KERNEL_IUSE_SECUREBOOT | Andrew Ammerlaan | 2024-07-28 | 1 | -1/+1 |
* | kernel-build.eclass: set toolchain variables more comprehensibly | Alfred Wingate | 2024-07-24 | 1 | -0/+7 |
* | kernel-build.eclass: fix determining kernel release with MODULES=n | Andrew Ammerlaan | 2024-07-24 | 1 | -9/+8 |
* | eclass/kernel-{build,install}.eclass: link to config,Sys.map in moddir | Andrew Ammerlaan | 2024-07-24 | 1 | -0/+2 |
* | kernel-build.eclass: support unset MODULES_SIGN_{CERT,KEY} | Andrew Ammerlaan | 2024-07-21 | 1 | -2/+2 |
* | kernel-build.eclass: add missing modules-sign conditional to cert/key check | Andrew Ammerlaan | 2024-07-21 | 1 | -22/+24 |
* | kernel-build.eclass: don't check key/cert if merging binary | Andrew Ammerlaan | 2024-07-21 | 1 | -1/+1 |
* | kernel-build.eclass: check and fail early if key or cert in DER format | Andrew Ammerlaan | 2024-07-21 | 1 | -2/+22 |
* | kernel-build.eclass: Fix leftover dir_ver use | Michał Górny | 2024-07-18 | 1 | -1/+1 |
* | kernel-build.eclass: check that KV_FULL matches the kernel release | James Calligeros | 2024-07-15 | 1 | -1/+9 |
* | kernel-build.eclass: sanity check the prepared kernel's release string | James Calligeros | 2024-07-15 | 1 | -0/+13 |
* | kernel-{build,install}.eclass: make kernel install paths match release | James Calligeros | 2024-07-15 | 1 | -21/+25 |
* | kernel-build.eclass: Support python3.13 | Michał Górny | 2024-07-11 | 1 | -1/+1 |
* | kernel-build.eclass: identify dist-kernels, and warn users | Andrew Ammerlaan | 2024-06-27 | 1 | -0/+16 |
* | kernel-build.eclass: install vmlinu{x,z} symlink | Andrew Ammerlaan | 2024-02-11 | 1 | -0/+5 |
* | kernel-build.eclass: require real bison & flex | Sam James | 2024-02-01 | 1 | -2/+2 |
* | kernel-build.eclass: sys-devel/flex -> app-alternatives/lex | Sam James | 2024-01-08 | 1 | -1/+1 |
* | kernel-build.eclass: app-arch/cpio -> app-alternatives/cpio | Sam James | 2024-01-08 | 1 | -1/+1 |
* | kernel-build.eclass: sys-devel/bc -> app-alternatives/bc | Sam James | 2024-01-08 | 1 | -1/+1 |
* | kernel-build.eclass: allow overriding UKI cmdline | Andrew Ammerlaan | 2024-01-07 | 1 | -2/+10 |
* | eclass/(dist-)kernel-*.eclass: drop installkernel-gentoo-7 | Andrew Ammerlaan | 2024-01-07 | 1 | -8/+5 |
* | kernel-{build,install}.eclass: Rename flag to modules-compress | Michał Górny | 2023-12-30 | 1 | -2/+2 |
* | kernel-{build,install}.eclass: drop plymouth for generic-uki | Andrew Ammerlaan | 2023-12-25 | 1 | -3/+5 |
* | kernel-{build,install}.eclass: Support XZ module compression | Michał Górny | 2023-12-25 | 1 | -1/+21 |
* | kernel-{build,install}.eclass: compress generic initrd with xz | Andrew Ammerlaan | 2023-12-24 | 1 | -0/+1 |
* | kernel-{build,install}.eclass: add USE=generic-uki | Andrew Ammerlaan | 2023-12-23 | 1 | -2/+97 |
* | kernel-build.eclass: ensure KERNEL_EFI_ZBOOT is probed in all cases | WANG Xuerui | 2023-12-19 | 1 | -6/+6 |
* | kernel-build.eclass: work around permissions issue with module signing | Violet Purcell | 2023-12-11 | 1 | -6/+12 |
* | kernel-build.eclass: Do not call dtbs_install in src_test() | Michał Górny | 2023-12-09 | 1 | -6/+1 |
* | Revert "kernel-build.eclass: copy module signing key to tempdir in pkg_setup" | Andrew Ammerlaan | 2023-11-26 | 1 | -10/+7 |
* | kernel-build.eclass: copy module signing key to tempdir in pkg_setup | Violet Purcell | 2023-11-26 | 1 | -7/+10 |
* | kernel-build.eclass: drop obsolete if use secureboot statement | Andrew Ammerlaan | 2023-10-01 | 1 | -14/+0 |
* | kernel-build.eclass: pass INSTALL_MOD_STRIP in src_test | Sam James | 2023-09-14 | 1 | -1/+9 |
* | kernel-build.eclass: set KERNEL_EFI_ZBOOT if enabled in .config | Andrew Ammerlaan | 2023-09-04 | 1 | -0/+6 |
* | kernel-build.eclass: fix kernel image signing on arm64 and riscv | Andrew Ammerlaan | 2023-09-02 | 1 | -0/+14 |
* | kernel-build.eclass: sign the kernel image earlier in src_install | Andrew Ammerlaan | 2023-08-27 | 1 | -0/+5 |
* | kernel-build.eclass: error out early if signing key not readable | Andrew Ammerlaan | 2023-08-22 | 1 | -2/+2 |
* | kernel-build.eclass: depend on openssl with USE=modules-sign | Andrew Ammerlaan | 2023-08-21 | 1 | -0/+3 |