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
...
*
xserver-xf86-lite: Fix compilation break for ARM architecture.
Enric Balletbo i Serra
2010-03-03
6
-3
/
+313
*
gcc: Fix fail to compile since they can't find limits.h include.
Enric Balletbo i Serra
2010-03-03
3
-2
/
+3
*
liboil: 0.3.14 -> 0.3.17
Richard Purdie
2010-03-03
2
-1
/
+1
*
eds-dbus: Disable parallel make build problem
Richard Purdie
2010-03-03
2
-1
/
+23
*
tasks: Bump to version 0.15
Joshua Lock
2010-03-01
4
-22
/
+9
*
gdb-cross: Allow to build after recent gettext changes
Gary Thomas
2010-02-26
1
-0
/
+1
*
packaged-staging: post-process non-binary files to fix paths in native packages
Joshua Lock
2010-02-26
1
-6
/
+19
*
handbook: tmp/staging was renamed to tmp/sysroots - update references
Joshua Lock
2010-02-26
3
-9
/
+9
*
preferred-xorg-versions: Bump versions to match available recipes
Joshua Lock
2010-02-26
1
-3
/
+3
*
linux-omap: Build fix
Richard Purdie
2010-02-23
1
-0
/
+2
*
poky-moblin.inc: Move to meta-moblin
Richard Purdie
2010-02-23
1
-0
/
+0
*
glibc: Allow 2.9 to work with binutils 2.20 (patch from OE.dev)
Richard Purdie
2010-02-23
2
-0
/
+36
*
poky/moblin: Switch to binutils 2.20
Richard Purdie
2010-02-23
2
-3
/
+3
*
binutils: Add 2.20 (patchset from OE.dev)
Richard Purdie
2010-02-23
17
-0
/
+803
*
libpcap: Update to 1.0.0 and sync with OE.dev
Richard Purdie
2010-02-23
8
-37
/
+231
*
portmap: Sync with OE.dev
Richard Purdie
2010-02-23
3
-85
/
+3
*
a52dec: Clean up CFLAGS
Richard Purdie
2010-02-23
2
-2
/
+90
*
perl: Update to work with native binary relative path locations
Richard Purdie
2010-02-22
1
-1
/
+1
*
relocatable.bbclass: Clean up indentation
Richard Purdie
2010-02-22
1
-43
/
+46
*
relocatable.bbclass: Handle symlinks correctly
Richard Purdie
2010-02-22
1
-1
/
+6
*
cross.bbclass: Note that relocatable binaries disabled for a reason
Joshua Lock
2010-02-18
1
-0
/
+3
*
linux: Enable linux-2.6.32 for qemux86 and qemuppc
Joshua Lock
2010-02-18
2
-1
/
+2156
*
relocatable.bbclass: Enhancements to rpath replacement algorithm
Joshua Lock
2010-02-18
1
-15
/
+38
*
bitbake: Revert "providers.py: sort eligible providers by DEFAULT_PREFERENCE"
Richard Purdie
2010-02-16
1
-2
/
+0
*
eggdbus: Add missing dbus-glib DEPENDS
Richard Purdie
2010-02-15
1
-2
/
+2
*
qmake-naitve: Fix do_install
Richard Purdie
2010-02-15
2
-3
/
+3
*
bitbake: [cache] copy instead of deepcopy in sync
Holger Freyther
2010-02-15
1
-1
/
+1
*
bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ...
Chris Larson
2010-02-15
1
-22
/
+13
*
bitbake: [parse] Use bb.which in resolve_file
Chris Larson
2010-02-15
1
-7
/
+3
*
bitbake: [parser] Make resolve_file only resolve the path
Holger Freyther
2010-02-15
3
-16
/
+12
*
bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedup
Holger Freyther
2010-02-15
1
-14
/
+23
*
bitbake: [parser] prepare to cache some .bbcclass and .inc files
Holger Freyther
2010-02-15
1
-11
/
+18
*
bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a file
Holger Freyther
2010-02-15
4
-64
/
+51
*
bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.
Chris Larson
2010-02-15
2
-21
/
+23
*
bitbake: [parse] Don't use relative import of parse_py.
Chris Larson
2010-02-15
1
-1
/
+1
*
bitbake: [parse] Move the last method to the AST...
Holger Freyther
2010-02-15
1
-1
/
+10
*
bitbake: [parser] Move more methods to the ast scheme
Holger Freyther
2010-02-15
1
-31
/
+48
*
bitbake: [parser] Move one more item to the ast
Holger Freyther
2010-02-15
1
-34
/
+41
*
bitbake: [parser] Move methodflags over to the ast
Holger Freyther
2010-02-15
1
-15
/
+23
*
bitbake: [parser] Build fix
Richard Purdie
2010-02-15
1
-2
/
+2
*
bitbake: [parser] Move more statements over the two phase AST
Holger Freyther
2010-02-15
1
-17
/
+40
*
bitbake: [parse] Change handling include through the AstNode
Holger Freyther
2010-02-15
1
-8
/
+2
*
bitbake: [parser] Call eval and remove non ast code
Holger Freyther
2010-02-15
1
-2
/
+1
*
bitbake: [parser] Call eval immeditaley to test this code
Holger Freyther
2010-02-15
1
-33
/
+4
*
bitbake: [parser] Prepare to cease out getFunc
Holger Freyther
2010-02-15
1
-12
/
+17
*
bitbake: [parser] Preserve include vs. require behaviour
Richard Purdie
2010-02-15
1
-3
/
+7
*
bitbake: [parser] Firs set of AST nodes with construction and eval
Holger Freyther
2010-02-15
1
-0
/
+78
*
bitbake: [parser] Add documentation about usage of this code
Holger Freyther
2010-02-15
1
-0
/
+1
*
bitbake: [parser] Move the finalise into the ast as well
Holger Freyther
2010-02-15
2
-43
/
+41
*
bitbake: [parser] Cary a Statement Node through the parsing
Holger Freyther
2010-02-15
4
-79
/
+92
[prev]
[next]