Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-02-23 | gnome-system-tools: add 2.28.2 | Koen Kooi | 1 | |
2010-02-23 | cpufrequtils 006: add patch from upstream to fix /proc/stat reading | Koen Kooi | 2 | |
* This brings 006 up to 007 functionally, without all the buildsystem changes in between | ||||
2010-02-23 | transmission_1.91.bb : add new version, few minor bug fixes | Graeme Gregory | 1 | |
2010-02-23 | network-manager-applet_0.8.bb : add new version | Graeme Gregory | 1 | |
2010-02-23 | networkmanager-openvpn_0.8.bb : add new version | Graeme Gregory | 1 | |
2010-02-23 | networkmanager_0.8.bb : add new version | Graeme Gregory | 1 | |
2010-02-22 | eggdbus: disable parallel make due to eggdbusenumtypes.h gen/use | Denys Dmytriyenko | 1 | |
Quick workaround to make it build again. Can probably be fixed properly in the Makefile... No PR bump. | ||||
2010-02-22 | libgpsmgr_0.1.bb : apply patch to remove debian requirement, update staging. | Graeme Gregory | 2 | |
http://wiki.navit-project.org/index.php/Navit_on_OpenEmbedded_for_n810 has a patch that is required on non debian systems. | ||||
2010-02-22 | libgpsbt_0.1.bb : apply patch to remove debian requirement, update staging. | Graeme Gregory | 2 | |
http://wiki.navit-project.org/index.php/Navit_on_OpenEmbedded_for_n810 has a patch that is required on non debian systems. | ||||
2010-02-22 | gtk+_2.18.6.bb : fix EXTRA_OECONF for native builds. | Graeme Gregory | 1 | |
We dont have a native libjpeg so make sure its disabled. | ||||
2010-02-22 | task-cli-tools: add mterm2 and remove from task-fso2-compliance | Michael 'Mickey' Lauer | 3 | |
2010-02-22 | task-cli-tools: add mdbus2 and mbuffer | Michael 'Mickey' Lauer | 1 | |
2010-02-22 | mbuffer: new recipe; measuring buffer | Michael 'Mickey' Lauer | 1 | |
2010-02-22 | external-toolchain-csl: add the list of supported locales | Denys Dmytriyenko | 1 | |
2010-02-22 | libgles-omap3: depend on proper fbset, set rgba correctly for 32bpp and try ↵ | Koen Kooi | 3 | |
to enable tripple buffering | ||||
2010-02-22 | udev 151 OE rules: update to drop deprecated options | Koen Kooi | 3 | |
2010-02-22 | xf86-video-displaylink 0.3: add gentoo patch to fix build | Koen Kooi | 2 | |
2010-02-22 | kernel-module-udlfb: add git version | Koen Kooi | 1 | |
* the recipe has hints for the needed kernel config * doesn't require special Xserver, fbdev works | ||||
2010-02-21 | dbus: add 1.2.20, convert to new style staging | Koen Kooi | 6 | |
2010-02-21 | cairo: add 1.8.10 | Koen Kooi | 1 | |
2010-02-21 | udev 151: bump PR | Koen Kooi | 1 | |
2010-02-21 | networkmanager 0.7.999: bump PR | Koen Kooi | 1 | |
2010-02-21 | u-boot-git: update beagleboard patches for new XM revision | Koen Kooi | 6 | |
* needs more work, but it sets the correct mux now for DVI output | ||||
2010-02-21 | gnome-bluetooth git: raise default pref for angstrom | Koen Kooi | 1 | |
2010-02-21 | xinit: add dependency on util-linux-ng | Frans Meulenbroeks | 1 | |
if util-linux-ng is build before xinit, xinit will use mcookie (exported by util-linux-ng) Howwever if util-linux-ng is not build before xinit it will not use mcookie. This leads to an undesired scenario. E.g. the version of xinit on the angstrom feed needed mcookie, but as my system did not have util-linux-ng installed, startx failed. By making the dependency explicit at least we get consisency and apparently using mcookie is the preferred solution. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-02-21 | klibc: major patch split and reordering, recipe cleaning. | Andrea Adami | 27 | |
* update order of patches to include upstream changes * bump PR for all three recipes * fix typo in klibc_1.5 about 'sh' * clean tabs Signed-off-by: Andrea Adami <andrea.adami@gmail.com> | ||||
2010-02-21 | pixman: disable gtk, to break circular dependency gtk+->cairo->pixman->gtk+ ↵ | Martin Jansa | 1 | |
and also libtool issue Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-02-21 | klibc_1.5.15+1.5.16: initial commit. Legacy staging is broken. WIP. | Andrea Adami | 16 | |
2010-02-20 | fsomusicd: move more gst-plugins to RRECOMMENDS as agreed with fsomusicd ↵ | Martin Jansa | 1 | |
author, fix gst-plugin-souphttpsrc name Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-02-20 | fsomusicd: add gst-plugins to DEPENDS, -ugly conditionaly wrt ENTERPRISE_DISTRO | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-02-20 | linux-leviathan: bump to revision with backlight and alsa (almost) working | Michael 'Mickey' Lauer | 2 | |
2010-02-19 | meta-toolchain: make SDK relocatable by using $SDK_PATH var in env setup script | Denys Dmytriyenko | 1 | |
Do not hard-code SDK location into all the libtool's .la files and other libtool, pkg-config and opkg service variables and aliases. Use $SDK_PATH environment variable instead, which is set once in the main environment-setup script, allowing easy SDK relocation by adjusting a single variable. This patch does not address gcc relocatability, if any. Signed-off-by: Denys Dmytriyenko <denis@denix.org> | ||||
2010-02-19 | external-toolchain: Really accept toolchains built by meta-toolchain.bb | Bernhard Kaindl | 2 | |
external-toolchain-generic, external-toolchain: * The current external-toolchain recipes which are documented to accept toolchains built by meta-toolchain actually do not accept such because they expect ${prefix}/package-status to exist which is provieded by the poky toolchains but not the current OE meta-toolchain package. Fix this by also looking for ${prefix}/usr/lib/opkg/status, which is the package-status file of the OE meta-toolchain package. * Also change the error message which is shown when neither file is found more explicit. Cc: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Bernhard Kaindl <bernhard.kaindl@gmx.net> Acked-by: Denys Dmytriyenko <denis@denix.org> external-toolchain-generic.bb | 4 ++-- external-toolchain.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) | ||||
2010-02-19 | external-toolchain-csl: add gconv/locale split magic | Denys Dmytriyenko | 1 | |
Signed-off-by: Denys Dmytriyenko <denis@denix.org> | ||||
2010-02-19 | xdm: need to pass paths to wtmp/utmp, bump PR | Tom Rini | 1 | |
2010-02-19 | dt: convert to .inc, add no_aio patch for uclibc | Tom Rini | 3 | |
Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Chris Larson <chris_larson@mentor.com> | ||||
2010-02-19 | eglibc: unbash ldd and add libpthread_nonshared.a to -dev | Thomas Zimmermann | 2 | |
* replace shebang of ldd by /bin/sh, so ldd doesn't depend on bash anymore. Tested with busybox sh. * added to do_configure_prepend because do_patch is only a python function * add libpthread_nonshared.a to eglibc-dev. Now it's possible to compile multithreaded applications on the device. Signed-off-by: Thomas Zimmermann <ml@vdm-design.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2010-02-19 | xserver-kdrive: apply vm86_masks.patch to 1.4.2 also | kergoth | 2 | |
Signed-off-by: kergoth <kergoth@.(none)> | ||||
2010-02-19 | udev: blacklist mmcblk mounting for SHR | Martin Jansa | 2 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-02-19 | xserver-xorg_git: add hack for ignoring fbdev return mode | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-02-19 | libphone-utils, python-phoneutils: bump SRCREV, move it to recipe | Martin Jansa | 2 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-02-19 | xf86-video-glamo: remove -pedantic as it emits warning for xserver-1.8 and ↵ | Martin Jansa | 1 | |
then fails because of -Werror Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-02-19 | xserver-xorg_git: fix build after mesa 61d26bc82e7c4100acfb551cbb0ba9d84bbc4ba5 | Martin Jansa | 2 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-02-19 | xf86-video-glamo: bump SRCREV for xserver 1.8 compatibility and move SRCREV ↵ | Martin Jansa | 1 | |
from srcrevs.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-02-19 | mesa-dri: update PV, SRCREV for 7.8, needed for xserver 1.8 | Martin Jansa | 1 | |
* disable gallium for om-gta02 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-02-19 | mesa-dri: add mesa-dri-glsl-native for building newer mesa-dri than 7.7 from ↵ | Martin Jansa | 1 | |
git master Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-02-19 | shr-neo-theme: lower dependencies from RRECOMMENDS to RSUGGESTS, update SRCREVs | Martin Jansa | 8 | |
* SRCREVs moved from sane-srcrevs.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-02-19 | phoneui-shr-theme-neo: add new recipe | Thomas Zimmermann | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-02-19 | libdrm: update PV, SRCREV after 2.4.18 release, needed for newer mesa-dri | Martin Jansa | 1 | |
* disable radeon and enable libkms for om-gta02 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-02-19 | kexecboot-cfg_0.1: minor edits (one echo is enough). No runtime changes. | Andrea Adami | 1 | |