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
/
bb
/
fetch
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake/git.py: Make sure different branches can have different revisions wit...
Richard Purdie
2010-08-13
1
-1
/
+1
*
bitbake/git.py: Allow tracking of branches in SRC_URI without cloning for use...
Richard Purdie
2010-08-13
2
-4
/
+9
*
bitbake/git.py: Make sure a full clone checkout always updates
Richard Purdie
2010-08-13
1
-1
/
+1
*
*: cosmetic whitespace removal
Bernhard Reutner-Fischer
2010-08-03
1
-1
/
+1
*
bitbake: fetch: Only mark srcrev recipes as uncached when outside of SRCREV c...
Richard Purdie
2010-07-25
1
-1
/
+2
*
3.0 prep
Chris Larson
2010-07-02
2
-12
/
+14
*
Apply some 2to3 refactorings
Chris Larson
2010-07-02
1
-1
/
+1
*
Start ditching fatal() calls in favor of raising appropriate exceptions
Chris Larson
2010-07-02
1
-3
/
+3
*
Change wget fetcher to use the runfetchcmd
Ryan Phillips
2010-07-02
2
-25
/
+6
*
persist_data: cache connection and use cursor
Bernhard Reutner-Fischer
2010-07-02
1
-4
/
+5
*
fetch: commentary typo fix in fetcher_init()
Bernhard Reutner-Fischer
2010-07-02
1
-1
/
+1
*
fetch: documentation typo fix
Bernhard Reutner-Fischer
2010-07-02
1
-1
/
+1
*
fetch: Check for existence of tar file along with md5 signature
Khem Raj
2010-07-02
1
-2
/
+2
*
Kill unnecessary usages of the types module
Chris Larson
2010-07-02
1
-2
/
+1
*
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
2010-07-02
3
-16
/
+16
*
Switch some references to moved functions
Chris Larson
2010-07-02
2
-3
/
+5
*
Add a missing import of print_function
Chris Larson
2010-07-02
1
-0
/
+1
*
Apply the 2to3 print function transform
Chris Larson
2010-07-02
3
-3
/
+3
*
Import fixups
Chris Larson
2010-07-02
1
-2
/
+1
*
Formatting cleanups
Chris Larson
2010-07-02
9
-45
/
+40
*
Stop using functions via 'bb' that were moved from there to other modules
Chris Larson
2010-07-02
1
-5
/
+5
*
Ensure we always utilize the correct messaging domains
Chris Larson
2010-07-02
1
-3
/
+3
*
Drop doctest, as we aren't utilizing it
Chris Larson
2010-07-02
1
-33
/
+0
*
bitbake decodeurl: fix the file:// url handling
Nitin A Kamble
2010-06-07
1
-1
/
+4
*
Fix 7 references to undefined variables, as spotted by pyflakes
Chris Larson
2010-03-25
1
-2
/
+2
*
Expand PREMIRRORS
Enrico Scholz
2010-03-25
1
-1
/
+1
*
Avoid unnecessary calls to keys() when iterating over dictionaries.
Chris Larson
2010-03-22
1
-2
/
+2
*
Fix ud.basecmd error introduced by the FETCHCMD_git commit
Chris Larson
2010-03-22
1
-1
/
+2
*
Add initial 'repo' fetcher
Tom Rini
2010-03-22
2
-0
/
+108
*
Move encodeurl, decodeurl into bb.fetch.
Chris Larson
2010-03-22
1
-0
/
+94
*
Move MalformedUrl, VarExpandError into appropriate modules.
Chris Larson
2010-03-22
1
-0
/
+3
*
Add FETCHCMD parameter for git
Martyn Welch
2010-03-22
1
-10
/
+13
*
bitbake fetch/__init__.py: Failing urls should raise errors, not fatal except...
Richard Purdie
2010-03-15
1
-1
/
+1
*
bitbake: fix invalid method and logic
Joshua Lock
2010-02-05
1
-3
/
+3
*
bitbake: Test premirrors and mirrors in checkstatus()
Joshua Lock
2010-02-05
1
-4
/
+18
*
bitbake: Fix try_mirrors() logic, was only trying the first mirror.
Joshua Lock
2010-02-04
1
-1
/
+2
*
bitbake: if PREMIRRORS set test for local file in FetchData.setup_localpath
Joshua Lock
2010-02-04
1
-8
/
+22
*
bitbake: Enhance the fetchers' support for local mirrors
Joshua Lock
2010-02-04
1
-7
/
+15
*
bitbake: unify mirror support and make it independant of the fetcher
Joshua Lock
2010-02-04
10
-99
/
+53
*
bitbake/git: remove repodir usage (from bitbake master)
Martin Jansa
2010-01-21
1
-1
/
+1
*
bitbake: Switch to bitbake-dev version (bitbake master upstream)
Richard Purdie
2010-01-20
6
-38
/
+87
*
bitbake/git.py: Typo fix
Richard Purdie
2009-12-11
1
-2
/
+2
*
bitbake/git.py: Add support for fullclone parameter
Richard Purdie
2009-12-11
1
-2
/
+8
*
bitbake/git.py: Move variable init into the localpath function
Richard Purdie
2009-12-11
1
-19
/
+17
*
git.py: Improve command failure error messages
Richard Purdie
2009-12-11
1
-1
/
+4
*
bitbake: Fix dict changing size problems
Richard Purdie
2009-11-26
1
-3
/
+5
*
fetch/__init__.py: Try and make the sortable_revision code mode readable
Richard Purdie
2009-11-13
2
-4
/
+8
*
bitbake: Sync various functions with those from bitbake-dev and bitbake upstream
Richard Purdie
2009-11-13
1
-13
/
+18
*
bitbake: Sync module import cleanups back from bitbake trunk
Richard Purdie
2009-11-13
10
-19
/
+8
*
bitbake: hg fetcher - sync bitbake-dev and remove debug
Richard Purdie
2009-10-20
1
-4
/
+0
[next]