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
*
bitbake: bitbake wget fetcher: add parameter: downloadfilename
Nitin A Kamble
2012-07-24
1
-1
/
+8
*
bitbake: Change bzr fetcher to use branch instead of co. Fixes: bzr: ERROR: N...
Martin Ertsaas
2012-07-24
1
-1
/
+1
*
bitbake: cooker.py: Ensure we track parser errors and only show bbappend issu...
Richard Purdie
2012-07-24
1
-2
/
+9
*
bitbake: Update version to 1.15.3
Richard Purdie
2012-07-19
1
-1
/
+1
*
bitbake: bitbake: Warn upon finding tab indentation in python functions
Richard Purdie
2012-07-19
2
-2
/
+4
*
bitbake: fetch2/svn.py: Use protocol parameter to get the protocol
Martin Jansa
2012-07-18
1
-1
/
+1
*
bitbake: hob2: add elf to hcc supported image types
Kang Kai
2012-07-17
1
-0
/
+1
*
bitbake: siggen.py: Insure .siginfo files writes into shared sstate cache are...
Jeffrey C Honig
2012-07-17
1
-4
/
+15
*
bitbake: runqueue.py: Improve error output to be more useful when non-existen...
Richard Purdie
2012-07-17
1
-1
/
+1
*
bitbake: fetch2/__init__.py: Warn user if SRC_URI is using "proto" and not "p...
Andrei Gherzan
2012-07-11
1
-0
/
+4
*
bitbake: fetch2/bzr.py: Use "protocol" parameter to get the protocol
Andrei Gherzan
2012-07-11
1
-1
/
+1
*
bitbake: fetch2/hg.py: Use "protocol" parameter to get the protocol
Andrei Gherzan
2012-07-11
1
-1
/
+1
*
bitbake: fetch2/osc.py: Use "protocol" parameter to get the protocol
Andrei Gherzan
2012-07-11
1
-1
/
+1
*
bitbake: bitbake: Abort build if runtime dependency conflict
Wenzong Fan
2012-07-11
2
-1
/
+4
*
bitbake: fetch2/wget: Use FETCHCMD_wget to provide the commandline and options
Richard Purdie
2012-07-10
1
-3
/
+5
*
bitbake: fetch2/cvs.py: Switch to use FETCHCMD_cvs and handle parameters in t...
Richard Purdie
2012-07-10
1
-9
/
+3
*
bitbake: bitbake/cooker: Print which pkgs would be built in -g output
Robert Yang
2012-07-09
1
-0
/
+4
*
bitbake: data_smart: Fix multiple override interaction with append and prepen...
Richard Purdie
2012-07-05
1
-1
/
+6
*
bitbake: runqueue.py: Fix recursive task pruning to only prune self referenci...
Richard Purdie
2012-07-04
1
-2
/
+4
*
bitbake: fetch2/svn: Enhance to cope with subversion 1.7 upgrade
Richard Purdie
2012-07-04
1
-5
/
+10
*
bitbake: runqueue.py: Allow recrdeptasks that have self references
Richard Purdie
2012-07-04
1
-2
/
+7
*
bitbake: Hob: fixed some variables not clean bug in detail page
Liming An
2012-07-04
1
-11
/
+3
*
bitbake: git: do not execute 'git remote prune'
Enrico Scholz
2012-07-04
1
-1
/
+0
*
bitbake: Hob: change 'run image' and 'deploy' Gui and work flow for building ...
Liming An
2012-06-29
1
-114
/
+98
*
bitbake: runqueue.py: Handle multiple rdeptask entries
Richard Purdie
2012-06-28
1
-2
/
+2
*
bitbake: fetch2: Revert the regexp removal for the type field and instead anc...
Richard Purdie
2012-06-28
1
-9
/
+8
*
bitbake: test/fetch: Switch the comparision order to make test failures sligh...
Richard Purdie
2012-06-28
1
-1
/
+1
*
bitbake: test/fetch: Ensure cwd is valud for the git clone
Richard Purdie
2012-06-28
1
-0
/
+1
*
bitbake: runqueue: Reimplement recrdepends so it works more correctly
Richard Purdie
2012-06-28
1
-58
/
+42
*
bitbake: runqueue.py: Convert depends variable to use sets
Richard Purdie
2012-06-28
1
-12
/
+8
*
bitbake: taskdata: Add gettask_id_fromfnid helper function
Richard Purdie
2012-06-28
2
-8
/
+14
*
bitbake: Fix for Hob bug #2323
Cristian Iorga
2012-06-25
2
-12
/
+4
*
bitbake: hig.py: use module tempfile to create temp file
Kang Kai
2012-06-25
1
-12
/
+8
*
bitbake: fetch2: Ensure star character doesn't end up in mirror tarball names
Richard Purdie
2012-06-25
2
-2
/
+2
*
bitbake: lib/bb/utils.py: remove unnecessary preserved variables
Paul Eggleton
2012-06-25
1
-2
/
+0
*
bitbake: fetch2: Add new mirror syntax to simplify mirror specifications
Richard Purdie
2012-06-25
2
-5
/
+22
*
bitbake: fetch2: Handle errors orruring when building mirror urls
Richard Purdie
2012-06-25
1
-2
/
+11
*
bitbake: process: Improve _logged_communicate buffering
Richard Purdie
2012-06-25
2
-14
/
+35
*
bitbake: taskdata.py: Add support for rdepends task flag
Richard Purdie
2012-06-25
3
-1
/
+30
*
bitbake: utils.py: Add function to set nonblocking operation on a file descri...
Richard Purdie
2012-06-25
2
-1
/
+6
*
bitbake: git.py: Remove -l option, its not necessary
Richard Purdie
2012-06-25
1
-1
/
+2
*
bitbake: lib/bb/siggen.py: log when tainting the signature of a task
Paul Eggleton
2012-06-25
1
-0
/
+1
*
bitbake: fetch2/git.py: Optimize clone fall back when it is local
Jason Wessel
2012-06-21
1
-1
/
+3
*
bitbake: ui/depexp.py: use the new progressbar in Hob
Kang Kai
2012-06-21
1
-11
/
+18
*
bitbake: fetch2: Update replace_uri to handle uri types explicitly
Richard Purdie
2012-06-21
1
-0
/
+6
*
bitbake: test/fetch: Add a couple of extra test cases
Richard Purdie
2012-06-21
1
-1
/
+29
*
bitbake: test/fetch: Add in unit tests for uri_replace() and git premirrors
Richard Purdie
2012-06-21
1
-3
/
+52
*
bitbake: fetch2: uri_replace() only consider ud.localpath where its a file
Richard Purdie
2012-06-21
1
-1
/
+1
*
bitbake: fetch2: uri_replace() improve mirrortarball handling
Richard Purdie
2012-06-21
1
-1
/
+4
*
bitbake: fetch2: uri_replace() remove what amounts to a null operation and ad...
Richard Purdie
2012-06-21
1
-2
/
+2
[next]