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
/
meta
/
lib
/
oe
Commit message (
Expand
)
Author
Age
Files
Lines
*
rootfs.py: allow removal of unneeded packages
Stephano Cetola
2016-08-25
1
-1
/
+3
*
license: simple verification of LICENSE_<pkg> values
Markus Lehtonen
2016-08-25
1
-0
/
+18
*
devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...
Richard Purdie
2016-08-18
1
-9
/
+10
*
lib/oe/copy_buildsystem: fix merging sstate directories for eSDK
Paul Eggleton
2016-08-17
1
-8
/
+12
*
Allow for simultaneous do_rootfs tasks with rpm
uninative-1.3
Stephano Cetola
2016-08-12
1
-3
/
+14
*
terminal: Add sleep in pid-monitor loop
Jacob Kroon
2016-08-10
1
-0
/
+2
*
lib/oe/recipeutils: fix patch_recipe*() with empty input
Paul Eggleton
2016-07-26
1
-1
/
+1
*
classes/populate_sdk_ext: filter sstate within the extensible SDK
Paul Eggleton
2016-07-26
1
-2
/
+20
*
classes/populate_sdk_ext: allow including toolchain in eSDK on install
Paul Eggleton
2016-07-26
1
-2
/
+3
*
lib/oe/path: Fix tar invocation with --no-recursion
Clemens Lang
2016-07-26
1
-1
/
+1
*
lib/oe/gpg_sign: fix output in error paths
Ross Burton
2016-07-26
1
-3
/
+2
*
package_manager.py: Avoid installing an empty package list
Mark Hatle
2016-07-21
1
-0
/
+3
*
buildhistory-diff: reduce PKGR noise
Ed Bartosh
2016-07-21
1
-0
/
+18
*
image: add do_image_qa task to run QA checks on the constructed image
Joshua Lock
2016-07-20
1
-0
/
+13
*
devtool: add finish subcommand
Paul Eggleton
2016-07-20
1
-1
/
+56
*
devtool: upgrade: record original recipe files
Paul Eggleton
2016-07-20
1
-1
/
+3
*
lib/oe/recipeutils: fix a few issues in find_layerdir()
Paul Eggleton
2016-07-20
1
-2
/
+4
*
oe/lib/package: handle shlibs files disappearing
Ross Burton
2016-07-20
1
-1
/
+6
*
lib/oe/patch: handle encoding differences in patch files
Paul Eggleton
2016-07-12
1
-43
/
+57
*
terminal: Drop gnome-terminal --disable-factory workarounds
Richard Purdie
2016-07-08
1
-8
/
+1
*
terminal: Fix gnome-terminal to work with recent versions
Richard Purdie
2016-07-08
1
-1
/
+22
*
lib/oe/path: remove oe.path.check_output
Ross Burton
2016-07-08
1
-45
/
+4
*
lib/oe/sstatesig: print locked sigs file message only when explicitly called
Paul Eggleton
2016-07-08
1
-6
/
+4
*
classes/image: implement progress support for do_rootfs
Paul Eggleton
2016-07-08
1
-13
/
+88
*
lib/oe/package_manager: keep platform_extra and default_platform_extra lists ...
Bill Randle
2016-07-01
1
-6
/
+7
*
package_manager.py: specify tmpdir for opkg
Chen Qi
2016-06-23
1
-1
/
+1
*
package_manager: Fix multilib package arch ordering issues
Richard Purdie
2016-06-21
1
-8
/
+4
*
oe/distro_check.py: Fixes for python3
Aníbal Limón
2016-06-12
1
-48
/
+34
*
lib/oe/terminal.py: decode bytes variable before rstrip/split
Leonardo Sandoval
2016-06-12
1
-1
/
+1
*
oe/lib/pacakge_manager.py: Update missing pipeline decoding
Mariano Lopez
2016-06-07
1
-2
/
+2
*
lib/oe/package_manager: adapt for Python 3
Ross Burton
2016-06-05
1
-2
/
+2
*
lib/oe/buildhistory_analysis: fix for Python 3
Joshua Lock
2016-06-03
1
-10
/
+10
*
distro_check.py: Don't mix tabs and spaces
Jussi Kukkonen
2016-06-02
1
-2
/
+2
*
buildhistory_analysis: Convert stream data (bytes) to strings
Leonardo Sandoval
2016-06-02
1
-1
/
+1
*
classes/lib: Complete transition to python3
Richard Purdie
2016-06-02
14
-54
/
+47
*
scripts: Fix encoding errors for python3
Ed Bartosh
2016-06-02
1
-1
/
+4
*
scripts: Fix deprecated dict methods for python3
Ed Bartosh
2016-06-02
1
-2
/
+2
*
classes/lib: Update xrange -> range for python3
Richard Purdie
2016-06-02
1
-2
/
+2
*
classes/lib: Update to explictly create lists where needed
Richard Purdie
2016-06-02
13
-28
/
+28
*
classes/lib: Update to match python3 iter requirements
Richard Purdie
2016-06-02
5
-9
/
+9
*
classes/lib: Update to use python3 command pipeline decoding
Richard Purdie
2016-06-02
4
-51
/
+53
*
classes/lib: Convert to use python3 octal syntax
Richard Purdie
2016-06-02
3
-6
/
+6
*
lib/oe/recipeutils: fix insertion of variable values
Paul Eggleton
2016-06-01
1
-1
/
+1
*
lib/oe/recipeutils: patch_recipe_lines: allow omitting trailing newlines
Paul Eggleton
2016-06-01
1
-6
/
+11
*
lib/oe/recipeutils: split out patch_recipe_lines()
Paul Eggleton
2016-06-01
1
-5
/
+18
*
lib/oe/package_manager.py: Add pkgpath to dict returned by package_info
Mariano Lopez
2016-05-30
1
-17
/
+24
*
package_manager: no need to output Note: in bb.note() calls
Ross Burton
2016-05-22
1
-8
/
+8
*
meta: Update to modern exception syntax
Richard Purdie
2016-05-21
3
-3
/
+3
*
meta/scripts: python3: rename file -> open
Richard Purdie
2016-05-21
2
-4
/
+4
*
meta/selftest/scripts: Use print function for python3 compatibility
Richard Purdie
2016-05-21
2
-2
/
+2
[next]