summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2018-08-15bitbake: runqueue: Move decision if a task can be started to one common placeAndreas Müller
2018-08-15bitbake: utils/md5_file: don't iterate line-by-lineRoss Burton
2018-08-14bitbake: checksum: sanity check path when recursively checksummingRoss Burton
2018-08-14bitbake: event.py: fix typoKai Kang
2018-08-08bitbake: runqueue: Allow the hash validate function to have an idea of build ...Richard Purdie
2018-08-02bitbake: toaster/orm/management/commands/lsupdates.py: Use new layerindexlib ...Mark Hatle
2018-08-02bitbake: bitbake-layers: disable parsing for layerindex commandsMark Hatle
2018-08-02bitbake: bblayers/layerindex.py: Switch to use the new layerindexlib classMark Hatle
2018-08-02bitbake: layerindexlib: Initial layer index processing module implementationMark Hatle
2018-08-02bitbake: bblayers/layerindex.py: Fix addition of layersMark Hatle
2018-08-01bitbake: bblayers: Don't parse all recipes when calling add-layerRichard Purdie
2018-08-01bitbake: bitbake: Add support for multiconfig dependenciesAlejandro Enedino Hernandez Samaniego
2018-07-30bitbake: codeparser: Track oe.utils.conditional usageMartin Jansa
2018-07-30bitbake: utils: add optional callback to edit_bblayers_conf()Paul Eggleton
2018-07-25bitbake: server/process: Always place the server logfile in the build directoryuninative-2.2Richard Purdie
2018-07-09bitbake: runqueue: Stop on first unsatisfied dependencyJoshua Watt
2018-07-09bitbake: runqueue: Remove unused variableJoshua Watt
2018-07-09bitbake: siggen: Delete trailing whitespaceJoshua Watt
2018-07-09bitbake: runqueue: Remove trailing whitespaceJoshua Watt
2018-07-02bitbake: runqueue.py: Fix a virtual class extension stamps issueMing Liu
2018-06-21bitbake: fetch2: Use correct check in parameter handling in uri_replace()Nikolai Merinov
2018-06-19bitbake: bitbake-user-manual: Added "number_threads" varflagScott Rifenbark
2018-06-15bitbake: runqueue.py: Initial implementation of per task process limitsMark Hatle
2018-06-15bitbake: runqueue.py: Minor cleanup for RunQueueStats and usersMark Hatle
2018-06-15bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMDAndre McCurdy
2018-06-07bitbake: fetch/gitsm: avoid live submodule fetching during unpack()Matt Hoosier
2018-06-06bitbake: bitbake: Update version to post release 1.39Richard Purdie
2018-05-29bitbake: fetch2: fix import error for Python 3.6.5Tzu Hsiang Lin
2018-05-24bitbake: bitbake-user-manual: Updated copyright year on title page to 2018Scott Rifenbark
2018-05-22bitbake: fetch2/__init__.py: Fixed handling of uris with empty pathJakub Dębski
2018-05-22bitbake: fetch/git: make fewer calls to _contains_ref() from download()Andre McCurdy
2018-04-26bitbake: toaster: add 'Sumo' to release selectionDavid Reyna
2018-04-23bitbake: lib/bb/utils: prevent movefile from changing dest dir permissionsMattias Hansson
2018-04-12bitbake: bitbake-user-manual: Updated "Task Checksums and Setscene" sectionuninative-1.9Scott Rifenbark
2018-04-12bitbake: bitbake-user-manual: Updated "OpenEmbedded-Core" term.Scott Rifenbark
2018-04-06bitbake: cookerdata: Issue warning if layer doesn't set LAYERSERIES_COMPAT_xRichard Purdie
2018-03-28lib/bb/shell.py: dropPaul Eggleton
2018-03-28bitbake: Toaster: fix shutdown and extra threadsDavid Reyna
2018-03-28bitbake: toaster: do not fail on optional 'custom.xml' fileDavid Reyna
2018-03-28bitbake: fetch2/git: log exception if ls-remote failsRoss Burton
2018-03-28bitbake: tests/fetch: state which upstream failedRoss Burton
2018-03-15bitbake: utils.py: Add option for explode_dep_versions2 to return unsortedAmanda Brindle
2018-03-04bitbake: cooker: Fix environment double key expansion issueRichard Purdie
2018-03-04bitbake: cooker: Run registered anonymous python before displaying environmentRichard Purdie
2018-03-04bitbake: parse/ast: Abstract anonymous function execution into a functionRichard Purdie
2018-03-01bitbake: runqueue: Ensure only recursive task dependencies are prunedRichard Purdie
2018-02-20bitbake: bitbake-user-manual: Added cross reference to "Layers" section.Scott Rifenbark
2018-02-20bitbake: bitbake-user-manual: Updated BitBake help output due to runall comma...Kristi Rifenbark
2018-02-14bitbake: bitbake-user-manual: Added google-repo fetcher and REPODIR var.Nicolas Cornu
2018-02-14bitbake: bitbake: toaster: don't use git fetch --allRobert Yang