aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-04-09linux-kexecboot: add forgotten loglevel=3 to collie and poodle cmdline.Andrea Adami
2010-04-09linux-kexecboot: try to standardize Zaurus defconfigs for 2.6.34. WIP.Andrea Adami
2010-04-08task-base: change the 'set' logic to work a bit betterChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-04-08Using NotHandled/Handled in event handlers is deprecatedChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-04-09pacemaker: fix headers define extraction and uclibc buildRoman I Khimov
Header define extraction routine tries to execute test binary which may or may not work depending on target architecture. Redo it using preprocessor only. Fix uclibc build also, doesn't link properly without fstack-protector. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-09cluster-resource-agents: fix headers define extractionRoman I Khimov
Header define extraction routine tries to execute test binary which may or may not work depending on target architecture. Redo it using preprocessor only. Fixes wrong OCF_ROOT_DIR. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-09beep: fix building and packagingRoman I Khimov
GNU_HASH was missing and beep and beep-doc packages were listed in PACKAGES twice. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-08abiword 2.8.3: fix regression that caused the collab plugin being dropped ↵Koen Kooi
from the list
2010-04-08gnuplot: add 4.4.0Koen Kooi
2010-04-08elementary-icon-theme: update to 2.3Koen Kooi
2010-04-08tzdata: move tzdata_2010g.bb to tzdata_2010h.bbAntonio Ospite
tzdata_2010g is no longer available; change the checksums in the new recipe Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Roman I Khimov <khimov@altell.ru>
2010-04-08tzcode-native_2010f: Update tzdata SRC_URI and checksumAntonio Ospite
tzdata2010g is no longer available, use tzdata2010h Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Roman I Khimov <khimov@altell.ru>
2010-04-08insane.bbclass: add x86_64 architecture for linux-uclibcVladimir Sorokin
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-08binutils: Add x86_64_i386_biarch patch for 2.20 & 2.20.1Vladimir Sorokin
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-08sarg: new recipeRoman I Khimov
Squid Analysis Report Generator is a tool that allow you to view "where" your users are going to on the Internet. Sarg provides many informations about Squid users activities: times, bytes, sites, etc... Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-08gd: build with freetype supportRoman I Khimov
Support for freetype in gd is required for some packages and it looks like it was disabled previosly just because of build failures. Version 2.0.35+2.0.36rc1 builds fine with it, so enable freetype for it. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-08linux-openmoko-2.6.32: enable MMC_S3C in defconfigMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-08SlugOS: preferred-slugos-versions.inc - fix kernel SRCREV selectionMike Westerhof
This makes the PREFERRED_VERSION selection for the SlugOS kernel work again after a recent "pretty-ification" change for SRCREV handling. Note that this is a sub-optimal solution, but it is required to correct build failures for SlugOS. A long-term solution needs to either put the SRCREV back to where it was (a semi-global config file), or it needs to change the way the ixp4xx kernels are selected. More specifically, the problems this fixes for SlugOS still exist in the ixp4xx machine definition file.
2010-04-08linux_2.6.33.bb: Add iMote2 as supported board.Stefan Schmidt
Also add a defconfig for this board.
2010-04-08angstrom-2008-preferred-versions.inc: Bump python version to 2.6.4Stefan Schmidt
This is done to match the python-native version. Without this we seem to get trouble with some header mismatch or similar: ./libpython2.6.so: undefined reference to `_PyParser_Grammar' Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org> Acked-by: Koen Kooi <koen@openembedded.org>
2010-04-08lowpan-tools_git.bb: Bump SRCREVStefan Schmidt
Gain some fixes and monitor device support.
2010-04-08imote2.conf: Change flash size to 30 MbyteStefan Schmidt
We have a32 Mbyte flash chip but better leave some space for jffs2.
2010-04-08omap3-mkcard.sh: Adding sleep and umounts to fix race cond.Michael Lippautz
* Adds sleep to wait for blocknodes in /dev * Adds unmounts to fix possible automounts Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2010-04-08elementary-gtk-theme: also depend on auroraKoen Kooi
2010-04-08gtk-engine-aurora: add 1.5.1Koen Kooi
2010-04-08murrine: add git versionKoen Kooi
2010-04-08elementary-gtk-theme: add 1.0Koen Kooi
2010-04-08elementary-icon-theme: add 2.2 from openpandora OE overlayKoen Kooi
2010-04-08murrine: add 0.90.3Koen Kooi
2010-04-08gtk-engines: add 2.20.0Koen Kooi
2010-04-08cups 1.4.x: cleanupsKoen Kooi
2010-04-08cups: add 1.4.3Tarjei Knapstad
2010-04-08gnome-power-manager: add 2.30.0Koen Kooi
2010-04-08gnumeric: add 1.10.1Koen Kooi
2010-04-08policykit: fix pam authKoen Kooi
2010-04-08gconf-editor: add 2.30.0Koen Kooi
2010-04-08pidgin: enable audio and vv when availableKoen Kooi
2010-04-08python-lxml: Fix recipe.Michael Lippautz
* Use latest version * Remove nonworking copy and unused patch * Move recipe to python/ dir Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2010-04-08gnome-bluetooth git: lower default pref for angstromKoen Kooi
2010-04-08nm-applet: enable BT PANKoen Kooi
2010-04-08gnome-bluetooth: add 2.30.0Koen Kooi
2010-04-08gnome-terminal: add 2.30.0Koen Kooi
2010-04-08gnome-utils: add 2.30.0Koen Kooi
2010-04-08angstrom-task-gnome: add modemmanagerKoen Kooi
2010-04-08modemmanager: add 0.3Koen Kooi
2010-04-08metacity: remove def_pref from 2.30Koen Kooi
2010-04-08gphoto2: add 2.4.8Koen Kooi
libgphoto2: add 2.4.8
2010-04-08nautilus-cd-burner: add 2.25.3 + patches to remove runtime dep on 'eject' ↵Koen Kooi
and 'gnome-mount'
2010-04-08abiword: add 2.8.3Koen Kooi
2010-04-08angstrom-task-gnome: add gnome-mountKoen Kooi