summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: utils/md5_file: don't iterate line-by-lineRoss Burton2018-08-151-4/+9
* bitbake: checksum: sanity check path when recursively checksummingRoss Burton2018-08-141-0/+2
* bitbake: event.py: fix typoKai Kang2018-08-141-1/+1
* bitbake: runqueue: Allow the hash validate function to have an idea of build ...Richard Purdie2018-08-081-0/+5
* bitbake: toaster/orm/management/commands/lsupdates.py: Use new layerindexlib ...Mark Hatle2018-08-021-131/+97
* bitbake: bitbake-layers: disable parsing for layerindex commandsMark Hatle2018-08-021-2/+2
* bitbake: bblayers/layerindex.py: Switch to use the new layerindexlib classMark Hatle2018-08-021-185/+119
* bitbake: layerindexlib: Initial layer index processing module implementationMark Hatle2018-08-0217-1/+2866
* bitbake: bblayers/layerindex.py: Fix addition of layersMark Hatle2018-08-021-6/+9
* bitbake: bblayers: Don't parse all recipes when calling add-layerRichard Purdie2018-08-011-1/+1
* bitbake: bitbake: Add support for multiconfig dependenciesAlejandro Enedino Hernandez Samaniego2018-08-015-8/+79
* bitbake: codeparser: Track oe.utils.conditional usageMartin Jansa2018-07-302-3/+3
* bitbake: utils: add optional callback to edit_bblayers_conf()Paul Eggleton2018-07-301-1/+14
* bitbake: server/process: Always place the server logfile in the build directoryuninative-2.2Richard Purdie2018-07-251-2/+3
* bitbake: runqueue: Stop on first unsatisfied dependencyJoshua Watt2018-07-091-3/+4
* bitbake: runqueue: Remove unused variableJoshua Watt2018-07-091-2/+0
* bitbake: siggen: Delete trailing whitespaceJoshua Watt2018-07-091-2/+2
* bitbake: runqueue: Remove trailing whitespaceJoshua Watt2018-07-091-1/+1
* bitbake: runqueue.py: Fix a virtual class extension stamps issueMing Liu2018-07-021-1/+1
* bitbake: fetch2: Use correct check in parameter handling in uri_replace()Nikolai Merinov2018-06-212-2/+4
* bitbake: bitbake-user-manual: Added "number_threads" varflagScott Rifenbark2018-06-191-0/+32
* bitbake: runqueue.py: Initial implementation of per task process limitsMark Hatle2018-06-151-0/+21
* bitbake: runqueue.py: Minor cleanup for RunQueueStats and usersMark Hatle2018-06-151-9/+9
* bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMDAndre McCurdy2018-06-158-21/+23
* bitbake: fetch/gitsm: avoid live submodule fetching during unpack()Matt Hoosier2018-06-071-8/+75
* bitbake: bitbake: Update version to post release 1.39Richard Purdie2018-06-062-2/+2
* bitbake: fetch2: fix import error for Python 3.6.5Tzu Hsiang Lin2018-05-292-3/+1
* bitbake: bitbake-user-manual: Updated copyright year on title page to 2018Scott Rifenbark2018-05-241-1/+1
* bitbake: fetch2/__init__.py: Fixed handling of uris with empty pathJakub Dębski2018-05-222-2/+6
* bitbake: fetch/git: make fewer calls to _contains_ref() from download()Andre McCurdy2018-05-221-6/+6
* bitbake: toaster: add 'Sumo' to release selectionDavid Reyna2018-04-262-20/+82
* bitbake: lib/bb/utils: prevent movefile from changing dest dir permissionsMattias Hansson2018-04-231-2/+2
* bitbake: bitbake-user-manual: Updated "Task Checksums and Setscene" sectionuninative-1.9Scott Rifenbark2018-04-121-28/+46
* bitbake: bitbake-user-manual: Updated "OpenEmbedded-Core" term.Scott Rifenbark2018-04-122-4/+4
* bitbake: cookerdata: Issue warning if layer doesn't set LAYERSERIES_COMPAT_xRichard Purdie2018-04-061-0/+2
* lib/bb/shell.py: dropPaul Eggleton2018-03-281-820/+0
* bitbake: Toaster: fix shutdown and extra threadsDavid Reyna2018-03-281-2/+2
* bitbake: toaster: do not fail on optional 'custom.xml' fileDavid Reyna2018-03-281-1/+4
* bitbake: fetch2/git: log exception if ls-remote failsRoss Burton2018-03-281-1/+2
* bitbake: tests/fetch: state which upstream failedRoss Burton2018-03-281-2/+2
* bitbake: utils.py: Add option for explode_dep_versions2 to return unsortedAmanda Brindle2018-03-151-2/+3
* bitbake: cooker: Fix environment double key expansion issueRichard Purdie2018-03-041-3/+2
* bitbake: cooker: Run registered anonymous python before displaying environmentRichard Purdie2018-03-041-1/+3
* bitbake: parse/ast: Abstract anonymous function execution into a functionRichard Purdie2018-03-041-4/+7
* bitbake: runqueue: Ensure only recursive task dependencies are prunedRichard Purdie2018-03-011-1/+1
* bitbake: bitbake-user-manual: Added cross reference to "Layers" section.Scott Rifenbark2018-02-201-4/+4
* bitbake: bitbake-user-manual: Updated BitBake help output due to runall comma...Kristi Rifenbark2018-02-201-2/+6
* bitbake: bitbake-user-manual: Added google-repo fetcher and REPODIR var.Nicolas Cornu2018-02-142-3/+47
* bitbake: bitbake: toaster: don't use git fetch --allRobert Yang2018-02-141-1/+1
* bitbake: fetch2: Handle missing donestamp file when content is validNathan Rossi2018-02-142-11/+114