summaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel-yocto.bbclass
AgeCommit message (Expand)Author
2020-09-25kernel-yocto: add KBUILD_DEFCONFIG search location to failure messageBruce Ashfield
2020-09-03kernel-yocto: only replace leading -I in include pathsYanfei Xu
2020-08-28kernel-yocto: checksum all modifications to available kernel fragments direct...Bruce Ashfield
2020-08-28kernel-yocto: allow promotion of configuration warnings to errorsBruce Ashfield
2020-08-13kernel-yocto: split meta data gathering into patch and config phasesBruce Ashfield
2020-08-13kernel-yocto: set cwd before querying the meta data dirBruce Ashfield
2020-08-08kernel-yocto: enhance configuration queue analysis capabilitiesBruce Ashfield
2020-08-06kernel/yocto: allow dangling KERNEL_FEATURESBruce Ashfield
2020-07-20kernel-yocto: account for extracted defconfig in elements checkBruce Ashfield
2020-07-08kernel/yocto: fix search for defconfig from src_uriAndrey Zhizhikin
2020-06-30kernel/yocto: ensure that defconfigs are processed firstBruce Ashfield
2020-04-24kernel-yocto.bbclass: Fix deps when externalsrc is usedPaul Barker
2020-03-10kernel-yocto.bbclass: Support config fragments with externalsrcPaul Barker
2020-03-06kernel-yocto.bbclass: fix a wrong inter-task dependencyMing Liu
2020-02-08kern-tools: fix merge_config when LD contains parametersBruce Ashfield
2020-02-08kernel-yocto: fix defconfig detection in find_sccs()Gavin Li
2020-02-08kernel-yocto.bbclass: do_kernel_configme: don't use +errexit, merge_config_bu...Martin Jansa
2020-02-08kernel-yocto.bbclass: set KERNEL_LD also for merge_config.shMartin Jansa
2020-02-08kernel-yocto: Only override CONFIG_LOCALVERSION if LINUX_VERSION_EXTENSION is...Paul Barker
2020-02-08kernel-yocto: Drop setting of unused variables in do_kernel_metadataPaul Barker
2020-02-08kernel-yocto: Move defaults and tasks from linux-yocto.inc into bbclassPaul Barker
2020-02-04kernel-yocto.bbclass: export LD in the environment used by kconf_checkMartin Jansa
2019-12-30kernel-yocto: allow external (aka non-integrated) BSPs to supply patchesBruce Ashfield
2019-03-12linux-yocto: fix SRC_URI patching with unified reposBruce Ashfield
2019-03-06kernel-yocto: allow kernel-meta repositories to be patchedBruce Ashfield
2019-03-05devtool: Support kmeta directory usage with devtool modify/finishJaewon Lee
2018-09-27kernel-yocto.bbclass: fix "referenced before assignment" errorMax Kellermann
2018-08-28kernel-yocto: restore BSP audit visibilityBruce Ashfield
2018-08-28classes/kernel-yocto: Cleanup getstatusoutput usageJoshua Watt
2018-08-14kernel-yocto.bbclass: Adds oe-local-files path (devtool) to include directivesJaewon Lee
2018-06-08kernel: specify dependencies for compilation for config tasksBruce Ashfield
2018-03-03kernel-yocto: check git config during checkoutJustin Bronder
2018-01-26kernel-yocto: make SRC_URI defconfig removal more specificBruce Ashfield
2017-12-10kernel-yocto: ensure that only a single defconfig is processedBruce Ashfield
2017-12-10kernel-yocto: Stop the build if defconfig is missingSaul Wold
2017-12-10kernel-yocto: ensure sccs variable is set when using KBUILD_DEFCONFIGSaul Wold
2017-08-24kernel-yocto: relax BSP definition testBruce Ashfield
2017-08-24kernel-yocto: fix typo in error messageLuca Ceresoli
2017-08-23kernel-yocto: ensure that only valid BSPs are builtBruce Ashfield
2017-07-17kernel-yocto: propagate configuration errors to bbclassBruce Ashfield
2017-04-28kernel-yocto/kern-tools: fix do_validate_branches clean stageBruce Ashfield
2017-02-19kernel-yocto: trivial: remove extra } from bsp_definitionBruce Ashfield
2017-02-19kernel-yocto.bbclass: ensure repatching when HEAD is checked outAwais Belal
2017-02-05kernel-yocto: log the BSP definition fileBruce Ashfield
2017-02-05kern-tools: re-enable scc merge commandBruce Ashfield
2017-01-06meta/scripts: Various getVar/getVarFlag expansion parameter fixesRichard Purdie
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-12-13kernel-yocto: explicitly trap subcommand errorsBruce Ashfield
2016-12-07kernel-yocto: exit on non-zero return codeBruce Ashfield
2016-10-07utils.bbclass: add function to check for git config userStephano Cetola