summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake-user-manual: Removed and replaced broken linkKristi Rifenbark2017-07-041-2/+2
* bitbake: bitbake-user-manual: Replaced bad linkKristi Rifenbark2017-07-041-1/+1
* bitbake: npm fetcher: fix unknown variable name.Ismo Puustinen2017-06-291-1/+1
* bitbake: cache: don't insert PN into PACKAGESRoss Burton2017-06-281-2/+2
* bitbake: toaster: test 'commit' first in get_vcs_referenceDavid Reyna2017-06-281-2/+2
* bitbake: toaster: large package set breaks sqlite queryDavid Reyna2017-06-281-4/+9
* bitbake: toaster: Add distro selection supportDavid Reyna2017-06-2812-3/+325
* bitbake: toaster: git clone progress barDavid Reyna2017-06-286-1/+98
* bitbake: toaster: address Django-1.10 API deprecationsDavid Reyna2017-06-2810-82/+105
* bitbake: bitbake-selftest: add bb.tests.event to bitbake-selftestJair Gonzalez2017-06-231-0/+1
* bitbake: tests: create unit tests for event moduleJair Gonzalez2017-06-231-0/+377
* bitbake: event: remove mapping for deleted event handlersJair Gonzalez2017-06-231-1/+5
* bitbake: fetch: fix handling of files with incorrect checksums from a premirrorJoshua Lock2017-06-221-0/+9
* bitbake: event: drop some unused eventsPaul Eggleton2017-06-221-21/+0
* bitbake: toaster: noweb should init databaseDavid Reyna2017-06-221-15/+35
* bitbake: toaster: get_last_build_id not called correctlyDavid Reyna2017-06-221-6/+6
* bitbake: toaster: add getMessage to MockEventDavid Reyna2017-06-221-0/+6
* bitbake: toaster: fail on layers with sub-layerDavid Reyna2017-06-221-3/+8
* bitbake: toaster: add ID's to build menu linksDavid Reyna2017-06-221-10/+10
* bitbake: toaster: add ID's to navigation linksDavid Reyna2017-06-221-3/+5
* bitbake: bitbake-user-manual: Updated BBLAYERS_FETCH_DIR variable descriptionScott Rifenbark2017-06-151-2/+0
* bitbake: cooker: ensure graceful exit after exception during BuildCompleted h...2.4_M1Paul Eggleton2017-06-141-2/+4
* bitbake: cooker: fix always loading cache on every UI start with memresPaul Eggleton2017-06-141-5/+12
* bitbake: bitbake: runqueue: multiconfig fixJuro Bystricky2017-06-141-1/+1
* bitbake: bitbake:process: flush stderr/stdout to logJuro Bystricky2017-06-141-36/+43
* bitbake: ConfHandler.py: allow require or include with multiple parametersPatrick Ohly2017-06-131-8/+12
* bitbake: ConfHandler.py: allow require or include without parameterPatrick Ohly2017-06-131-0/+4
* bitbake: cookerdata: Implement LAYERSERIES_COMPAT and LAYERSERIES_CORENAMESRichard Purdie2017-06-121-0/+7
* bitbake: bitbake-user-manual-metadata.xml: fix a typoMing Liu2017-06-121-1/+1
* bitbake: knotty: prevent extra logger from being enabled for tinfoilPaul Eggleton2017-06-122-2/+10
* bitbake: tinfoil: fix duplication of log messagesPaul Eggleton2017-06-122-3/+4
* bitbake: command / cooker: drop Hob support commands and functionsPaul Eggleton2017-06-122-253/+0
* bitbake: cooker: add BB_CMDLINE to enable access to UI command line with memresPaul Eggleton2017-06-123-3/+9
* bitbake: cooker: set config valid flags in initConfigurationData()Paul Eggleton2017-06-121-6/+2
* bitbake: cooker: fix file changes not triggering task re-execution with memresPaul Eggleton2017-06-121-1/+13
* bitbake: cookerdata: fix variable history not showing in bitbake -e with memresPaul Eggleton2017-06-121-1/+1
* bitbake: cookerdata: Add support for BBFILES_DYNAMICPatrick Ohly2017-06-091-0/+14
* bitbake: bitbake-layers: check layer dependencies before addingChang Rebecca Swee Fun2017-06-062-4/+23
* bitbake: tinfoil: allow extra features to be passed to prepareAndy Voltz2017-06-051-1/+4
* bitbake: cooker: fix undefined dep in generatePkgDepTreeDataAndy Voltz2017-06-051-2/+2
* bitbake: bitbake: Fix return value checks from subprocess.call()'sMikko Rapeli2017-06-052-2/+2
* bitbake: ConfHandler: Require whitespace between export and variable nameOla x Nilsson2017-06-052-2/+23
* bitbake: siggen: Make calc_taskhash match get_taskhash for file checksumsRichard Purdie2017-06-051-1/+2
* bitbake: fetch/git: add support for removing arbitrary revs for shallowChristopher Larson2017-06-022-2/+82
* bitbake: fetch/gitannex: add support for shallow mirror tarballsChristopher Larson2017-06-022-3/+37
* bitbake: fetch/gitsm: add support for shallow mirror tarballsChristopher Larson2017-06-022-10/+38
* bitbake: fetch/git: add support for keeping extra refs for shallowChristopher Larson2017-06-022-1/+63
* bitbake: fetch/git: support per-branch/per-url depths for shallowChristopher Larson2017-06-022-23/+73
* bitbake: fetch/git: add support for shallow mirror tarballsChristopher Larson2017-06-022-15/+417
* bitbake: git-make-shallow: add script to make a git repo shallowChristopher Larson2017-06-022-0/+292