aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel.bbclass
AgeCommit message (Expand)Author
2018-07-10kernel.bbclass: move variables for kernel artifacts names to separate bbclassMartin Jansa
2018-07-10kernel.bbclass: use the consistent naming schema for initramfsMartin Jansa
2018-07-10kernel-devicetree.bbclass: Fix and simplify instalation of DTB filesMartin Jansa
2018-06-28kernel: Set SOURCE_DATE_EPOCH to kernel git timestamp if not setAlex Kiernan
2018-06-08kernel: specify dependencies for compilation for config tasksBruce Ashfield
2018-05-22kernel.bbclass: avoid duplicates in KERNEL_IMAGETYPE_FOR_MAKEAndre McCurdy
2018-05-09kernel: Permit overriding of KERNEL_IMAGETYPE_FOR_MAKEMike Crowe
2018-04-03kernel.bbclass: improve reproducibilityJonathan Liu
2018-03-20kernel.bbclass: set HOSTLDFLAGS in KCONFIG_CONFIG_COMMANDCalifornia Sullivan
2018-03-12classes/recipes: Use expanded BUILD_REPRODUCIBLE_BINARIES valueJuro Bystricky
2018-03-08kernel: make copying of crtsavres.o conditionalBruce Ashfield
2018-02-24kernel.bbclass: explicitly depend on bison-native for deterministic buildsDenys Dmytriyenko
2018-01-29meta: don't use deprecated functions from utils.bbclassRoss Burton
2018-01-19kernel: Use KERNEL_IMAGETYPE_FOR_MAKE in do_bundle_initramfsThomas Perrot
2018-01-18kernel: drop unnecessary True options from calls to getVarAndre McCurdy
2018-01-17kernel.bbclass: drop legacy fallback to yes '' | make oldconfigAndre McCurdy
2018-01-14kernel.bbclass: remove bashism in kernel_do_installRicardo Salveti
2018-01-02kernel: Add support for multiple kernel packagesHaris Okanovic
2018-01-02kernel.bbclass: Fix do_sizecheck behaviourMike Crowe
2017-12-09kernel.bbclass: Add cleandirs for do_shared_workdirSaul Wold
2017-09-21kernel.bbclass: build host programs with native sysrootsWenzong Fan
2017-09-13kernel: Move Device Tree support to kernel.bbclassOtavio Salvador
2017-09-11kernel: Stop using update-alternativesOtavio Salvador
2017-08-23kernel.bbclass: external toolchain fixJuro Bystricky
2017-08-16kernel.bbclass: improve reproducibilityJuro Bystricky
2017-07-24kernel.bbclass: set CVE_PRODUCT to linux_kernel if not set by recipeMikko Rapeli
2017-06-04kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gzNicolas Dechesne
2017-05-25kernel: predefine KBUILD_BUILD_USER and KBUILD_BUILD_HOSTJoshua Lock
2017-04-05kernel.bbclass: move in addtask kernel_link_images statement from linux-yocto...Ming Liu
2017-03-31kernel.bbclass: introduce INITRAMFS_IMAGE_NAMEMing Liu
2017-03-31kernel.bbclass: fix a typoMing Liu
2017-03-21kernel: use ${nonarch_base_libdir} for kernel modules installation.Amarnath Valluri
2017-03-04kernel.bbclass: Give sanity check function an opt-out variableCalifornia Sullivan
2017-02-28kernel, license, sstate, rootfs.py: Remove deploy directory READMEMike Crowe
2017-02-23kernel.bbclass: do_deploy requires depmodwrapperRobert Yang
2017-02-15kernel.bbclass: Make symbol to vmlinuz.bin in boot directoryAndrea Adami
2017-01-19kernel.bbclass: Add PACKAGE_WRITE_DEPS for postinstJussi Kukkonen
2017-01-19Revert "kernel: Modify kernel modules installation path."Jason Wessel
2017-01-16kernel: Modify kernel modules installation path.Amarnath Valluri
2016-12-22kernel: Fix symlinksDavid Vincent
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-12-08kernel.bbclass: fix kernel_do_compile for KERNEL_IMAGETYPE = "vmlinux.gz" on ...Andreas Oberritter
2016-12-08kernel.bbclass: do not copy bundled initramfs to /bootAndreas Oberritter
2016-12-08kernel.bbclass: Avoid wildcards for kernel imagesAndreas Oberritter
2016-12-08kernel.bbclass: Use real filenames in kernel packagesAndreas Oberritter
2016-12-08kernel.bbclass: allow uncompressed initramfs archivesAndreas Oberritter
2016-12-07kernel.bbclass: let do_deploy depend on do_packagedataRobert Yang
2016-09-21kernel.bbclass: Add kernel_version_sanity_check functionCalifornia Sullivan
2016-09-19kernel.bbclass: assign INITRAMFS_BASE_NAME using ?=Andre McCurdy
2016-09-14meta: cleanup d.getVar(var, 1)Robert Yang