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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hob(crumbs/builder.py): adjust the main window's position and ignore the case...
Shane Wang
2012-03-01
1
-8
/
+0
*
Hob: fix a bug that the image size is shown incorrectly in the image details ...
Shane Wang
2012-03-01
2
-9
/
+25
*
Hob(crumbs/hoblistmodel.py): Add mapping for rprovides and pkg
Dongxiao Xu
2012-03-01
1
-3
/
+12
*
Hob(crumbs/hoblistmodel.py): Fix recipe's populate() function
Dongxiao Xu
2012-03-01
1
-37
/
+5
*
cooker: fix calculating of depends and rdepends
Dongxiao Xu
2012-03-01
1
-35
/
+10
*
cooker.py: Fix a bug due to variable name
Dongxiao Xu
2012-03-01
1
-2
/
+2
*
command.py: remove the resolve parameter in generateTargetsTree
Dongxiao Xu
2012-03-01
3
-32
/
+17
*
Hob(crumbs/builder.py): remove the code commented out in the builder.py
Shane Wang
2012-03-01
1
-1
/
+0
*
crumbs/hig: tweak UI and layout of LayerSelectionDialog
Shane Wang
2012-03-01
1
-14
/
+5
*
hig: try to avoid setting explicit dialogue sizes
Shane Wang
2012-03-01
1
-5
/
+2
*
crumbs: fix button order in several dialogues
Shane Wang
2012-03-01
2
-26
/
+25
*
crumbs: move towards more standard dialogue spacing
Shane Wang
2012-03-01
1
-37
/
+29
*
crumbs/builder: use the name Hob consistently
Shane Wang
2012-03-01
1
-2
/
+2
*
crumbs: Factor common dialogue configuration out
Shane Wang
2012-03-01
2
-18
/
+31
*
Hob: enable indicators on the "Included" tab in the recipe selection page and...
Shane Wang
2012-03-01
2
-0
/
+2
*
Hob: make the image configuration page not to flash the progress bar
Shane Wang
2012-03-01
1
-16
/
+14
*
Hob: fix a bug in builder.configuration.curr_mach
Shane Wang
2012-03-01
1
-0
/
+1
*
Hob: image configuration page doesn't need dialogs any more
Shane Wang
2012-03-01
1
-3
/
+0
*
Hob: include hddimg and iso into image types.
Shane Wang
2012-03-01
4
-11
/
+38
*
Hob: cleanup those class methods in HobWidget
Shane Wang
2012-03-01
3
-493
/
+460
*
Hob: fixed the issue in the brought-in-by dialog.
Shane Wang
2012-03-01
4
-36
/
+24
*
Hob: avoid the image selection dialog to walk through all directories and its...
Shane Wang
2012-03-01
1
-4
/
+8
*
Hob: make HobViewTable more general in hob and make the image selection dialo...
Shane Wang
2012-03-01
5
-152
/
+176
*
parse/ConfHandler: Fix enthusiatic export regexp matching
Richard Purdie
2012-02-29
1
-1
/
+1
*
bitbake: implement BB_VERBOSE_LOGS
Paul Eggleton
2012-02-28
3
-1
/
+9
*
bitbake/ConfHandler: Be more strict about variable quoting
Richard Purdie
2012-02-28
1
-2
/
+1
*
bitbake: fix setscene task start/failure handling
Paul Eggleton
2012-02-28
4
-8
/
+32
*
bitbake/runqueue: make dry-run do everything except execute
Paul Eggleton
2012-02-28
1
-7
/
+2
*
bitbake: Added BBINCLUDED variable.
Lianhao Lu
2012-02-28
3
-0
/
+12
*
data_smart.py: Uses BB_HASHCONFIG_WHITELIST to filter unnecessary variables
Dongxiao Xu
2012-02-27
1
-12
/
+4
*
V5 Disk space monitoring
Robert Yang
2012-02-26
2
-0
/
+244
*
bitbake/runqueue: Ensure finish_now() sets the runqueue state consistently
Richard Purdie
2012-02-26
1
-0
/
+7
*
crumbs: add back progress implementation for depexp
Joshua Lock
2012-02-25
1
-0
/
+20
*
bitbake/cooker: terminate when errors found in layer configuration
Paul Eggleton
2012-02-24
1
-0
/
+17
*
Hob: A new implemetation (v2)
Dongxiao Xu
2012-02-24
45
-2811
/
+5078
*
fetch2/git: create bareclone option
Bruce Ashfield
2012-02-24
1
-1
/
+16
*
runqueue: fire sceneQueueTaskStarted event when a setscene queue starts
Dongxiao Xu
2012-02-24
1
-2
/
+14
*
bitbake: change for adding progress bar in Hob2.
Shane Wang
2012-02-23
4
-29
/
+73
*
command.py: add resolve option for generateTargetsTree API
Dongxiao Xu
2012-02-23
2
-13
/
+56
*
command.py: Add a new API triggerEvent()
Dongxiao Xu
2012-02-23
1
-0
/
+6
*
command.py: add new API to get the cpu count on the server
Shane Wang
2012-02-23
2
-0
/
+10
*
bitbake: Add client socket info for BitBakeServerConnection
Dongxiao Xu
2012-02-23
2
-5
/
+6
*
bitbake: add -B option to bind with interface
Dongxiao Xu
2012-02-23
1
-3
/
+3
*
event.py: Add new events RequestPackageInfo and PackageInfo
Dongxiao Xu
2012-02-23
1
-0
/
+13
*
cache: Use configuration's hash value to validate cache
Dongxiao Xu
2012-02-23
3
-21
/
+36
*
bitbake: add file and line number to ParseError
Paul Eggleton
2012-02-23
5
-16
/
+26
*
bitbake: fix parse errors not being reported
Paul Eggleton
2012-02-23
1
-6
/
+4
*
siggen.py: Pass the datacache to signature generator classes
Richard Purdie
2012-02-23
1
-2
/
+2
*
bitbake/ui/knotty: fix incorrect exit code
Paul Eggleton
2012-02-22
1
-1
/
+3
*
siggen: compare runtaskdeps dictionary even when they have the same size
Martin Jansa
2012-02-22
1
-21
/
+26
[next]