index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bitbake/siggen.py: Fix whitelisted variable handling
Richard Purdie
2011-01-12
2
-10
/
+22
*
kernel bbclass: add 'perf' to kernel-modules blacklist
Koen Kooi
2011-01-12
1
-1
/
+1
*
build: remove duplicate import of utils
Bernhard Reutner-Fischer
2011-01-12
1
-1
/
+0
*
*: use utils.remove() some more
Bernhard Reutner-Fischer
2011-01-12
5
-23
/
+13
*
codeparser: fix spacing in diagnostic messages
Bernhard Reutner-Fischer
2011-01-12
1
-2
/
+2
*
bitbake/knotty.py: Ensure task note messages are only surpressed at default l...
Richard Purdie
2011-01-12
1
-2
/
+6
*
Adding check for DL_DIR permissions: sanity.bbclass
Beth Flanagan
2011-01-12
1
-1
/
+9
*
bitbake/goggle: don't drop events
Joshua Lock
2011-01-12
1
-1
/
+1
*
bitbake/depexp: closing progress dialog kills gui
Joshua Lock
2011-01-12
1
-0
/
+1
*
bitbake/goggle: closing the progress dialog kills the UI
Joshua Lock
2011-01-12
1
-0
/
+1
*
bitbake/uievent: fix queueing of events for xmlrpc before UI has loaded
Joshua Lock
2011-01-12
1
-2
/
+5
*
meta-environment: Remove c++ include dir from CXXFLAGS.
Lianhao Lu
2011-01-12
2
-4
/
+2
*
wpa-supplicant 0.7.3: fix dbus service activation
Koen Kooi
2011-01-12
2
-1
/
+4
*
wpa-supplicant 0.7: fix GNU HASH QA issue
Koen Kooi
2011-01-12
2
-2
/
+2
*
bbvars.py: add a script to look for undocumented variables
Darren Hart
2011-01-12
1
-0
/
+186
*
adt-intaller feature implementation, including the bitbake recipe file for cr...
Liping Ke
2011-01-12
9
-0
/
+937
*
linux-yocto: add routerstation pro and mpc8315e-rdb support
Bruce Ashfield
2011-01-12
4
-6
/
+6
*
trace-cmd: Bump SRCREV and recipe PV and PR values.
Darren Hart
2011-01-12
3
-6
/
+6
*
libxml-simple-perl: fix build failure with perl 5.12.2
Nitin A Kamble
2011-01-12
1
-1
/
+3
*
cpan.bbclass: add a new parameter EXTRA_PERLFLAGS
Nitin A Kamble
2011-01-12
1
-1
/
+2
*
cpan.bbclass: use LIBDIR instead of DATADIR
Nitin A Kamble
2011-01-12
3
-5
/
+5
*
perl, perl-native: upgrade from 5.8.8 to 5.12.2
Nitin A Kamble
2011-01-12
74
-2196
/
+2596
*
puzzles: update SRC_URI Checksum due to file changing upstream
Saul Wold
2011-01-12
1
-2
/
+2
*
runqueue.py: Renable check_stamp_fn() for now since we still fork for task ex...
Richard Purdie
2011-01-10
1
-14
/
+10
*
bitbake/runqueue.py: Simplify hashdata storage since we're not using an exter...
Richard Purdie
2011-01-10
1
-17
/
+14
*
msg: no need to hardcode the logging levels
Chris Larson
2011-01-10
1
-2
/
+2
*
vim: properly highlight python inside of ${@}
Chris Larson
2011-01-10
1
-10
/
+9
*
vim: handle highlighting exports without assignment
Chris Larson
2011-01-10
1
-0
/
+2
*
vim: add an ftplugin for indentation settings
Chris Larson
2011-01-10
1
-0
/
+1
*
Inject taskpid into log records via our log handler
Chris Larson
2011-01-10
2
-8
/
+4
*
bitbake/runqueue.py: Fix del_stamp calls and -f option to bitbake with the Ba...
Richard Purdie
2011-01-10
1
-5
/
+6
*
Merge branch 'srifenbark/docs' of ssh://git.pokylinux.org/poky-contrib
Richard Purdie
2011-01-10
2
-5
/
+12
|
\
|
*
documentation/yocto-project-qs/yocto-project-qs.xml: Corrections to Using Pr...
Scott Rifenbark
2011-01-06
1
-4
/
+11
|
*
documentation/bsp-guide/bsp.xml: Commented out three sections.
Scott Rifenbark
2011-01-06
1
-1
/
+1
*
|
linux-yocto: update to 2.6.37
Bruce Ashfield
2011-01-10
1
-11
/
+11
*
|
kern-tools: create generic variables for platform/board/kernel
Bruce Ashfield
2011-01-10
1
-2
/
+2
*
|
linux-yocto: update SRCREV to pickup debug/ftrace config changes
Bruce Ashfield
2011-01-10
1
-1
/
+1
*
|
routerstation: disable command line overrides
Bruce Ashfield
2011-01-10
1
-2
/
+2
*
|
kernel-yocto: pass the build directory to configme
Bruce Ashfield
2011-01-10
2
-2
/
+2
*
|
Fetcher: only set __BB_DONT_CACHE when SRCREV = "${AUTOREV}"
Yu Ke
2011-01-10
1
-3
/
+3
*
|
Fetcher: break the "SRCREVINACTION" deadlock
Yu Ke
2011-01-10
7
-54
/
+19
*
|
bb.fetch2.bzr: add bzr urldata_init
Yu Ke
2011-01-10
1
-2
/
+5
*
|
bb.fetch2.hg: add hg urldata_init
Yu Ke
2011-01-10
1
-5
/
+9
*
|
bb.fetch2.svn.py: add urldata_init
Yu Ke
2011-01-10
1
-1
/
+5
*
|
bb.fetch2.git.py: add git urldata_init
Yu Ke
2011-01-10
1
-4
/
+9
*
|
bb.fetch2: add urldata_init call for Fetch class
Yu Ke
2011-01-10
1
-0
/
+2
*
|
BBHandler: remove bb.fetch referrence
Yu Ke
2011-01-10
1
-1
/
+1
*
|
machines: move PACKAGE_EXTRA_ARCHS to tune files
Koen Kooi
2011-01-10
41
-29
/
+38
*
|
bitbake: For poky only, force the use of fetch2 codebase
Richard Purdie
2011-01-10
1
-1
/
+1
*
|
bitbake: Switch to fetch2 fetcher code based on the environment variable BBFE...
Richard Purdie
2011-01-10
1
-0
/
+3
[prev]
[next]