summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toasterui: fix warning 'Unknown event'Ed Bartosh2016-03-071-0/+1
* bitbake: toasterui: exit on final eventsEd Bartosh2016-03-071-1/+4
* bitbake: toasterui: make toasterui to work in build modeEd Bartosh2016-03-071-2/+17
* bitbake: toasterui: check if setEventMask succeededEd Bartosh2016-03-071-2/+4
* bitbake: command: make setEventMask readonlyEd Bartosh2016-03-071-0/+1
* bitbake: toasterui: update list of eventsEd Bartosh2016-03-071-15/+12
* bitbake: toasterui: reformat list of eventsEd Bartosh2016-03-071-9/+27
* bitbake: toaster: remove sshbecontroller moduleEd Bartosh2016-03-071-169/+0
* bitbake: toaster: don't use sshbecontrollerEd Bartosh2016-03-074-32/+19
* bitbake: toaster: raise NotImplementedErrorEd Bartosh2016-03-073-11/+13
* bitbake: toaster: bring back the strict directiveBelen Barros Pena2016-03-071-1/+1
* bitbake: toaster: change 'revision' to 'Git revision'Belen Barros Pena2016-03-074-6/+6
* bitbake: toaster: views api Package info return both kinds of RDEPENDSMichael Wood2016-03-071-5/+4
* bitbake: toaster: fixup dependency excludes for customimageDave Lerner2016-03-071-0/+7
* bitbake: fetch2/npm: ignore unknown headers in tarballsPaul Eggleton2016-03-071-1/+1
* bitbake: fetch2/npm: handle alternative dependency syntaxPaul Eggleton2016-03-071-1/+3
* bitbake: fetch2/npm: fix indentationPaul Eggleton2016-03-071-22/+22
* bitbake: bitbake-user-manual: Added expand() function to list.Scott Rifenbark2016-03-031-0/+4
* bitbake: bitbake-user-manual: Added note for Python variable ref expansion.Scott Rifenbark2016-03-031-0/+12
* bitbake: bitbake-user-manual: Enhance environment variable discussion.Scott Rifenbark2016-03-032-20/+43
* bitbake: toaster: cleanup of bin/toaster startup codebrian avery2016-03-021-24/+17
* bitbake: ui: remove the puccho uibrian avery2016-03-022-880/+0
* bitbake: hob: removal of hob ui and associated ui filesbavery2016-03-0217-7492/+0
* bitbake: fetch2/npm: Add missing ParameterError importBrendan Le Foll2016-03-021-0/+1
* bitbake: npm: in cases where shrinkwrap resolved a git URL, ignore it and gra...Brendan Le Foll2016-03-021-1/+1
* bitbake: fetch2: Fix unpack for absolute file urlsRichard Purdie2016-03-021-1/+4
* bitbake: fetch2: fixes copying of file://dir; subdir=foo, bug 6128 and bug 6129Alexander Shashkevich2016-03-022-45/+28
* bitbake: fetch2/npm: Enable fetcherRichard Purdie2016-02-281-0/+2
* bitbake: providers: Fix PREFERRED_VERSION lookup for '_' in PNRichard Purdie2016-02-281-4/+7
* bitbake: fetch2: Skip lockfiles and donestamps for local filesRichard Purdie2016-02-282-4/+19
* bitbake: fetch2/__init__.py: Error if lockfile path invalidRichard Purdie2016-02-281-1/+4
* bitbake: fetch2/__init__: Fix decodeurl to better handle urls without pathsRichard Purdie2016-02-282-4/+45
* bitbake: fetch2/wget: Set localfile for directoriesRichard Purdie2016-02-281-0/+2
* bitbake: toaster: change 'delete layer' to 'remove layer'Belen Barros Pena2016-02-267-10/+10
* bitbake: toaster: rename 'run again' buttonBelen Barros Pena2016-02-262-2/+2
* bitbake: toaster: fix banner after customimage package addDave Lerner2016-02-261-2/+5
* bitbake: toaster: custom breadcrumb for the default projectBelen Barros Pena2016-02-262-4/+10
* bitbake: prserv: Add dump_db()Haris Okanovic2016-02-262-0/+33
* bitbake: toaster: remove custom images from Image RecipesDave Lerner2016-02-261-1/+4
* bitbake: toaster: show suffix for image files and basename for artifact filesElliot Smith2016-02-263-12/+25
* bitbake: toaster: add missing link to image recipe detailsBelen Barros Pena2016-02-261-0/+7
* bitbake: toaster: adjust the search field widthBelen Barros Pena2016-02-263-4/+5
* bitbake: toaster: make 'configuration' the first tabBelen Barros Pena2016-02-261-5/+5
* bitbake: toaster: link to configuration in all breadcrumbsBelen Barros Pena2016-02-266-27/+6
* bitbake: toaster: reduce max height of modal dialogsBelen Barros Pena2016-02-261-0/+1
* bitbake: toaster: disable add layer button on clickBelen Barros Pena2016-02-261-0/+2
* bitbake: toaster: apply error class to name fieldBelen Barros Pena2016-02-261-0/+3
* bitbake: toaster: fix custom image name formBelen Barros Pena2016-02-262-2/+2
* bitbake: toaster: comment out project release changeBelen Barros Pena2016-02-261-5/+14
* bitbake: fetch2/npm: Add mirroring support for npm fetcherRichard Purdie2016-02-261-1/+30