summaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel.bbclass
AgeCommit message (Expand)Author
2022-08-12classes: Update classes to match new bitbake class scope functionalityRichard Purdie
2022-08-12classes: Add SPDX license identifiersRichard Purdie
2022-08-12classes: Add copyright statements to files without oneRichard Purdie
2022-07-25kernel.bbclass: pass LD also in savedefconfigMartin Jansa
2022-05-23kernel.bbclass: Do not overwrite recipe's custom postinstRaphael Teller
2022-05-15kernel: add missing path to search for debug filesAndrej Valek
2022-04-14kernel: Delete unused KERNEL_LOCALVERSION variableAlex Kiernan
2022-04-12kernel.bbclass: Fix the do_strip() malfunctionKevin Hao
2022-04-03kernel.bbclass: Use KERNEL_IMAGEDEST instead of hardcoded boot pathAlessio Igor Bogani
2022-03-26kernel.bbclass: avoid config changes based on the availability of paholeMichael Olbrich
2022-02-21kernel: make kernel-base recommend kernel-image, not dependRoss Burton
2022-01-26kernel.bbclass: Allow initramfs to be built from a separate multiconfigAlejandro Hernandez Samaniego
2022-01-13kernel.bbclass: use common strip()Saul Wold
2021-12-22kernel: add -dbg packageSaul Wold
2021-12-22classes/kernel*: add variables to allow changing artifact extensionPaul Eggleton
2021-12-22classes/kernel*: allow disabling symlink creationPaul Eggleton
2021-12-09kernel: improve transformation from KERNEL_IMAGETYPE_FOR_MAKEMike Crowe
2021-11-26kernel: export native PKGCONFIG variablesBruce Ashfield
2021-11-10kernel: provide virtual/kernel for all kernelsBruce Ashfield
2021-10-16kernel: Rework kernel make flag to variable mappingsRichard Purdie
2021-10-16kernel: Add KERNEL_DEBUG_TIMESTAMPS variableRichard Purdie
2021-09-26kernel.bbclass: remove unnecessary dead codeRasmus Villemoes
2021-09-01base/kernel: Support zstd-compressed squashfs and cpio initramfsZoltán Böszörményi
2021-09-01kernel: Use unexpanded EXTENDPKGVRichard Purdie
2021-08-27kernel.bbclass: Use full versions for inter-package dependenciesZoltán Böszörményi
2021-08-27Allow opt-out of split kernel modulesZoltán Böszörményi
2021-07-30Convert to new override syntaxRichard Purdie
2021-06-27kernel: Fix interaction when packaging disabledRichard Purdie
2021-06-14kernel.bbclass: fix do_sizecheck() comparisonAndrea Adami
2021-01-30kernel.bbclass: fix deployment for initramfs imagesAwais Belal
2021-01-20kernel: skip installing fitImage when using Initramfs bundlesAbdellatif El Khlifi
2020-12-24kernel: set COMPATIBLE_HOST to *-linuxRoss Burton
2020-11-18kernel: relocate copy of module.lds to module compilation taskBruce Ashfield
2020-11-17kernel: Set proper LD in KERNEL_KCONFIG_COMMANDWonmin Jung
2020-11-16kernel: provide module.lds for out of tree builds in v5.10+Bruce Ashfield
2020-09-28kernel.bbclass: ensure symlink_kernsrc task gets run even with externalsrcRasmus Villemoes
2020-09-16kernel.bbclass: use camelCase notation for bash variables in do_deployMartin Jansa
2020-09-16kernel.bbclass: eliminate (initramfs_)symlink_name variablesMartin Jansa
2020-09-16kernel.bbclass: use bash variables like imageType, base_name without {}Martin Jansa
2020-08-28kernel.bbclass: Move away from calling package_get_auto_prMark Hatle
2020-08-26kernel.bbclass: Remove do_install[prefunc] no longer neededMark Hatle
2020-08-26kernel.bbclass: run do_symlink_kernsrc before do_patchRasmus Villemoes
2020-08-13kernel.bbclass: Configuration for environment with HOSTCXXZhang Qiang
2020-07-08kernel.bbclass: make dependency on lzop-native conditionalTimon Ulrich
2020-07-08kernel.bbclass: add gzip-native to do_deploy dependenciesMatt Madison
2020-07-05classes/kernel: Use a copy of image for kernel*.rpm if fs doesn't support sym...Yanfei Xu
2020-07-05kernel.bbclass: add lz4 dependency and fix the call to lz4Timon Ulrich
2020-06-30deploy.bbclass: Clean DEPLOYDIR before do_deployDaniel Klauer
2020-06-28kernel.bbclass: Fix Module.symvers supportLili Li
2020-05-22linux-modules.tgz: fix file permissions to rootLi Wang