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
/
fetch2
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bitbake: fetch2: Avoid recursive errors
Richard Purdie
2017-01-20
1
-0
/
+9
*
bitbake: gitsm.py: Add force flag to git checkout command in update_submodules
Ola Redell
2017-01-17
1
-1
/
+1
*
bitbake: fetch2/wget: fixup case with no useful netrc data
Mark Asselstine
2016-12-21
1
-1
/
+1
*
bitbake: fetch2/wget: add Basic Auth from netrc to checkstatus()
Matthew McClintock
2016-12-20
1
-2
/
+14
*
bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network access
Markus Lehtonen
2016-11-30
7
-12
/
+15
*
bitbake: bitbake: remove True option to getVarFlag calls
Joshua Lock
2016-11-30
1
-2
/
+2
*
bitbake: bitbake: remove True option to getVar calls
Joshua Lock
2016-11-30
14
-92
/
+92
*
bitbake: lib/bb: Don't use deprecated bb.data.getVar/setVar API
Richard Purdie
2016-11-23
8
-17
/
+17
*
bitbake: fetch2: npm: conditionally hide NPM_LOCKDOWN / NPM_SHRINKWRAP warnings
Paul Eggleton
2016-11-23
1
-8
/
+14
*
bitbake: fetch2: handle absolute paths in subdir
Ross Burton
2016-09-22
1
-1
/
+7
*
bitbake: bitbake: fetch2: Make SRCREV_FORMAT name substitution safer
Ulf Magnusson
2016-09-15
1
-1
/
+11
*
bitbake: fetch2/npm: don't download same URL multiple times
Paul Eggleton
2016-09-15
1
-4
/
+8
*
bitbake: fetch2/npm: clarify comment
Paul Eggleton
2016-09-08
1
-1
/
+1
*
bitbake: fetch2/npm: handle top-level shrinkwrap file
Paul Eggleton
2016-09-08
1
-2
/
+9
*
bitbake: fetch2/npm: support subdir= parameter
Paul Eggleton
2016-09-08
1
-1
/
+6
*
bitbake: fetch2/npm: fix broken fetches if more than one npm URL fetched
Paul Eggleton
2016-09-08
1
-3
/
+3
*
bitbake: fetch2/npm: explicitly specify workdir
Paul Eggleton
2016-09-08
1
-1
/
+2
*
bitbake: bb.fetch2.svn: correctly pass workdir when fetching
Christopher Larson
2016-09-02
1
-1
/
+1
*
bitbake: wget: allow basic http auth for SSTATE_MIRRORS
Stephano Cetola
2016-09-02
1
-0
/
+11
*
bitbake: fetch2: Handle multiconfig fetcher issues
Richard Purdie
2016-09-02
1
-3
/
+4
*
bitbake: fetch2: clean up remaining cwd saves/changes
Matt Madison
2016-08-25
1
-11
/
+0
*
bitbake: fetch2: preserve current working directory
Matt Madison
2016-08-20
13
-137
/
+101
*
bitbake: git: Allow local repos to use HEAD
Richard Purdie
2016-08-20
1
-1
/
+15
*
bitbake: fetch2/gitannex.py: use 'git annex init' instead of 'git annex sync'
Terry Boese
2016-08-11
1
-1
/
+1
*
bitbake: fetch: Fix use of tar's --exclude option for tar >= 1.29
Mariano Lopez
2016-08-10
4
-4
/
+4
*
bitbake: fetch2: fix pickle issues while switching from master to krogoth
Maxin B. John
2016-07-29
1
-2
/
+2
*
bitbake: fetcher2/__init__: Print command in case of ExecutionError in runfet...
Mario Domenech Goulart
2016-07-26
1
-1
/
+1
*
bitbake: fetch: copy files with -H
Enrico Scholz
2016-07-26
1
-1
/
+1
*
bitbake: fetch2: implement progress support
Paul Eggleton
2016-07-19
3
-8
/
+76
*
bitbake: fetch2/wget: attempt checkstatus again if it fails
Ross Burton
2016-07-08
1
-4
/
+8
*
bitbake: fetch2/perforce: Rework to support SRCREV and P4CONFIG
Andrew Bradford
2016-06-16
2
-123
/
+150
*
bitbake: fetch2: fix unpacking of deb packages
Stephano Cetola
2016-06-16
1
-1
/
+1
*
bitbake: fetch2: fix unpacking of deb packages
Paul Eggleton
2016-06-03
1
-1
/
+12
*
bitbake: fetch2/git.py: References must match exactly
Peter Kjellerstedt
2016-06-03
1
-3
/
+4
*
bitbake: bitbake: Convert to python 3
Richard Purdie
2016-06-02
7
-59
/
+51
*
bitbake: bitbake: Drop futures usage since we're python 3
Richard Purdie
2016-06-02
2
-3
/
+0
*
bitbake: fetch: Use OrderedDict for url parameters
Richard Purdie
2016-05-13
1
-2
/
+3
*
bitbake: bitbake: Update logger.warn() -> logger.warning()
Richard Purdie
2016-05-11
2
-20
/
+20
*
bitbake: bitbake: fetch2: Safer check for BB_ORIGENV datastore
Leonardo Sandoval
2016-05-06
1
-1
/
+2
*
bitbake: fetch2: export DBUS_SESSION_BUS_ADDRESS to support authentication ag...
Ross Burton
2016-04-29
1
-2
/
+3
*
bitbake: fetch2/git.py: remove .indirectiondir workaround
Robert Yang
2016-04-06
1
-17
/
+1
*
bitbake: fetch2: BB_ALLOWED_NETWORKS should not care about port numbers
Olof Johansson
2016-04-03
1
-0
/
+1
*
bitbake: fetch2: Ensure that incorrect checksumed files are always renamed
Richard Purdie
2016-03-31
1
-8
/
+21
*
bitbake: fetch2/wget.py: _check_latest_version_by_dir fix prefix detection
Aníbal Limón
2016-03-28
1
-2
/
+12
*
bitbake: fetch2/wget.py: _check_latest_version_by_dir use group names
Aníbal Limón
2016-03-28
1
-4
/
+4
*
bitbake: fetch2: Handle lockfiles for file:// urls redirected to mirrors
Richard Purdie
2016-03-26
1
-0
/
+8
*
bitbake: bitbake: fetch2/gitsm: Fix fetch when the repository contains nested...
Derek Straka
2016-03-26
1
-5
/
+2
*
bitbake: cache: Make BB_DONT_CACHE variable external
Markus Lehtonen
2016-03-23
1
-1
/
+1
*
bitbake: fetch2/npm: fix ud.registry so that alternative registries can be ha...
Brendan Le Foll
2016-03-12
1
-1
/
+1
*
bitbake: fetch2: Make SRC_URI[md5sum] and SRC_URI[sha256sum] expand their values
Peter Kjellerstedt
2016-03-09
1
-2
/
+2
[prev]
[next]