summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-02-23gnome-system-tools: add 2.28.2Koen Kooi1
2010-02-23cpufrequtils 006: add patch from upstream to fix /proc/stat readingKoen Kooi2
* This brings 006 up to 007 functionally, without all the buildsystem changes in between
2010-02-23transmission_1.91.bb : add new version, few minor bug fixesGraeme Gregory1
2010-02-23angstrom-2008-preferred-versions.inc : network manager updatesGraeme Gregory1
2010-02-23checksums.ini : new NM components checksumsGraeme Gregory1
2010-02-23network-manager-applet_0.8.bb : add new versionGraeme Gregory1
2010-02-23networkmanager-openvpn_0.8.bb : add new versionGraeme Gregory1
2010-02-23networkmanager_0.8.bb : add new versionGraeme Gregory1
2010-02-22eggdbus: disable parallel make due to eggdbusenumtypes.h gen/useDenys Dmytriyenko1
Quick workaround to make it build again. Can probably be fixed properly in the Makefile... No PR bump.
2010-02-22libgpsmgr_0.1.bb : apply patch to remove debian requirement, update staging.Graeme Gregory2
http://wiki.navit-project.org/index.php/Navit_on_OpenEmbedded_for_n810 has a patch that is required on non debian systems.
2010-02-22libgpsbt_0.1.bb : apply patch to remove debian requirement, update staging.Graeme Gregory2
http://wiki.navit-project.org/index.php/Navit_on_OpenEmbedded_for_n810 has a patch that is required on non debian systems.
2010-02-22gtk+_2.18.6.bb : fix EXTRA_OECONF for native builds.Graeme Gregory1
We dont have a native libjpeg so make sure its disabled.
2010-02-22task-cli-tools: add mterm2 and remove from task-fso2-complianceMichael 'Mickey' Lauer3
2010-02-22task-cli-tools: add mdbus2 and mbufferMichael 'Mickey' Lauer1
2010-02-22mbuffer: new recipe; measuring bufferMichael 'Mickey' Lauer1
2010-02-22external-toolchain-csl: add the list of supported localesDenys Dmytriyenko1
2010-02-22hawkboard: add ubifs support, number of LEBs might change due pending kernel ↵Koen Kooi1
partition change
2010-02-22angstrom feed sorter: qemux86 changed archKoen Kooi1
2010-02-22libgles-omap3: depend on proper fbset, set rgba correctly for 32bpp and try ↵Koen Kooi3
to enable tripple buffering
2010-02-22udev 151 OE rules: update to drop deprecated optionsKoen Kooi3
2010-02-22xf86-video-displaylink 0.3: add gentoo patch to fix buildKoen Kooi2
2010-02-22kernel-module-udlfb: add git versionKoen Kooi1
* the recipe has hints for the needed kernel config * doesn't require special Xserver, fbdev works
2010-02-21angstrom: finally fix CVE-2008-4311Koen Kooi1
2010-02-21dbus: add 1.2.20, convert to new style stagingKoen Kooi6
2010-02-21cairo: add 1.8.10Koen Kooi1
2010-02-21udev 151: bump PRKoen Kooi1
2010-02-21networkmanager 0.7.999: bump PRKoen Kooi1
2010-02-21u-boot-git: update beagleboard patches for new XM revisionKoen Kooi6
* needs more work, but it sets the correct mux now for DVI output
2010-02-21opkg-*: move to r522Koen Kooi1
2010-02-21gnome-bluetooth git: raise default pref for angstromKoen Kooi1
2010-02-21xinit: add dependency on util-linux-ngFrans Meulenbroeks1
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-21klibc: major patch split and reordering, recipe cleaning.Andrea Adami27
* 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-21pixman: disable gtk, to break circular dependency gtk+->cairo->pixman->gtk+ ↵Martin Jansa1
and also libtool issue Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-21klibc_1.5.15+1.5.16: initial commit. Legacy staging is broken. WIP.Andrea Adami16
2010-02-20fsomusicd: move more gst-plugins to RRECOMMENDS as agreed with fsomusicd ↵Martin Jansa1
author, fix gst-plugin-souphttpsrc name Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-20fsomusicd: add gst-plugins to DEPENDS, -ugly conditionaly wrt ENTERPRISE_DISTROMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-20kaeilos-2009-preferred-versions.inc: Updated preferred package versions due ↵Marco Cavallini1
to build problems caused by eggdbus
2010-02-20linux-leviathan: bump to revision with backlight and alsa (almost) workingMichael 'Mickey' Lauer2
2010-02-19meta-toolchain: make SDK relocatable by using $SDK_PATH var in env setup scriptDenys Dmytriyenko1
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-19external-toolchain: Really accept toolchains built by meta-toolchain.bbBernhard Kaindl2
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-19external-toolchain-csl: add gconv/locale split magicDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-02-19xdm: need to pass paths to wtmp/utmp, bump PRTom Rini1
2010-02-19Revert "package.bbclass: when running 'file', be explicit about the path to ↵Chris Larson1
the magic" Forgot to check a git status / log before pushing :) This reverts commit bd711cfab09394b6f3064eaed24b8761edc19f19.
2010-02-19dt: convert to .inc, add no_aio patch for uclibcTom Rini3
Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-02-19package.bbclass: when running 'file', be explicit about the path to the magicTom Rini1
This works around one relocation issue. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-02-19eglibc: unbash ldd and add libpthread_nonshared.a to -devThomas Zimmermann2
* 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-19xserver-kdrive: apply vm86_masks.patch to 1.4.2 alsokergoth2
Signed-off-by: kergoth <kergoth@.(none)>
2010-02-19udev: blacklist mmcblk mounting for SHRMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19xserver-xorg_git: add hack for ignoring fbdev return modeMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19libphone-utils, python-phoneutils: bump SRCREV, move it to recipeMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>