| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel.bbclass: Fix the do_strip() malfunction | Kevin Hao | 2022-04-12 | 1 | -1/+1 |
* | kernel.bbclass: Use KERNEL_IMAGEDEST instead of hardcoded boot path | Alessio Igor Bogani | 2022-04-03 | 1 | -8/+7 |
* | kernel.bbclass: avoid config changes based on the availability of pahole | Michael Olbrich | 2022-03-26 | 1 | -2/+2 |
* | kernel: make kernel-base recommend kernel-image, not depend | Ross Burton | 2022-02-21 | 1 | -1/+1 |
* | kernel.bbclass: Allow initramfs to be built from a separate multiconfig | Alejandro Hernandez Samaniego | 2022-01-26 | 1 | -4/+9 |
* | kernel.bbclass: use common strip() | Saul Wold | 2022-01-13 | 1 | -25/+19 |
* | kernel: add -dbg package | Saul Wold | 2021-12-22 | 1 | -1/+1 |
* | classes/kernel*: add variables to allow changing artifact extension | Paul Eggleton | 2021-12-22 | 1 | -5/+5 |
* | classes/kernel*: allow disabling symlink creation | Paul Eggleton | 2021-12-22 | 1 | -4/+12 |
* | kernel: improve transformation from KERNEL_IMAGETYPE_FOR_MAKE | Mike Crowe | 2021-12-09 | 1 | -3/+18 |
* | kernel: export native PKGCONFIG variables | Bruce Ashfield | 2021-11-26 | 1 | -0/+7 |
* | kernel: provide virtual/kernel for all kernels | Bruce Ashfield | 2021-11-10 | 1 | -1/+1 |
* | kernel: Rework kernel make flag to variable mappings | Richard Purdie | 2021-10-16 | 1 | -2/+2 |
* | kernel: Add KERNEL_DEBUG_TIMESTAMPS variable | Richard Purdie | 2021-10-16 | 1 | -2/+4 |
* | kernel.bbclass: remove unnecessary dead code | Rasmus Villemoes | 2021-09-28 | 1 | -13/+2 |
* | base/kernel: Support zstd-compressed squashfs and cpio initramfs | Zoltán Böszörményi | 2021-09-01 | 1 | -2/+8 |
* | kernel: Use unexpanded EXTENDPKGV | Richard Purdie | 2021-09-01 | 1 | -4/+3 |
* | kernel.bbclass: Use full versions for inter-package dependencies | Zoltán Böszörményi | 2021-08-27 | 1 | -6/+7 |
* | Allow opt-out of split kernel modules | Zoltán Böszörményi | 2021-08-27 | 1 | -0/+7 |
* | Convert to new override syntax | Richard Purdie | 2021-08-02 | 1 | -30/+30 |
* | kernel: Fix interaction when packaging disabled | Richard Purdie | 2021-06-27 | 1 | -0/+2 |
* | kernel.bbclass: fix do_sizecheck() comparison | Andrea Adami | 2021-06-14 | 1 | -1/+1 |
* | kernel.bbclass: fix deployment for initramfs images | Awais Belal | 2021-01-30 | 1 | -1/+1 |
* | kernel: skip installing fitImage when using Initramfs bundles | Abdellatif El Khlifi | 2021-01-20 | 1 | -1/+15 |
* | kernel: set COMPATIBLE_HOST to *-linux | Ross Burton | 2020-12-24 | 1 | -0/+2 |
* | kernel: relocate copy of module.lds to module compilation task | Bruce Ashfield | 2020-11-18 | 1 | -1/+4 |
* | kernel: Set proper LD in KERNEL_KCONFIG_COMMAND | Wonmin Jung | 2020-11-17 | 1 | -1/+1 |
* | kernel: provide module.lds for out of tree builds in v5.10+ | Bruce Ashfield | 2020-11-16 | 1 | -0/+1 |
* | kernel.bbclass: ensure symlink_kernsrc task gets run even with externalsrc | Rasmus Villemoes | 2020-09-28 | 1 | -1/+4 |
* | kernel.bbclass: use camelCase notation for bash variables in do_deploy | Martin Jansa | 2020-09-17 | 1 | -7/+7 |
* | kernel.bbclass: eliminate (initramfs_)symlink_name variables | Martin Jansa | 2020-09-17 | 1 | -4/+2 |
* | kernel.bbclass: use bash variables like imageType, base_name without {} | Martin Jansa | 2020-09-17 | 1 | -10/+10 |
* | kernel.bbclass: Move away from calling package_get_auto_pr | Mark Hatle | 2020-08-28 | 1 | -1/+4 |
* | kernel.bbclass: Remove do_install[prefunc] no longer needed | Mark Hatle | 2020-08-26 | 1 | -1/+0 |
* | kernel.bbclass: run do_symlink_kernsrc before do_patch | Rasmus Villemoes | 2020-08-26 | 1 | -1/+1 |
* | kernel.bbclass: Configuration for environment with HOSTCXX | Zhang Qiang | 2020-08-13 | 1 | -0/+2 |
* | kernel.bbclass: make dependency on lzop-native conditional | Timon Ulrich | 2020-07-08 | 1 | -1/+2 |
* | kernel.bbclass: add gzip-native to do_deploy dependencies | Matt Madison | 2020-07-08 | 1 | -1/+1 |
* | classes/kernel: Use a copy of image for kernel*.rpm if fs doesn't support sym... | Yanfei Xu | 2020-07-05 | 1 | -3/+19 |
* | kernel.bbclass: add lz4 dependency and fix the call to lz4 | Timon Ulrich | 2020-07-05 | 1 | -1/+2 |
* | deploy.bbclass: Clean DEPLOYDIR before do_deploy | Daniel Klauer | 2020-06-30 | 1 | -2/+0 |
* | kernel.bbclass: Fix Module.symvers support | Lili Li | 2020-06-28 | 1 | -1/+1 |
* | linux-modules.tgz: fix file permissions to root | Li Wang | 2020-05-22 | 1 | -0/+1 |
* | kernel/reproducibility: kernel modules need SOURCE_DATE_EPOCH export | Bruce Ashfield | 2020-05-15 | 1 | -0/+15 |
* | classes/kernel: Generate reproducible kernel module tarball | Joshua Watt | 2020-05-14 | 1 | -1/+7 |
* | kernel.bbclass: fix SOURCE_DATE_EPOCH for non-git kernel builds | Christopher Clark | 2020-03-10 | 1 | -8/+4 |
* | classes/kernel.bbclass: Fix parsing errors | Joshua Watt | 2020-03-06 | 1 | -2/+2 |
* | kernel.bbclass: set LD in KERNEL_CONFIG_COMMAND to fix 5.4+ builds when gold ... | Martin Jansa | 2020-02-04 | 1 | -1/+1 |
* | kernel: Make symbol link to vmlinux.64 in boot directory | Vasyl Gomonovych | 2019-12-30 | 1 | -0/+3 |
* | Revert "kernel.bbclass: adjust a condition checking" | Jason Wessel | 2019-09-06 | 1 | -2/+4 |