index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
toaster
/
bldcontrol
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: toaster: fix cloning of git+ssh repositories
Ed Bartosh
2016-10-09
1
-1
/
+1
*
bitbake: toaster: checksettings Remove confusing startup messages
Michael Wood
2016-10-06
1
-2
/
+0
*
bitbake: runbuilds: code cleanup - remove unused imports
Ed Bartosh
2016-09-21
1
-5
/
+2
*
bitbake: runbuilds: code cleanup - whitespaces, long lines
Ed Bartosh
2016-09-21
1
-19
/
+15
*
bitbake: runbuilds: process builds on start
Ed Bartosh
2016-09-21
1
-0
/
+2
*
bitbake: runbuilds: process builds on SIGUSR1
Ed Bartosh
2016-09-21
1
-2
/
+4
*
bitbake: toaster: fix checking of repository url
Ed Bartosh
2016-09-21
1
-1
/
+1
*
bitbake: Add missing file from 'toaster: Allow git information to be null for...
Richard Purdie
2016-09-16
1
-0
/
+29
*
bitbake: toaster: localhostbecontroller Remove git assumption
Michael Wood
2016-09-02
1
-4
/
+10
*
bitbake: toaster: Allow git information to be null for BRLayer
Michael Wood
2016-09-02
1
-5
/
+6
*
bitbake: toaster: Fix oe-core fixture
Michael Wood
2016-09-02
2
-8
/
+12
*
bitbake: toaster: bldcontrol model BRLayer Add corresponding local_source_dir
Michael Wood
2016-08-11
2
-0
/
+20
*
bitbake: toaster: collect details for local dir imported from ui
Sujith H
2016-08-11
1
-1
/
+12
*
bitbake: toaster: move most recent builds templating to client
Elliot Smith
2016-08-11
2
-6
/
+25
*
bitbake: toaster: Remove old toaster config loading mechanism
Michael Wood
2016-08-11
2
-212
/
+0
*
bitbake: toaster: checksettings call django's loaddata instead of custom command
Michael Wood
2016-08-11
1
-11
/
+44
*
bitbake: toaster: loadconf Partially add back some of the layerSource parsing
Michael Wood
2016-07-26
1
-3
/
+82
*
bitbake: toaster: orm Remove the layerindex specific up_branch fields
Michael Wood
2016-07-26
1
-1
/
+1
*
bitbake: toaster: tests: Remove references to LayerSource model
Michael Wood
2016-07-26
1
-18
/
+0
*
bitbake: toaster: Replace references to LayerSource models
Michael Wood
2016-07-26
1
-19
/
+0
*
bitbake: toaster: loadconf remove Loading LayerSources
Michael Wood
2016-07-26
1
-67
/
+2
*
bitbake: toaster: fix wrong usage of print_exc and format_exc
Ed Bartosh
2016-06-15
2
-3
/
+3
*
bitbake: toaster: fix migrations
Ed Bartosh
2016-06-15
1
-0
/
+34
*
bitbake: toaster: use knotty when working with bitbake server
Ed Bartosh
2016-06-02
1
-2
/
+2
*
bitbake: toaster: moved import bb.server.xmlrpc
Ed Bartosh
2016-06-02
1
-1
/
+1
*
bitbake: toaster: use decode('utf-8') for binary data
Ed Bartosh
2016-06-02
2
-2
/
+2
*
bitbake: toaster: fix local imports
Ed Bartosh
2016-06-02
4
-4
/
+4
*
bitbake: toaster: use force_text instead of force_bytes
Ed Bartosh
2016-06-02
2
-4
/
+4
*
bitbake: toaster: runbuilds move the execution sequence out of the poll loop
Michael Wood
2016-05-20
1
-15
/
+16
*
bitbake: bin, toaster: Fix print and exception syntax
Richard Purdie
2016-05-11
2
-11
/
+11
*
bitbake: bitbake: Update logger.warn() -> logger.warning()
Richard Purdie
2016-05-11
3
-9
/
+9
*
bitbake: toaster: get bitbake location from BBBASEDIR
Ed Bartosh
2016-04-06
1
-3
/
+5
*
bitbake: toaster: use empty token
Ed Bartosh
2016-04-06
1
-1
/
+1
*
bitbake: toaster: runbuilds Clean up runbuilds
Michael Wood
2016-04-06
1
-29
/
+52
*
bitbake: toaster: runbuilds Make runbuilds aware of the build CANCELLED state
Michael Wood
2016-04-06
1
-4
/
+22
*
bitbake: toaster: bldcontrol models Add a cancelling state the BuildRequest
Michael Wood
2016-04-06
2
-1
/
+45
*
bitbake: toaster: update BuildEnvironmentController and BitbakeController
Sujith H
2016-04-06
2
-23
/
+5
*
bitbake: toaster: bldcontrol Add forceShutDown function to BitbakeController
Sujith H
2016-04-06
1
-0
/
+3
*
bitbake: toaster: use bash explicitly
Ed Bartosh
2016-04-06
1
-6
/
+7
*
bitbake: toaster: stop bitbake server after the build
Ed Bartosh
2016-04-06
1
-4
/
+6
*
bitbake: toaster: add new parameter to _shellcmd
Ed Bartosh
2016-04-06
1
-1
/
+3
*
bitbake: toaster: reimplement triggerBuild
Ed Bartosh
2016-04-06
1
-35
/
+67
*
bitbake: toaster: modified setLayers API
Ed Bartosh
2016-04-06
2
-26
/
+1
*
bitbake: toaster: add brbe parameter to triggerBuild
Ed Bartosh
2016-04-06
2
-5
/
+3
*
bitbake: toaster: remove release API
Ed Bartosh
2016-04-06
2
-12
/
+0
*
bitbake: toaster: remove startBBServer API
Ed Bartosh
2016-04-06
2
-41
/
+0
*
bitbake: toaster: localhostbecontroller put generated layer in the builddir
Michael Wood
2016-03-23
1
-3
/
+2
*
bitbake: toaster: localhostbecontroller Allow file:/// uri type for git repo
Michael Wood
2016-03-23
1
-2
/
+3
*
bitbake: toaster: localhostbecontroller Don't clear out toaster custom layer dir
Michael Wood
2016-03-23
1
-3
/
+3
*
bitbake: toaster: use force_bytes to display non-ascii project names
Sujith H
2016-03-09
2
-2
/
+4
[next]