summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cooker: Use expanded_data for ASSUME_PROVIDEDRichard Purdie2015-01-231-2/+2
* bitbake: cooker: Rename event_data -> expanded_dataRichard Purdie2015-01-232-14/+15
* bitbake: server/process: Fix select callRichard Purdie2015-01-231-1/+1
* bitbake: toastergui: enable re-ordering when columns are hiddenAlexandru DAMIAN2015-01-231-0/+10
* bitbake: toastergui: all projects column show/hideAlexandru DAMIAN2015-01-231-6/+6
* bitbake: toastergui: fix the second 'view all targets' linkBelen Barros Pena2015-01-231-1/+2
* bitbake: toastergui: minor fixesAlexandru DAMIAN2015-01-231-1/+8
* bitbake: toastegui: project page build selected targetsAlexandru DAMIAN2015-01-232-6/+25
* bitbake: toastergui: fix all targets page searchAlexandru DAMIAN2015-01-231-2/+5
* bitbake: toastergui: fix all-targets redirectAlexandru DAMIAN2015-01-233-3/+3
* bitbake: toaster: newproject default release selection fixAlexandru DAMIAN2015-01-231-13/+19
* bitbake: toastergui: "Run again" button in build pagesAlexandru DAMIAN2015-01-232-3/+3
* bitbake: toastergui: fix duplicate IDs all builds pageAlexandru DAMIAN2015-01-231-27/+10
* bitbake: toasterui: save event backlog to buildAlexandru DAMIAN2015-01-231-2/+9
* bitbake: toastergui: save cookie for orderby/page size settingsAlexandru DAMIAN2015-01-232-6/+11
* bitbake: prserv/serv: Improve exit handlingRichard Purdie2015-01-231-5/+9
* bitbake: toaster: project configuration variables pageDavid Reyna2015-01-213-26/+730
* bitbake: toaster: project builds pageAlexandru DAMIAN2015-01-213-230/+160
* bitbake: fetcher: use os.path.splitext() instead of string.split()Ross Burton2015-01-211-3/+3
* bitbake: bin/bitbake: only check that /dev/shm is writable on LinuxRoss Burton2015-01-211-2/+2
* bitbake: bb/fetch2/wget.py: latest_versionstring escape packagename when buil...Aníbal Limón2015-01-211-1/+1
* bitbake: cooker.py: trap the ENOSPC error and translate itRobert Yang2015-01-211-0/+5
* bitbake: cooker: Further optimise pyinotifyRichard Purdie2015-01-211-1/+1
* bitbake: command/cooker/knotty: Fix memres handling of command environment ch...Richard Purdie2015-01-214-5/+26
* bitbake: lib/fetch2: Tweak get_srcrev() function descriptionRichard Purdie2015-01-211-2/+4
* bitbake: toasterui: fix variable data errorAlexandru DAMIAN2015-01-161-1/+1
* bitbake: toastergui: all builds page lists failed build requestsAlexandru DAMIAN2015-01-164-199/+742
* bitbake: toaster: layerdetails Remove compatibility settingMichael Wood2015-01-163-29/+3
* bitbake: toaster: Add layer details page featureMichael Wood2015-01-167-150/+1038
* bitbake: ConfHandler: Clean up bogus importsRichard Purdie2015-01-161-6/+4
* bitbake: ConfHandler: Rename oldfn to parentfn to be clearerRichard Purdie2015-01-161-5/+5
* bitbake: cooker: Improve pyinotify performanceRichard Purdie2015-01-161-0/+6
* bitbake: cooker: Fix pyinotify handling of ENOENT issuesRichard Purdie2015-01-141-4/+17
* bitbake: cooker/cache/parse: Implement pyinofity based reconfigureRichard Purdie2015-01-143-3/+51
* bitbake: bitbake: Add pyinotify to lib/Richard Purdie2015-01-141-0/+2416
* bitbake: bb/fetch2/ssh.py: Fix urldata.localpath use os.path.normpathAníbal Limón2015-01-141-1/+2
* bitbake: fetch/git: Improve ls-remote handling for latest_revisionRichard Purdie2015-01-141-4/+11
* bitbake: toaster: implementation of project pageAlexandru DAMIAN2015-01-083-135/+246
* bitbake: toaster: branch name priority resolutionAlexandru DAMIAN2015-01-081-1/+7
* bitbake: toaster: do not launch web browser on noweb optionAlexandru DAMIAN2015-01-081-2/+5
* bitbake: toaster: write pre-read conf file for build variablesAlexandru DAMIAN2015-01-084-5/+12
* bitbake: toaster: Improve client side error handlingMichael Wood2015-01-087-33/+69
* bitbake: ast: Add error when trying to use dash in sh function namesRichard Purdie2015-01-081-0/+2
* bitbake: cache/fetch2/siggen: Ensure we track include history for file checksumsRichard Purdie2015-01-083-21/+26
* bitbake: wget: Add localpaths method which gives localpath with historyRichard Purdie2015-01-081-21/+33
* bitbake: bitbake-worker: Use setsid() rather than setpgid()Richard Purdie2015-01-081-2/+5
* bitbake: cooker: Shut down the parser in error stateRichard Purdie2015-01-081-1/+1
* bitbake: utils: make edit_metadata_file() handle VARIABLE +=Paul Eggleton2014-12-301-1/+1
* bitbake: bitbake-layers: fix error handling in add-layer / remove-layerPaul Eggleton2014-12-302-1/+9
* bitbake: fetch2/wget: Fix horrible temp file handlingRichard Purdie2014-12-251-2/+1
OpenPOWER on IntegriCloud