summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: gitsm: Allow relative URIs when fetchingMark Hatle2018-10-041-0/+5
* bitbake: fetch2/gitsm: checkout submodules recursivelyLaurent Bonnans2018-10-041-30/+38
* bitbake: fetch2/gitsm: handle submodules nested inside subdirsLaurent Bonnans2018-10-041-6/+9
* bitbake: toaster: custom image enable layer add, protect pre-cloned layersDavid Reyna2018-10-045-5/+23
* bitbake: toaster: disable git remote check to allow for firewallsDavid Reyna2018-10-041-2/+5
* bitbake: toaster: add 'thud' release to ToasterDavid Reyna2018-10-042-11/+11
* bitbake: toaster: error logs missing for cli buildsDavid Reyna2018-10-041-4/+5
* bitbake: fetch2/gitsm: fix a typoLaurent Bonnans2018-10-041-1/+1
* bitbake: fetch2/git: use correct check to decide if the shallow tarball shoul...Urs Fässler2018-10-041-1/+1
* bitbake: fetch2/git: prevent access to non-existing fullshallow tarballUrs Fässler2018-10-042-1/+15
* bitbake: fetch2/git: improve readability of method need_updateUrs Fässler2018-10-041-4/+9
* bitbake: bitbake-user-manual: Added section on multicong dependenciesScott Rifenbark2018-10-041-0/+76
* bitbake: bitbake-user-manual: Added BBMULTICONFIG supportScott Rifenbark2018-10-042-7/+58
* bitbake: bitbake-user-manual: Added new section on multiconfig buildsScott Rifenbark2018-10-042-0/+69
* bitbake: test/fetch: use canonical GitLab URLsRoss Burton2018-10-041-2/+2
* bitbake: fetch2/gitsm.py: Rework the git submodule fetcherMark Hatle2018-09-262-123/+159
* bitbake: lib/layerindexlib/tests/restapi.py: Fix test cases when BB_SKIP_NETT...Mark Hatle2018-09-261-77/+87
* bitbake: lib/bb/tests/parse.py: Test case was changing chdirMark Hatle2018-09-261-0/+4
* bitbake: lib/layerindexlib/tests/cooker.py: Fix topdir to use an absolute (re...Mark Hatle2018-09-261-1/+1
* bitbake: utils: lockfile: Fix infinite loopIoan-Adrian Ratiu2018-09-251-1/+5
* bitbake: daemonize/build: Clean up /dev/null fd handlingRichard Purdie2018-09-222-7/+4
* bitbake: COW: Fix StopIteration warningRichard Purdie2018-09-221-1/+1
* bitbake: runqueue: Ensure setscene tasks that aren't covered get builtRichard Purdie2018-09-101-2/+4
* bitbake: cooker/runqueue: Turn universe warnings into verbnotesRichard Purdie2018-09-102-2/+2
* bitbake: msg: Add explicit verbnote log levelRichard Purdie2018-09-102-0/+19
* bitbake: server/process: Various server startup logging fixesRichard Purdie2018-09-053-13/+22
* bitbake: cooker.py: Fix incorrect bb files matched warningMark Hatle2018-09-053-1/+88
* bitbake: tests/fetch: Update gnome.org urls after upstream changesRichard Purdie2018-08-291-2/+2
* bitbake: fetcher: Fixed remote removal not throwing exception.Paulo Neves2018-08-281-4/+3
* bitbake: toaster: enable project import and merged Toaster settingsDavid Reyna2018-08-284-42/+48
* bitbake: toaster/layerdetails.js: don't hide local layer infoAwais Belal2018-08-281-1/+2
* bitbake: toaster/models.py: allow local paths for custom recipe's baseAwais Belal2018-08-281-0/+7
* bitbake: toaster/checksettings: allow CUSTOM_XML_ONLY setting through envAwais Belal2018-08-281-1/+2
* bitbake: toastergui/newproject.html: fix release divsAwais Belal2018-08-281-2/+2
* bitbake: toaster/widgets.py: avoid divide by zero issuesAwais Belal2018-08-281-7/+12
* bitbake: toaster: allow TOASTER_DIR to be overridden from cmdlineAwais Belal2018-08-281-2/+7
* bitbake: toaster: use a more flexible way to find bitbakeAwais Belal2018-08-281-1/+12
* bitbake: toaster: allow pokydirname to be evaluated when all layers are localAwais Belal2018-08-281-3/+15
* bitbake: parse/ast: ensure saved event handlers really do get restoredPaul Eggleton2018-08-241-18/+19
* bitbake: bitbake: Bump version 1.39.0 -> 1.39.1Richard Purdie2018-08-232-2/+2
* bitbake: daemonize: Flush stdio on exitJoshua Watt2018-08-231-2/+7
* bitbake: toaster: Fix comparison in recipe templateKarsten Strand2018-08-231-1/+1
* bitbake: Toaster: Implement the project-specific feature and releated enhance...David Reyna2018-08-2029-55/+1900
* bitbake: bb/utils.py: add break_hardlinks helperRasmus Villemoes2018-08-161-0/+17
* bitbake: runqueue: Move decision if a task can be started to one common placeAndreas Müller2018-08-151-4/+8
* 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