| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel-yocto: allow branch auditing to be suspended | Bruce Ashfield | 2016-05-11 | 1 | -9/+14 |
* | kernel-yocto: enforce SRC_URI specified branch | Bruce Ashfield | 2016-04-03 | 1 | -0/+11 |
* | kernel-yocto.bbclass: move do_kernel_link_vmlinux() into kernel.bbclass | Andre McCurdy | 2016-01-18 | 1 | -12/+0 |
* | kernel-yocto.bbclass: remove do_kernel_link_vmlinux from SRCTREECOVEREDTASKS | Andre McCurdy | 2016-01-18 | 1 | -1/+1 |
* | kernel-yocto: fix checkout bare-cloned kernel repositories | Jianxun Zhang | 2015-12-28 | 1 | -3/+10 |
* | linux-yocto: skip kernel meta data branches when finding machine branch | Bruce Ashfield | 2015-10-27 | 1 | -1/+3 |
* | kernel-yocto.bbclass: do_kernel_metadata depends on do_unpack | Markus Lehtonen | 2015-09-09 | 1 | -1/+1 |
* | linux-yocto: split meta data from kernel repository | Bruce Ashfield | 2015-07-25 | 1 | -71/+5 |
* | Use die() or bbfatal_log() where the log should definitely be printed | Paul Eggleton | 2015-07-16 | 1 | -8/+8 |
* | kernel-yocto: fix machine_srcrev check in do_patch | Petter Mabäcker | 2015-07-16 | 1 | -0/+10 |
* | linux-yocto: drop suggestion of devshell for patch failures | Bruce Ashfield | 2015-05-24 | 1 | -1/+1 |
* | kernel-yocto: propagate in tree defconfigs to WORKDIR | Bruce Ashfield | 2015-05-09 | 1 | -5/+6 |
* | linux-yocto: fix race between checkout and meta data generation | Bruce Ashfield | 2015-05-09 | 1 | -1/+1 |
* | kernel-yocto: merge duplicate kernel_configme task definitions | Ross Burton | 2015-03-31 | 1 | -1/+1 |
* | linux-yocto: add kern-tools-native to kernel_metadata depends | Ross Burton | 2015-03-31 | 1 | -0/+1 |
* | kernel-yocto: allow in-tree defconfigs | Bruce Ashfield | 2015-03-25 | 1 | -2/+37 |
* | kernel-yocto: split meta data generation from patching phase | Bruce Ashfield | 2015-03-20 | 1 | -2/+7 |
* | kernel-yocto: inhibit BSP description warnings for custom linux-yocto kernels | Bruce Ashfield | 2015-03-02 | 1 | -6/+7 |
* | classes/kernel-yocto: extend SRCTREECOVEREDTASKS | Paul Eggleton | 2015-02-23 | 1 | -1/+1 |
* | linux-yocto: warn when a generated BSP description is used | Bruce Ashfield | 2015-02-21 | 1 | -0/+9 |
* | linux-yocto: make kernel configuration audit user visible | Bruce Ashfield | 2015-02-21 | 1 | -7/+17 |
* | kernel-yocto.bbclass: Bug Fix inside do_kernel_checkout() | Theodor Gherzan | 2015-01-29 | 1 | -1/+1 |
* | kernel-yocto: remove GUILT_BASE from terminal exports | Bruce Ashfield | 2015-01-16 | 1 | -2/+1 |
* | kernel-yocto: make sure git tags get dereferenced properly in do_patch() | Jeff Wang | 2014-12-21 | 1 | -1/+1 |
* | kernel-yocto: fix non-git builds | Bruce Ashfield | 2014-12-21 | 1 | -1/+3 |
* | kernel: Rearrange for 1.8 | Richard Purdie | 2014-12-21 | 1 | -2/+0 |
* | kernel-yocto.bbclass: fix shell syntax error | Paul Eggleton | 2014-12-05 | 1 | -1/+1 |
* | kernel-yocto: fix branch validation for AUTOREV, non machine_meta kernels | Bruce Ashfield | 2014-10-24 | 1 | -6/+8 |
* | kernel-yocto.bbclass: Fixup shell condition test syntax error | Darren Hart | 2014-09-30 | 1 | -1/+1 |
* | kernel-yocto: replace --is-ancestor with basic git porcelain commands | Bruce Ashfield | 2014-09-01 | 1 | -2/+1 |
* | kernel-yocto: convert echo statements to bb* equivalents | Bruce Ashfield | 2014-09-01 | 1 | -32/+22 |
* | kernel-yocto: allow custom non-meta, SRCREV format builds | Bruce Ashfield | 2014-09-01 | 1 | -20/+22 |
* | kernel-yocto: clean overly complex branch checkout | Bruce Ashfield | 2014-09-01 | 1 | -6/+5 |
* | kernel-yocto: use show-ref instead of branch -a | Bruce Ashfield | 2014-09-01 | 1 | -11/+11 |
* | kernel-yocto: simplify branch SRCREV validation | Bruce Ashfield | 2014-09-01 | 1 | -25/+24 |
* | kernel-yocto: remove KBRANCH_DEFAULT | Bruce Ashfield | 2014-09-01 | 1 | -16/+0 |
* | kernel-yocto: remove branch existence checking in do_validate_branches | Bruce Ashfield | 2014-09-01 | 1 | -21/+8 |
* | kernel-yocto: remove SRC_URI kbranch validation | Bruce Ashfield | 2014-09-01 | 1 | -6/+0 |
* | kernel-yocto: remove containing branch check | Bruce Ashfield | 2014-09-01 | 1 | -7/+0 |
* | kernel-yocto: move SRCREV validation to patching phase | Bruce Ashfield | 2014-09-01 | 1 | -16/+23 |
* | kernel-yocto: use cat-file instead of git-show | Bruce Ashfield | 2014-09-01 | 1 | -4/+4 |
* | kernel-yocto: remove redundant SRCREV check | Bruce Ashfield | 2014-09-01 | 1 | -21/+12 |
* | kernel-yocto: quote kconfig mode check | Bruce Ashfield | 2014-05-06 | 1 | -1/+1 |
* | kernel-yocto: replace '=' with '+=' | Ming Liu | 2014-03-11 | 1 | -1/+1 |
* | kernel-yocto: fix diffconfig/kernel_configme breakage | Christopher Larson | 2014-03-07 | 1 | -1/+7 |
* | kernel-yocto: Disable ANSI escape codes from git branch | Matt Fleming | 2014-03-07 | 1 | -2/+2 |
* | kernel-yocto: always checkout machine branch when existing validate_branches | Bruce Ashfield | 2014-02-28 | 1 | -21/+16 |
* | kernel-yocto: Add do_diffconfig task | João Henrique Ferreira de Freitas | 2014-02-20 | 1 | -0/+2 |
* | kernel-yocto: Add a missing '[' | Peter Kjellerstedt | 2013-10-14 | 1 | -1/+1 |
* | kernel-yocto: improve error checking on non-git repos | Bruce Ashfield | 2013-09-06 | 1 | -1/+12 |