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
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake/fetch: Ensure SRCREVINACTION always resets the core flags even when p...
Richard Purdie
2009-09-24
1
-3
/
+5
*
__init__.py: export GIT_PROXY_COMMAND for those behind draconian proxies
Mike Turquette
2009-08-26
1
-1
/
+1
*
bitbake: Remove persist_data domain renaming code as it appears to expose sql...
Richard Purdie
2009-07-30
1
-3
/
+7
*
bitbake: Add a --revisions-changed commandline option to indicate when floati...
Richard Purdie
2009-07-29
1
-1
/
+22
*
bitbake: Add PN to SRCREV keyhash in the persistent database to avoid conflic...
Richard Purdie
2009-06-10
1
-3
/
+8
*
bitbake: fetch/init: Add 'HOME' to list of variables exported when runnig fet...
Richard Purdie
2009-01-19
1
-1
/
+1
*
Adds username support to the git fetcher, and exports SSH_AGENT_PID + SSH_AUT...
Robert Bragg
2008-12-03
1
-1
/
+1
*
bitbake: Optionally take username/password options from url parameters
Richard Purdie
2008-11-05
1
-0
/
+4
*
base.bbclass: Set GIT_CONFIG correctly
Richard Purdie
2008-11-04
1
-1
/
+1
*
bitbake: Don't export the GIT_PROXY_COMMAND in the fetcher code since it mean...
Richard Purdie
2008-10-31
1
-1
/
+1
*
bitbake: Preserve http_proxy and ftp_proxy in fetcher command execution
Richard Purdie
2008-10-23
1
-1
/
+1
*
bitbake: Improve proxy variable handling in fetchers
Richard Purdie
2008-10-22
1
-0
/
+6
*
fetch/__init__.py: Add in hooks to make sure osc fetcher is seen
Richard Purdie
2008-10-02
1
-0
/
+2
*
bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't c...
Richard Purdie
2008-09-30
1
-0
/
+2
*
__init__.py: Error if SRCREV == INVALID
Richard Purdie
2008-07-22
1
-0
/
+5
*
Use bb.utils.md5_file isntead of calling md5sum
Ross Burton
2008-05-01
1
-8
/
+1
*
bitbake: Sync with bitbake 1.8 branch
Richard Purdie
2008-04-27
1
-0
/
+24
*
bitbake: Improve fetcher runcmd function so error messages are visable and va...
Richard Purdie
2008-04-08
1
-5
/
+14
*
bitbake: Update to bitbake 1.8 branch head
Richard Purdie
2008-03-03
1
-2
/
+10
*
bitbake fetcher: Make invalid url errors clearer
Richard Purdie
2007-11-27
1
-1
/
+2
*
bitbake: Convert fetcher code to using bb.utils locking functions
Richard Purdie
2007-11-24
1
-6
/
+3
*
bitbake: Update SRCREV fetcher code to cope better with multiple SCM packages
Richard Purdie
2007-11-13
1
-1
/
+30
*
bitbake: fetcher init - clear data's internal expand cache since the cached S...
Richard Purdie
2007-11-08
1
-0
/
+3
*
bitbake: fetcher updates - Add BB_GENERATE_MIRROR_TARBALLS option to allow di...
Richard Purdie
2007-11-07
1
-1
/
+18
*
bitbake: Add hg fetcher (from bitbake upstream)
Richard Purdie
2007-10-11
1
-0
/
+2
*
bitbake: Sync with 1.8 upstream branch
Richard Purdie
2007-09-05
1
-0
/
+2
*
bitbake: Sync with 1.8.8 release
Richard Purdie
2007-08-20
1
-19
/
+20
*
bitbake: Sync with 1.8 head. Adds locking to the fetcher to prevent parallel ...
Richard Purdie
2007-08-16
1
-1
/
+14
*
bitbake: Sync with upstream 1.8 branch for fixes
Richard Purdie
2007-08-12
1
-2
/
+15
*
bitbake: Sync with upstream
Richard Purdie
2007-08-11
1
-60
/
+43
*
bitbake fetch/__init__.py: Don't print double newlines
Richard Purdie
2007-08-09
1
-1
/
+1
*
bitbake: Try to fix cache locking issue
Richard Purdie
2007-08-04
1
-5
/
+7
*
bitbake: Update along 1.8 branch
Richard Purdie
2007-08-03
1
-65
/
+236
*
bitbake: Sync with upstream.
Richard Purdie
2007-01-08
1
-18
/
+17
*
fetch/__init__.py: Allow srcdate to be overridden in SRC_URI
Richard Purdie
2006-12-06
1
-2
/
+5
*
fetch/__init__.py: Store url data per .bb file fixing urldata contamination b...
Richard Purdie
2006-11-27
1
-6
/
+11
*
bitbake: Upgrade from 1.4 -> 1.7.4ish
Richard Purdie
2006-11-16
1
-55
/
+112
*
Add initial SSH fetcher to bitbake.
Chris Larson
2006-07-21
1
-0
/
+2
*
bitbake: Update against upstream stable branch (includes srcdate='now' support)
Richard Purdie
2006-06-10
1
-0
/
+22
*
Update to bitbake 1.4.2 (latest stable branch release). This includes the cac...
Richard Purdie
2006-05-09
1
-4
/
+0
*
Update to latest bitbake
Richard Purdie
2006-03-20
1
-3
/
+32
*
Update bitbake to latest bitbake svn
Richard Purdie
2006-02-10
1
-0
/
+175