summaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel-yocto.bbclass
AgeCommit message (Expand)Author
2014-12-31kernel-yocto.bbclass: fix shell syntax errorPaul Eggleton
2014-09-30kernel-yocto.bbclass: Fixup shell condition test syntax errorDarren Hart
2014-09-01kernel-yocto: replace --is-ancestor with basic git porcelain commandsBruce Ashfield
2014-09-01kernel-yocto: convert echo statements to bb* equivalentsBruce Ashfield
2014-09-01kernel-yocto: allow custom non-meta, SRCREV format buildsBruce Ashfield
2014-09-01kernel-yocto: clean overly complex branch checkoutBruce Ashfield
2014-09-01kernel-yocto: use show-ref instead of branch -aBruce Ashfield
2014-09-01kernel-yocto: simplify branch SRCREV validationBruce Ashfield
2014-09-01kernel-yocto: remove KBRANCH_DEFAULTBruce Ashfield
2014-09-01kernel-yocto: remove branch existence checking in do_validate_branchesBruce Ashfield
2014-09-01kernel-yocto: remove SRC_URI kbranch validationBruce Ashfield
2014-09-01kernel-yocto: remove containing branch checkBruce Ashfield
2014-09-01kernel-yocto: move SRCREV validation to patching phaseBruce Ashfield
2014-09-01kernel-yocto: use cat-file instead of git-showBruce Ashfield
2014-09-01kernel-yocto: remove redundant SRCREV checkBruce Ashfield
2014-05-06kernel-yocto: quote kconfig mode checkBruce Ashfield
2014-03-11kernel-yocto: replace '=' with '+='Ming Liu
2014-03-07kernel-yocto: fix diffconfig/kernel_configme breakageChristopher Larson
2014-03-07kernel-yocto: Disable ANSI escape codes from git branchMatt Fleming
2014-02-28kernel-yocto: always checkout machine branch when existing validate_branchesBruce Ashfield
2014-02-20kernel-yocto: Add do_diffconfig taskJoão Henrique Ferreira de Freitas
2013-10-14kernel-yocto: Add a missing '['Peter Kjellerstedt
2013-09-06kernel-yocto: improve error checking on non-git reposBruce Ashfield
2013-09-01meta: Don't use deprecated bitbake APIRichard Purdie
2013-08-26kern-tools: usability, bug fixes and no guiltBruce Ashfield
2013-05-09classes/lib: Fix getcmdstatus breakageRichard Purdie
2013-05-09sanity/patch.py: Remove commands module usageRichard Purdie
2013-04-02kernel-yocto: use KBRANCH as default build branchBruce Ashfield
2013-03-01kernel-yocto: allow building from fetcher source dirBruce Ashfield
2013-03-01kernel-yocto: respect SRC_URI modified branch selectionBruce Ashfield
2013-02-04kernel-yocto/linux-yocto-custom: support low bandwidth optionsBruce Ashfield
2013-02-04kernel-yocto: allow multiple / shared kernel feature directoriesBruce Ashfield
2013-02-04kernel-yocto: fix .scc and .cfg matchingBruce Ashfield
2013-02-04kernel-yocto: make configuration audit details debug onlyBruce Ashfield
2013-01-18kernel-yocto: add KBUILD_OUTPUT to OE_TERMINAL_EXPORTSBruce Ashfield
2013-01-18kernel-yocto: remove unnecessary non-bare warningBruce Ashfield
2012-12-03kernel-yocto: checkout known branch before leaving do_validate_branchesBruce Ashfield
2012-11-22kernel-yocto: clarify KMETA branch commentsBruce Ashfield
2012-09-14kernel-yocto: fix kernel configuration audit for custom yocto kernelsBruce Ashfield
2012-09-04linux-yocto: check for bad SRCREV before branch checksBruce Ashfield
2012-09-04linux-yocto: fix unapplied patch error messageBruce Ashfield
2012-08-25kernel-yocto: don't require meta branch for custom reposBruce Ashfield
2012-08-25kernel-yocto: set master branch to a defined SRCREVBruce Ashfield
2012-08-19linux-yocto: explicitly export KMETA to scriptsBruce Ashfield
2012-08-19linux-yocto: make KBRANCH the exception and not the ruleBruce Ashfield
2012-07-22kernel-yocto.bbclass: Delete superfluous creation of ${S}/.git directoryRobert P. J. Day
2012-07-22kernel-yocto.bbclass: Fix some obvious typoes in comments.Robert P. J. Day
2012-07-19Remove a number of unneeded import os/bb callsRichard Purdie
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie
2012-06-28kern-tools: add buildall and robustness fixesBruce Ashfield