index
:
ast2050-yocto-poky
fido
Modified yocto poky sources to support the Aspeed AST2050 and ASUS KGPE-D16 / KCMA-D8
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hob: save CONF_VERSION and LCONF_VERSION into template
Dongxiao Xu
2012-03-20
3
-5
/
+14
*
Hob: Fix advanced setting reparse mechanism
Dongxiao Xu
2012-03-20
1
-0
/
+2
*
Hob: reset the selection if switch to a new base image
Dongxiao Xu
2012-03-20
1
-0
/
+1
*
utils: Add split_version function for splitting a version into its components
Richard Purdie
2012-03-20
1
-0
/
+14
*
ui/crumbs/persistenttooltip: try to reflect WM close button position
Joshua Lock
2012-03-20
1
-1
/
+23
*
ui/crumbs/hobpage: no need to force a Toolbar button type
Joshua Lock
2012-03-20
1
-3
/
+1
*
ui/crumbs: remove unused return value from append_toolbar_button
Joshua Lock
2012-03-20
3
-5
/
+5
*
ui/crumbs/hig: use close rather than OK for dismis button
Joshua Lock
2012-03-20
1
-1
/
+1
*
Hob: fixed the tabbar search entry retaining focus when user has clicked off ...
Liming An
2012-03-20
1
-0
/
+1
*
Hob: fix static variable "self.search" to parameter "search" in signal callba...
Liming An
2012-03-20
1
-17
/
+14
*
Hob: change HobNoteBook tab edge color from green to gray
Liming An
2012-03-20
2
-5
/
+10
*
Hob: add auto adjust background area function for long issue text
Liming An
2012-03-20
1
-9
/
+21
*
Hob: Fixed the hobwidget code and make it like a pythonista
Liming An
2012-03-20
1
-29
/
+34
*
Hob: remove the invalid code in hobwidget.py
Liming An
2012-03-20
1
-2
/
+0
*
Hob: fix '!= None' and '== None' in the code
Shane Wang
2012-03-20
6
-16
/
+16
*
Hob: change the code style to enumerate a list in a for-loop
Shane Wang
2012-03-20
3
-25
/
+25
*
Hob: show indicators on the tabs of the Hob notebook
Shane Wang
2012-03-20
4
-0
/
+33
*
Hob: use HobNotebook to implement a notebook in build details page
Shane Wang
2012-03-20
2
-5
/
+90
*
Hob: implement a self-defined notebook visual component for Hob
Shane Wang
2012-03-20
4
-111
/
+394
*
Typo: "nonexistant" -> "non-existent"
Robert P. J. Day
2012-03-20
1
-2
/
+2
*
runningbuild.py: fix goggle ui
Eric BĂ©nard
2012-03-20
1
-2
/
+2
*
bitbake-layers: fix traceback in show-overlayed with nothing overlayed
Paul Eggleton
2012-03-20
1
-1
/
+1
*
bitbake/fetch2: Fix typo which broke use of tarballs
Gary Thomas
2012-03-16
1
-1
/
+1
*
runqueue.py: When checking whether stamps are valid for setscene, recurse
Richard Purdie
2012-03-16
1
-3
/
+4
*
bitbake/fetch: Fix uri_replace
Richard Purdie
2012-03-15
1
-6
/
+7
*
parse/ast: Expand inherit statements before splitting them
Richard Purdie
2012-03-15
3
-4
/
+4
*
ui/uihelper: Keep track of task numbers
Richard Purdie
2012-03-15
1
-0
/
+5
*
Hob: Change Box's padding value
Dongxiao Xu
2012-03-15
7
-15
/
+15
*
Hob: improve recipe/package selection performance
Dongxiao Xu
2012-03-15
3
-7
/
+5
*
Hob: Add stop button for parsing progress
Dongxiao Xu
2012-03-15
3
-2
/
+37
*
Hob: Emit command-failed signal even if error msg is None
Dongxiao Xu
2012-03-15
2
-9
/
+9
*
Hob: Show recipe/package editing button after base image is selected
Dongxiao Xu
2012-03-15
2
-3
/
+20
*
Hob: Remove the recipe/package populated signal
Dongxiao Xu
2012-03-15
2
-24
/
+8
*
Hob: Remove the indication in machine/base image combobox
Dongxiao Xu
2012-03-15
2
-14
/
+8
*
Hob: Remove the reset button in recipe/package selection page
Dongxiao Xu
2012-03-15
3
-26
/
+0
*
Hob: Fix the image installation dependency
Dongxiao Xu
2012-03-15
1
-4
/
+2
*
cooker: add package rdepends and rrecommends info
Dongxiao Xu
2012-03-15
1
-1
/
+3
*
Hob: Disable the handling of "NoProvider" event
Dongxiao Xu
2012-03-15
1
-17
/
+20
*
Hob: add "Close" button to "BinbDialog"
Dongxiao Xu
2012-03-15
1
-2
/
+2
*
codeparser: Call intern over the set contents for better cache performance
Richard Purdie
2012-03-12
1
-0
/
+21
*
codeparser: Compute extra cache components on the fly rather than later
Richard Purdie
2012-03-12
1
-21
/
+20
*
cooker.py: Allow parsing shutdown to be called more than once
Richard Purdie
2012-03-12
1
-0
/
+4
*
siggen.py: Use basehash if no taskhash
Robert Yang
2012-03-12
1
-1
/
+5
*
bitbake/siggen: output filename on error in finalise
Paul Eggleton
2012-03-12
1
-1
/
+5
*
ui/crumbs/hig: special case stock info icons in CrumbsMesssageDialog
Joshua Lock
2012-03-12
1
-1
/
+5
*
ui/crumbs/hig: use HobInfoButton in place of gtk.Image with tooltip
Joshua Lock
2012-03-12
1
-31
/
+15
*
ui/crumbs/imageconfigurationpage: make use of the HobInfoButton
Joshua Lock
2012-03-12
1
-8
/
+4
*
ui/crumbs/hobwidget: implement HobInfoButton per Hob interaction design
Joshua Lock
2012-03-12
1
-0
/
+49
*
ui/icons: crop the info icons
Joshua Lock
2012-03-12
2
-0
/
+0
*
crumbs/persistenttooltip: a new Gtk+ widget for use in Hob
Joshua Lock
2012-03-12
1
-0
/
+118
[next]