summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: fetch2/npm.py: Fix inverted condition to prevent infinite loopBöszörményi Zoltán2018-02-141-3/+5
* bitbake: contrib/dump_cache.py: make it can dump everythingRobert Yang2018-02-141-34/+51
* bitbake: bitbake: parse: fixes for resolve_file()Robert Yang2018-02-143-7/+2
* bitbake: bitbake: cache: improve debug messageRobert Yang2018-02-141-1/+4
* bitbake: bitbake: cooker: don't stop file notifier when cooker is shutdownRobert Yang2018-02-142-2/+2
* bitbake: bitbake: cooker: fix for BBFILE_PATTERN matches bbappendRobert Yang2018-02-141-3/+7
* bitbake: bitbake: cooker: skip when BBFILE_PATTERN is emptyRobert Yang2018-02-141-0/+1
* bitbake: fetch/git: Use 'git-make-shallow' from bin directoryNathan Rossi2018-02-142-5/+5
* bitbake: main/runqueue: Rework runall task and add runonly optionRichard Purdie2018-02-143-14/+46
* bitbake: bitbake-user-manual: Commented out Placeholder ParagraphKristi Rifenbark2018-02-061-2/+7
* bitbake: runqueue: Rewrite and optimize recrdepends handlingRichard Purdie2018-02-061-51/+83
* bitbake: runqueue: Optimize recrdepends handlingRichard Purdie2018-02-061-10/+13
* bitbake: runqueue: Remove unused variablesRichard Purdie2018-02-061-2/+0
* bitbake: runqueue: Fix recidepends handlingRichard Purdie2018-02-061-41/+51
* bitbake: fetch/git: Add pack-refs command to mirror handling codeRichard Purdie2018-01-291-0/+1
* bitbake: cooker: Sort task graph (dot) file outputRichard Purdie2018-01-291-6/+6
* bitbake: bitbake-user-manual: Removed stray parenthesisKristi Rifenbark2018-01-161-1/+1
* bitbake: bitbake-user-manual: Updated Hello World tutorialKristi Rifenbark2018-01-161-3/+21
* bitbake: bitbake-user-manual: Replaced bad linkKristi Rifenbark2018-01-161-13/+13
* bitbake: bitbake-user-manual: Updated copyright year.Scott Rifenbark2018-01-161-1/+1
* bitbake: bitbake-user-manual: Updated 'bitbake -h' output example.Scott Rifenbark2018-01-161-22/+25
* bitbake: bitbake-user-manual: Updated "Events" for BuildStarted eventScott Rifenbark2018-01-161-0/+2
* bitbake: fetch2/__init__: Disable pseudo in runfetchcmd()Peter Kjellerstedt2018-01-081-0/+3
* bitbake: events: Drop unused cfg propertyRichard Purdie2018-01-081-9/+0
* bitbake: tests/fetch: Allow bit/bitbake-selftest to function correctlyRichard Purdie2018-01-071-1/+1
* bitbake: tests/event: tests: Add event classes test classJair Gonzalez2018-01-071-0/+499
* bitbake: tests/event: Remove empty assignments from event testsJair Gonzalez2018-01-071-4/+4
* bitbake: tests/event: Add test for bb.event.worker_fireJair Gonzalez2018-01-071-0/+8
* bitbake: tests/event: Include tests for event filtering featuresJair Gonzalez2018-01-071-9/+111
* bitbake: toaster: corrupted patch for bldcollector URL fileDavid Reyna2018-01-021-1/+1
* bitbake: build.py: Don't return dependencies for tasks which don't existRichard Purdie2017-12-281-0/+6
* bitbake: toaster: add 'nobuild' option to ToasterDavid Reyna2017-12-185-28/+58
* bitbake: toaster: landing page show cmdline captureDavid Reyna2017-12-181-1/+7
* bitbake: toaster: enable custom env support for shell callsDavid Reyna2017-12-181-11/+15
* bitbake: toaster: some recipe events do not include packagesDavid Reyna2017-12-181-1/+5
* bitbake: toaster: update Toaster for Django 1.11David Reyna2017-12-186-6/+6
* bitbake: toaster: unset BBPATH before starting bbserver for backwards compati...David Reyna2017-12-181-6/+12
* bitbake: providers: Fix determinism issueRichard Purdie2017-12-101-3/+3
* bitbake: fetch2: fix unpack of .txz filesAndré Draszik2017-11-291-1/+1
* bitbake: fetch/wget: use with to ensure the response is closedRoss Burton2017-11-211-1/+2
* bitbake: fetch/wget: improve proxy objectRoss Burton2017-11-211-0/+1