Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-04-28 | vala / freesmartphone: vala now also looks in the target directory for vapi ↵ | Michael 'Mickey' Lauer | 16 | |
files We can finally inherit autotools now and remove legacy staging | ||||
2010-04-28 | vala-[native]: update to 0.8.0.95 | Michael 'Mickey' Lauer | 4 | |
2010-04-27 | linux-omap-psp 2.6.32: update patchset to fix mpurate passing and scary udev ↵ | Koen Kooi | 3 | |
errors | ||||
2010-04-27 | u-boot git: update beagleboard patchset to match ↵ | Koen Kooi | 14 | |
http://gitorious.org/beagleboard-validation/u-boot/commits/xm | ||||
2010-04-27 | linux-omap-psp 2.6.32: switch back to 'userspace' governor on beagleboard | Koen Kooi | 2 | |
omap3: bump MACHINE_KERNEL_PR | ||||
2010-04-27 | linux.inc: add angstrom-only hack for angstrom-only toolchain issue | Koen Kooi | 1 | |
2010-04-27 | gst-opencv: add git version | Koen Kooi | 1 | |
2010-04-27 | alsa-lib: add 1.0.23 | Koen Kooi | 1 | |
2010-04-27 | vlc: add 1.0.6 | Koen Kooi | 1 | |
2010-04-26 | linux-openmoko-2.6.32: upgrade to 2.6.32.12, add latest gdrm patches | Martin Jansa | 17 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-26 | fsodeviced: add short preinst work-arround | Martin Jansa | 1 | |
* for opkg complaining that it cannot replace alsa-default dir (leftover from older fsodeviced) with new alsa-default symlink Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-26 | libgee: move back to autotools_stage inherit as ie gee.h wasn't staged now | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-26 | linux-omap-psp 2.6.32: increase dmesg buffer for beagleboard | Koen Kooi | 1 | |
2010-04-26 | libgee: add empty do_stage() for do_stage_append() from vala.bbclass (after ↵ | Martin Jansa | 1 | |
revert a38e7ff2810e55455c7ff7b01d4882344b420e18) | ||||
2010-04-26 | Revert "vala.bbclass and assorted recipes: create own task for installing ↵ | Martin Jansa | 13 | |
.vapi and .deps instead of using do_stage()" * This reverts commit a38e7ff2810e55455c7ff7b01d4882344b420e18. * It was discussed on oe-devel ML and ACKed by Mickey * Side effect of this was also: Everything rebuilt after it cannot be found when used later (NOTE: Couldn't find shared library provider for libfso-glib.so.0) and it's dropped from package RDEPENDS. | ||||
2010-04-26 | freesmartphone: bump SRCREV a bit more for fsotdld@openmoko_gta config | Martin Jansa | 1 | |
2010-04-26 | freesmartphone: bump SRCREV for reliable pppd with fsogsmd | Martin Jansa | 3 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-26 | angstrom-feed-configs: add sdk feed | Koen Kooi | 1 | |
2010-04-26 | efreet: update FILES efreet_desktop_cache_create was moved to libdir in 48085 | Martin Jansa | 1 | |
* see http://trac.enlightenment.org/e/changeset/48085 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-26 | xf86-video-glamo: add patch for modesetting | Martin Jansa | 2 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-26 | matrix-gui: add new recipe and initscript, from arago overlay | Koen Kooi | 2 | |
* slightly changed from arago recipe to conform more to OE guidelines | ||||
2010-04-26 | frameworkd: bump SRCREV for fixed "oneshot" vibration. | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-25 | frameworkd_git.bb: bump rev for fixed MissedCall signal | Klaus Kurzmann | 1 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | ||||
2010-04-25 | libgee: convert to BBEXTENDSCLASS | Michael 'Mickey' Lauer | 2 | |
2010-04-25 | vala.bbclass and assorted recipes: create own task for installing .vapi and ↵ | Michael 'Mickey' Lauer | 13 | |
.deps instead of using do_stage() This allows to move most FSO packages to new staging | ||||
2010-04-25 | frameworkd_git.bb: bump rev to get latest fixes | Klaus Kurzmann | 1 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | ||||
2010-04-25 | mesa, mesa-xlib: add 7.8 | Koen Kooi | 2 | |
2010-04-25 | ventura: bump SRCREV for hidding menu | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-25 | Revert "do_unpack: shift some responsibility around, clean things up" | Chris Larson | 1 | |
Revert "base.bbclass: unbork oe_unpack_file" I give up. Will revisit later, after more testing, and after removing the unnecessary glob usages in SRC_UR in the metadata. This reverts commit 5c8bfd6873939024d57278343035cfab0257bdb3. This reverts commit 757ec3d76d258c15828de2d85dd8ce9abb4c1323. | ||||
2010-04-25 | change INHIBIT_PACKAGE_STRIP to PACKAGE_STRIP with more options | Roman Khimov | 26 | |
Originally approached with "package.bbclass: introduce KEEP_GNU_DEBUGLINK": http://patchwork.openembedded.org/patch/886/ Redone with a change from INHIBIT_PACKAGE_STRIP to PACKAGE_STRIP which allows more options. By default it does exactly the same thing as is done today, strips the binary, but keeps the gnu.debuglink section. When set to "no", stripping is not done at all, when set to "full" the gnu.debuglink section is not re-added to the binary. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Chris Larson <chris_larson@mentor.com> | ||||
2010-04-24 | oe.path.relative: add missing imports | Chris Larson | 1 | |
Signed-off-by: Chris Larson <chris_larson@mentor.com> | ||||
2010-04-25 | kexecboot.inc: disable serial debug for Zaurus c7x0 (enough testing;) | Andrea Adami | 1 | |
2010-04-25 | kexecboot.inc: refresh list of configure options | Andrea Adami | 1 | |
2010-04-24 | [various]: fis absolute reference to 'recipes/'. | Andrea Adami | 5 | |
* this could interfere with local collections. | ||||
2010-04-24 | Revert "oe.path.relative: switch to a different appraoch" | Chris Larson | 1 | |
Drop this for now, seems to cause issues with python 2.5. This reverts commit 5c923fd35c369bae929fc0e110121abeaffab493. | ||||
2010-04-24 | pyphonelog_git.bb: bump rev to get 'multiple contacts with same number' fix | Klaus Kurzmann | 1 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | ||||
2010-04-24 | linux-leviathan: bump to a revision that can suspend/resume. Thanks Alain! | Michael 'Mickey' Lauer | 2 | |
2010-04-24 | base.bbclass: unbork oe_unpack_file | Chris Larson | 1 | |
I accidentally messed up the merge, sorry about that. Signed-off-by: Chris Larson <clarson@kergoth.com> | ||||
2010-04-24 | qemu_0.12.3.bb : add two patches from git to fix cp15 access | Graeme Gregory | 3 | |
Found these were needed when upgrading to gcc 4.5.0/glibc 2.10.1 combo | ||||
2010-04-24 | task-cli-tools-debug: add mkdump | Michael 'Mickey' Lauer | 1 | |
2010-04-24 | mkdump: new recipe; kernel netlink and kobject message dumper | Michael 'Mickey' Lauer | 1 | |
2010-04-24 | vala[-native]: 0.8.0.69-35df9 -> 0.8.0.89-8ccb91 | Michael 'Mickey' Lauer | 3 | |
2010-04-23 | uclibc/nptl: Remove nptl recipes. | Khem Raj | 13 | |
* uclibc nptl has been merged into master upstream. therefore remove the recipes for nptl branch. * Use nptl as default pthreads for uclibc git recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2010-04-23 | oe.path.relative: switch to a different appraoch | Chris Larson | 1 | |
Signed-off-by: Chris Larson <clarson@kergoth.com> | ||||
2010-04-23 | oe.path.relative: leverage os.path.relpath if available | Chris Larson | 1 | |
Signed-off-by: Chris Larson <chris_larson@mentor.com> | ||||
2010-04-23 | oe.path.join: simplify a bit | Chris Larson | 1 | |
Signed-off-by: Chris Larson <chris_larson@mentor.com> | ||||
2010-04-23 | Initial move of common python bits into modules of the 'oe' python package | Chris Larson | 9 | |
Signed-off-by: Chris Larson <chris_larson@mentor.com> | ||||
2010-04-23 | base.bbclass: add <dir>/lib for each dir in BBPATH to the python search path | Chris Larson | 1 | |
Also makes the os, time, and bb package availability explicit. Signed-off-by: Chris Larson <chris_larson@mentor.com> | ||||
2010-04-23 | do_unpack: shift some responsibility around, clean things up | Chris Larson | 1 | |
- Move the unpacking message printing into do_unpack - Move the destination directory determination into do_unpack - Use subprocess's ability to pass in PATH and cwd rather than mangling the cmd - Use shutil.copy2/copytree for ordinary file "unpack" - Use the existing urldata from bb.fetch.init rather than re-decodeurl'ing the urls - Only display the unpack destdir to the user when debugging is enabled, as we all know they unpack into WORKDIR Signed-off-by: Chris Larson <chris_larson@mentor.com> | ||||
2010-04-23 | perl: undef 'futimes' for uclibc build | Vladimir Sorokin | 2 | |
Function 'futimes' doesn't exist in uClibc. Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru> |