summaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel-yocto.bbclass
Commit message (Expand)AuthorAgeFilesLines
* kernel-yocto: allow branch auditing to be suspendedBruce Ashfield2016-05-111-9/+14
* kernel-yocto: enforce SRC_URI specified branchBruce Ashfield2016-04-031-0/+11
* kernel-yocto.bbclass: move do_kernel_link_vmlinux() into kernel.bbclassAndre McCurdy2016-01-181-12/+0
* kernel-yocto.bbclass: remove do_kernel_link_vmlinux from SRCTREECOVEREDTASKSAndre McCurdy2016-01-181-1/+1
* kernel-yocto: fix checkout bare-cloned kernel repositoriesJianxun Zhang2015-12-281-3/+10
* linux-yocto: skip kernel meta data branches when finding machine branchBruce Ashfield2015-10-271-1/+3
* kernel-yocto.bbclass: do_kernel_metadata depends on do_unpackMarkus Lehtonen2015-09-091-1/+1
* linux-yocto: split meta data from kernel repositoryBruce Ashfield2015-07-251-71/+5
* Use die() or bbfatal_log() where the log should definitely be printedPaul Eggleton2015-07-161-8/+8
* kernel-yocto: fix machine_srcrev check in do_patchPetter Mabäcker2015-07-161-0/+10
* linux-yocto: drop suggestion of devshell for patch failuresBruce Ashfield2015-05-241-1/+1
* kernel-yocto: propagate in tree defconfigs to WORKDIRBruce Ashfield2015-05-091-5/+6
* linux-yocto: fix race between checkout and meta data generationBruce Ashfield2015-05-091-1/+1
* kernel-yocto: merge duplicate kernel_configme task definitionsRoss Burton2015-03-311-1/+1
* linux-yocto: add kern-tools-native to kernel_metadata dependsRoss Burton2015-03-311-0/+1
* kernel-yocto: allow in-tree defconfigsBruce Ashfield2015-03-251-2/+37
* kernel-yocto: split meta data generation from patching phaseBruce Ashfield2015-03-201-2/+7
* kernel-yocto: inhibit BSP description warnings for custom linux-yocto kernelsBruce Ashfield2015-03-021-6/+7
* classes/kernel-yocto: extend SRCTREECOVEREDTASKSPaul Eggleton2015-02-231-1/+1
* linux-yocto: warn when a generated BSP description is usedBruce Ashfield2015-02-211-0/+9
* linux-yocto: make kernel configuration audit user visibleBruce Ashfield2015-02-211-7/+17
* kernel-yocto.bbclass: Bug Fix inside do_kernel_checkout()Theodor Gherzan2015-01-291-1/+1
* kernel-yocto: remove GUILT_BASE from terminal exportsBruce Ashfield2015-01-161-2/+1
* kernel-yocto: make sure git tags get dereferenced properly in do_patch()Jeff Wang2014-12-211-1/+1
* kernel-yocto: fix non-git buildsBruce Ashfield2014-12-211-1/+3
* kernel: Rearrange for 1.8Richard Purdie2014-12-211-2/+0
* kernel-yocto.bbclass: fix shell syntax errorPaul Eggleton2014-12-051-1/+1
* kernel-yocto: fix branch validation for AUTOREV, non machine_meta kernelsBruce Ashfield2014-10-241-6/+8
* kernel-yocto.bbclass: Fixup shell condition test syntax errorDarren Hart2014-09-301-1/+1
* kernel-yocto: replace --is-ancestor with basic git porcelain commandsBruce Ashfield2014-09-011-2/+1
* kernel-yocto: convert echo statements to bb* equivalentsBruce Ashfield2014-09-011-32/+22
* kernel-yocto: allow custom non-meta, SRCREV format buildsBruce Ashfield2014-09-011-20/+22
* kernel-yocto: clean overly complex branch checkoutBruce Ashfield2014-09-011-6/+5
* kernel-yocto: use show-ref instead of branch -aBruce Ashfield2014-09-011-11/+11
* kernel-yocto: simplify branch SRCREV validationBruce Ashfield2014-09-011-25/+24
* kernel-yocto: remove KBRANCH_DEFAULTBruce Ashfield2014-09-011-16/+0
* kernel-yocto: remove branch existence checking in do_validate_branchesBruce Ashfield2014-09-011-21/+8
* kernel-yocto: remove SRC_URI kbranch validationBruce Ashfield2014-09-011-6/+0
* kernel-yocto: remove containing branch checkBruce Ashfield2014-09-011-7/+0
* kernel-yocto: move SRCREV validation to patching phaseBruce Ashfield2014-09-011-16/+23
* kernel-yocto: use cat-file instead of git-showBruce Ashfield2014-09-011-4/+4
* kernel-yocto: remove redundant SRCREV checkBruce Ashfield2014-09-011-21/+12
* kernel-yocto: quote kconfig mode checkBruce Ashfield2014-05-061-1/+1
* kernel-yocto: replace '=' with '+='Ming Liu2014-03-111-1/+1
* kernel-yocto: fix diffconfig/kernel_configme breakageChristopher Larson2014-03-071-1/+7
* kernel-yocto: Disable ANSI escape codes from git branchMatt Fleming2014-03-071-2/+2
* kernel-yocto: always checkout machine branch when existing validate_branchesBruce Ashfield2014-02-281-21/+16
* kernel-yocto: Add do_diffconfig taskJoão Henrique Ferreira de Freitas2014-02-201-0/+2
* kernel-yocto: Add a missing '['Peter Kjellerstedt2013-10-141-1/+1
* kernel-yocto: improve error checking on non-git reposBruce Ashfield2013-09-061-1/+12