summaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel-yocto.bbclass
Commit message (Expand)AuthorAgeFilesLines
* kernel-yocto: checkout known branch before leaving do_validate_branchesBruce Ashfield2012-12-131-0/+2
* kernel-yocto: fix kernel configuration audit for custom yocto kernelsBruce Ashfield2012-09-141-1/+6
* linux-yocto: check for bad SRCREV before branch checksBruce Ashfield2012-09-041-7/+8
* linux-yocto: fix unapplied patch error messageBruce Ashfield2012-09-041-1/+2
* kernel-yocto: don't require meta branch for custom reposBruce Ashfield2012-08-251-2/+3
* kernel-yocto: set master branch to a defined SRCREVBruce Ashfield2012-08-251-4/+8
* linux-yocto: explicitly export KMETA to scriptsBruce Ashfield2012-08-191-1/+4
* linux-yocto: make KBRANCH the exception and not the ruleBruce Ashfield2012-08-191-26/+62
* kernel-yocto.bbclass: Delete superfluous creation of ${S}/.git directoryRobert P. J. Day2012-07-221-1/+1
* kernel-yocto.bbclass: Fix some obvious typoes in comments.Robert P. J. Day2012-07-221-3/+3
* Remove a number of unneeded import os/bb callsRichard Purdie2012-07-191-1/+1
* Convert tab indentation in python functions into four-spaceRichard Purdie2012-07-191-26/+26
* kern-tools: add buildall and robustness fixesBruce Ashfield2012-06-281-1/+1
* ccache: Separate out into its own classRichard Purdie2012-05-301-1/+1
* kernel-yocto: export GUILT_BASE to devshellBruce Ashfield2012-05-111-1/+2
* linux-yocto: streamline support for multiple upstream repo typesBruce Ashfield2012-05-081-55/+60
* linux-yocto: .diff is a valid patch extensionBruce Ashfield2012-04-171-1/+1
* linux-yocto: allow .cfg, .scc, .patch and defconfigs to be processed in orderBruce Ashfield2012-04-131-67/+7
* linux-yocto: support externalsrc buildsBruce Ashfield2012-03-281-0/+2
* linux-yocto: respect FILESPATH directoriesBruce Ashfield2012-03-131-4/+26
* meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie2012-03-051-1/+1
* linux-yocto: make kernel_checkout reentrantBruce Ashfield2012-03-021-13/+20
* linux-yocto: allow non-branched repositories to check outBruce Ashfield2012-02-281-1/+1
* linux-yocto: improve checkout error handling and reportingBruce Ashfield2012-02-241-23/+49
* linux-yocto: locate and use out of tree features specified on the SRC_URIBruce Ashfield2012-02-081-0/+21
* linux-yocto: restore WORKDIR as a patch source directoryBruce Ashfield2012-01-191-0/+2
* linux-yocto: use src_patches for out of tree kernel feature supportBruce Ashfield2012-01-061-2/+65
* linux-yocto: use PATH to locate kconf_checkBruce Ashfield2012-01-031-2/+2
* kernel-yocto: fix extra CR in do_kernel_checkoutSaul Wold2011-12-021-2/+1
* linux-yocto: prefer in-tree tools to external onesBruce Ashfield2011-12-021-1/+11
* kernel-yocto: support allnoconfig base configurationBruce Ashfield2011-12-021-2/+13
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-1/+1
* linux-yocto: simplify kernel configuration check expressionBruce Ashfield2011-09-221-1/+1
* linux-yocto: generalize kernel config search patternBruce Ashfield2011-09-051-1/+1
* kernel-yocto: add CCACHE_DIR dependency to do_kernel_configmeSaul Wold2011-08-081-0/+1
* linux-yocto: allow configuration of arbitrary branchesBruce Ashfield2011-08-081-12/+4
* linux-yocto: pass KMACHINE to updateme, not MACHINEBruce Ashfield2011-08-081-1/+1
* kernel: copy defconfig to {B} vs {S}Bruce Ashfield2011-07-221-6/+0
* kernel-yocto: Fix case where recipe is always reparsedRichard Purdie2011-07-071-1/+1
* linux-yocto: detect and avoid branch revision checking for AUTOREVBruce Ashfield2011-05-171-0/+7
* linux-yocto: error if meta data not presentBruce Ashfield2011-05-101-1/+4
* linux-yocto: safely process unbranched repositoriesBruce Ashfield2011-05-051-2/+5
* linux-yocto: apply meta data to external reposBruce Ashfield2011-05-051-6/+21
* linux-yocto: enable audio for selected qemu targetsBruce Ashfield2011-02-231-1/+3
* linux-yocto: streamline BSP bootstrappingBruce Ashfield2011-02-091-61/+10
* kernel-yocto: Ensure python code has awlays run before SRCPV is expandedRichard Purdie2011-02-081-2/+9
* kernel-yocto/poky-default-revisions: Ensure SRCREV_machine is set for the ker...Richard Purdie2011-02-081-1/+0
* kernel-yocto: 'standard' isn't a valid git branch name for a SRCREV, fixRichard Purdie2011-02-071-1/+1
* linux-yocto/linux-libc-headers-yocto: Adjust to git fetcher improvementsRichard Purdie2011-02-021-2/+2
* linux-yocto: export kernel configuration audit to the consoleBruce Ashfield2011-02-011-6/+11