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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: toaster: fix urllib imports
Ed Bartosh
2016-06-02
2
-4
/
+11
*
bitbake: toaster: don't use mru.count in the template
Ed Bartosh
2016-06-02
1
-1
/
+1
*
bitbake: toaster: use // operator instead of /
Ed Bartosh
2016-06-02
2
-2
/
+2
*
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: read timezone files in binary mode
Ed Bartosh
2016-06-02
1
-4
/
+3
*
bitbake: toaster: use re.sub() instead of translate()
Ed Bartosh
2016-06-02
1
-1
/
+2
*
bitbake: toaster: replace map with list comprehensions
Ed Bartosh
2016-06-02
3
-30
/
+20
*
bitbake: toaster: use items and range instead of old APIs
Ed Bartosh
2016-06-02
5
-6
/
+6
*
bitbake: toaster: use decode('utf-8') for binary data
Ed Bartosh
2016-06-02
3
-3
/
+3
*
bitbake: toaster: fix local imports
Ed Bartosh
2016-06-02
4
-4
/
+4
*
bitbake: toaster: fix imports to work for python 3
Ed Bartosh
2016-06-02
1
-4
/
+12
*
bitbake: toaster: get rid of using reduce
Ed Bartosh
2016-06-02
2
-27
/
+57
*
bitbake: toaster: use force_text instead of force_bytes
Ed Bartosh
2016-06-02
2
-4
/
+4
*
bitbake: toaster: tests builds Add SSTATE_MISS as a valid condition for tc=833
Michael Wood
2016-05-20
1
-3
/
+10
*
bitbake: toaster: tests build Add a test for a build of core-image-minimal
Michael Wood
2016-05-20
1
-0
/
+389
*
bitbake: toaster: tests Add a BuildTest helper class
Michael Wood
2016-05-20
3
-0
/
+148
*
bitbake: toaster: Add a specific test settings file
Michael Wood
2016-05-20
1
-0
/
+41
*
bitbake: toaster: runbuilds move the execution sequence out of the poll loop
Michael Wood
2016-05-20
1
-15
/
+16
*
bitbake: toaster: Remove DATABASE_URL being passed around as an environment var
Michael Wood
2016-05-20
2
-66
/
+10
*
bitbake: toaster-tests: tests for project config
Sujith H
2016-05-20
1
-0
/
+115
*
bitbake: toaster: projectconf Small tweaks to IMAGE_FSTYPES form
Belen Barros Pena
2016-05-20
1
-2
/
+3
*
bitbake: toaster: handle multiple imagefs types
Sujith H
2016-05-20
1
-41
/
+70
*
bitbake: toaster: don't show "Rebuild" button for cancelled cli builds
Elliot Smith
2016-05-17
1
-11
/
+14
*
bitbake: toaster: toastergui tests Fix toastertable tests
Michael Wood
2016-05-17
1
-32
/
+66
*
bitbake: toaster: toastertables: Clean up and fix up a number of items
Michael Wood
2016-05-17
3
-87
/
+72
*
bitbake: toaster: use new syntax of except statement
Ed Bartosh
2016-05-14
1
-3
/
+3
*
bitbake: toaster: use 'in' instead of has_key
Ed Bartosh
2016-05-14
3
-16
/
+16
*
bitbake: toaster: fix progress bar in MySQL environment
Elliot Smith
2016-05-13
2
-2
/
+3
*
bitbake: toaster: tests browser Add test for creating a project
Michael Wood
2016-05-11
1
-0
/
+109
*
bitbake: toaster: models Add missing import sys
Michael Wood
2016-05-11
1
-0
/
+1
*
bitbake: toaster: ui handles duplicate project name in project page
Sujith H
2016-05-11
2
-1
/
+9
*
bitbake: toaster: ui handles duplicate project name in new project page
Sujith H
2016-05-11
1
-2
/
+10
*
bitbake: toaster: projectNameValidation API added
Sujith H
2016-05-11
1
-0
/
+62
*
bitbake: bin, toaster: Fix print and exception syntax
Richard Purdie
2016-05-11
10
-114
/
+114
*
bitbake: bitbake: Update logger.warn() -> logger.warning()
Richard Purdie
2016-05-11
6
-13
/
+13
*
bitbake: toaster: customrecipe Only show download icon or button if it's poss...
Michael Wood
2016-05-06
2
-2
/
+15
*
bitbake: toaster: orm Add get_base_recipe_file to CustomImageRecipe
Michael Wood
2016-05-06
1
-23
/
+37
*
bitbake: toaster-tests: tests for build dashboard
Elliot Smith
2016-04-19
2
-87
/
+251
*
bitbake: toaster: add modal to select custom image for editing
Elliot Smith
2016-04-19
8
-92
/
+186
*
bitbake: toaster: add build dashboard buttons to edit/create custom images
Elliot Smith
2016-04-19
9
-96
/
+345
*
bitbake: toaster-tests: make helper click on input before entering text
Elliot Smith
2016-04-19
1
-1
/
+5
*
bitbake: toaster-tests: add tests for new custom image page
Elliot Smith
2016-04-19
1
-0
/
+160
*
bitbake: toaster: prevent exception when Project.release is null
Elliot Smith
2016-04-19
1
-5
/
+11
*
bitbake: toaster: only prevent duplicate custom image names within a project
Elliot Smith
2016-04-19
2
-17
/
+24
*
bitbake: toaster: disable/enable "Add layer" button according to input's content
Elliot Smith
2016-04-19
2
-1
/
+34
*
bitbake: toaster: fix sorting after hiding a column in build tables
Elliot Smith
2016-04-19
2
-26
/
+26
*
bitbake: toaster: ensure ToasterTable headings are reset when order by changes
Michael Wood
2016-04-19
1
-1
/
+5
*
bitbake: toaster: fixes for customimage package not found
Dave Lerner
2016-04-09
3
-12
/
+30
*
bitbake: tests: browser Add test to run the js unit tests
Michael Wood
2016-04-06
1
-0
/
+57
[next]