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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: lib/bb/codeparser: ensure BufferedLogger respects target logging level
Paul Eggleton
2017-03-29
1
-1
/
+2
*
bitbake: fetch2: Ensure we don't have file downloads overwriting each other
Richard Purdie
2017-03-29
1
-1
/
+1
*
bitbake: main: Improve -v and -D option documentation
Diana Thayer
2017-03-27
2
-5
/
+26
*
bitbake: tinfoil: enable client-side logger handling by default
Paul Eggleton
2017-03-27
1
-1
/
+5
*
bitbake: lib/bb/msg: introduce logger_create() function
Paul Eggleton
2017-03-27
4
-44
/
+24
*
bitbake: fetch2/git: prevent recursion on getting latest revision
Paul Eggleton
2017-03-27
1
-8
/
+20
*
bitbake: bitbake-diffsigs: Add debug support
Peter Kjellerstedt
2017-03-23
1
-0
/
+9
*
bitbake: bitbake-dumpsig: Add debug support
Peter Kjellerstedt
2017-03-23
1
-0
/
+8
*
bitbake: bitbake-dumpsig: Allow recipe and task to be specified
Peter Kjellerstedt
2017-03-23
1
-11
/
+42
*
bitbake: cooker.py: use correct multiconfig prefix in dependency graph
Patrick Ohly
2017-03-23
1
-1
/
+1
*
bitbake: data/cooker: Sort output data shown by -e
Richard Purdie
2017-03-22
2
-2
/
+2
*
bitbake: fetch/git: fix FetchError reference
Christopher Larson
2017-03-22
1
-1
/
+1
*
bitbake: fetch/git: drop pointless os.path.join, workdir=
Christopher Larson
2017-03-22
1
-2
/
+2
*
bitbake: fetch/git: kill pointless quotes around single % args
Christopher Larson
2017-03-22
1
-5
/
+5
*
bitbake: fetch/git: use enumerate for ud.names
Christopher Larson
2017-03-22
1
-2
/
+2
*
bitbake: data.py: sort exported variables
Juro Bystricky
2017-03-22
1
-1
/
+1
*
bitbake: lib/bb/tests/codeparser: update expand syntax in comment
Joshua Lock
2017-03-22
1
-2
/
+2
*
bitbake: taskdata.py: include more information in error message about broken ...
Patrick Ohly
2017-03-22
1
-1
/
+1
*
bitbake: bitbake-layers: fix layerindex-fetch for Python 3
Paul Eggleton
2017-03-22
1
-1
/
+1
*
bitbake: data_smart: implement missing remote datastore operations
Paul Eggleton
2017-03-22
4
-20
/
+192
*
bitbake: tinfoil: fix override handling in remote datastores
Paul Eggleton
2017-03-22
4
-12
/
+26
*
bitbake: tests/data: Add inactive remove override test
Richard Purdie
2017-03-16
1
-0
/
+7
*
bitbake: runqueue: minor typo fix
Andre McCurdy
2017-03-15
1
-1
/
+1
*
bitbake: ConfHandler: Use the same regular expression for all variable names
Peter Kjellerstedt
2017-03-13
1
-4
/
+4
*
bitbake: knotty: Remove extra whitespace after task progress bars
Peter Kjellerstedt
2017-03-13
1
-3
/
+1
*
bitbake: runqueue: add option to run all tasks in specific build target
Matthew McClintock
2017-03-13
3
-0
/
+21
*
bitbake: toaster: resolve missing 'native[sdk]:' prefixes
David Reyna
2017-03-07
1
-0
/
+8
*
bitbake: fetch2: pass --no-same-owner when extracting tar files compressed wi...
Andre McCurdy
2017-03-04
1
-4
/
+4
*
bitbake: fetch2: remove last remaining usage of deprecated bb.data APIs
Andre McCurdy
2017-03-04
2
-3
/
+1
*
bitbake: fetch2: add initial Amazon AWS S3 fetcher
Andre McCurdy
2017-03-03
2
-2
/
+100
*
bitbake: fetch2: Allow whitespace only mirror entries
Richard Purdie
2017-03-03
1
-1
/
+5
*
bitbake: bitbake-user-manual: Added "path_spec" parameter to SVN Fetcher
Scott Rifenbark
2017-03-01
1
-12
/
+18
*
bitbake: bitbake-user-manual: Rewrite dependency dot file generation
Scott Rifenbark
2017-03-01
1
-5
/
+10
*
bitbake: fetch2: don't use deprecated bb.data APIs
Andre McCurdy
2017-03-01
15
-26
/
+11
*
bitbake: bitbake: Update version to 1.33.2
Richard Purdie
2017-03-01
2
-2
/
+2
*
bitbake: lib/bb/utils: Add filter()
Peter Kjellerstedt
2017-03-01
1
-0
/
+24
*
bitbake: wget.py: match .lz tarballs as well when determining latest version
Alexander Kanavin
2017-03-01
1
-1
/
+1
*
bitbake: process: stop bb.process.communicate mixing bytes and str return types
Mike Crowe
2017-03-01
1
-2
/
+2
*
bitbake: lib/bb/fetch2: rewrite / to - in package names
Anders Darander
2017-03-01
1
-2
/
+3
*
bitbake: fetch2/__init__: handle @ in package names
Anders Darander
2017-03-01
1
-1
/
+1
*
bitbake: fetch2/svn: change 'rsh' parameter to 'ssh'
Markus Lehtonen
2017-02-23
1
-5
/
+5
*
bitbake: runqueue: Fix collapsed setscene dependency tree
Richard Purdie
2017-02-19
1
-1
/
+4
*
bitbake: bitbake-layers: Handle exception raised bytinfoil.prepare()
Aníbal Limón
2017-02-19
1
-10
/
+3
*
bitbake: tinfoil: ensure PATH includes bitbake's bin directory
Paul Eggleton
2017-02-19
1
-0
/
+13
*
bitbake: fetch2: Add NFS Stale file exception handling
Khem Raj
2017-02-19
1
-0
/
+12
*
bitbake: fetch2: Rename "setup_revisons" to "setup_revisions"
Robert P. J. Day
2017-02-19
6
-6
/
+6
*
bitbake: fetch2: Correct two examples of typo "revsion."
Robert P. J. Day
2017-02-19
2
-2
/
+2
*
bitbake: cooker: detect malformed BBMASK expressions which begin with a separ...
Andre McCurdy
2017-02-19
1
-0
/
+5
*
bitbake: cooker: Rewrite dependency dot file generation
Richard Purdie
2017-02-19
2
-62
/
+49
*
bitbake: doc: Replace depexp UI with taskexp and cleanup UI lists
Richard Purdie
2017-02-19
2
-2
/
+2
[next]