summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2010-03-02wireshark: Upgrade from 1.0.5 to 1.2.6Holger Hans Peter Freyther3
Update the ieee80215.patch. The original commit message is so weak it is not saying why the wpan_nofcs variant is to be used. I'm respecting the original patch author here but it would be better to have nice commit messages. My feeling tells me that we should drop this patch as there is no indication why this patch is a good idea.
2010-03-02vorbis-tools: Upgrade to 1.2.0Holger Hans Peter Freyther2
2010-03-01task-nas-server removed the openmoko partFrans Meulenbroeks1
removed the openmoko part from the nas server task this part only drags in dfu-util which does not build under most distro's openmoko users are very unlikely to run a NAS on their device, and even if they want to and need dfu-util, they can easily install afterwards (and dfu-util is not even nas related, so it does not really belong in this task) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-03-01linux/linux-davinci/hawkboard added netfilter modules to defconfigFrans Meulenbroeks1
added netfilter modules to hawkboard defconfig these are needed in order to build nas-server-image Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-03-01u-boot: removed environment patchesFrans Meulenbroeks3
removed 0006-cmd_itest.c-also-support-environment-variables-as-a.patch this one was rejected upstream as the functionality was already in hush reworked 0007-cmd_setexpr-allow-memory-addresses-and-env-vars-in-e.patch the setenv part was rejected upstream as the functionality was already in hush took that part out of the patch. u-boot-git.bb: bumped PR Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-03-01xinput-calibrator: add version 0.6.0 and also git version from misclick branchMartin Jansa4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-01meta-toolchain: Show the host system in toolchain archive nameAntonio Ospite1
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-03-01xorg-xserver-common: move DISTRO_XORG_CONFIG_MANAGER from RDEPENDS to ↵Martin Jansa1
DEPENDS, because configure checks hal availability. Thanks to gilligan for reporting. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-01mesa-dri, libdrm: use distro override to force same PV for om-gta01 and om-gta02Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-01task-shr-minimal: we need MACHINE_ARCH, because task-base and ↵Martin Jansa1
MACHINE_TASK_PROVIDER are machine specific Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-01initscripts-shr: create /dev/pts, /dev/shm if they doesn't exist (devtmpfs ↵Martin Jansa2
doesn't create them for us and ssh login fails later due to missing PTYs) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-01linux-openmoko-2.6.32: simplified JBT6k74 driver as WSOD fixMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-01e-wm: convert to new style stagingKoen Kooi1
2010-03-01exalt: convert to new style stagingKoen Kooi1
2010-03-01gnu-config: remove not used uclibc.patchMarcin Juszkiewicz1
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-01gnu-config: merge Poky improvements (BBCLASSEXTEND, new staging)Marcin Juszkiewicz2
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-01autoconf: merged Poky changes (BBEXTENDCLASS + new staging)Marcin Juszkiewicz6
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-01autoconf: merged Poky changes (BBEXTENDCLASS + new staging)Marcin Juszkiewicz5
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-01attr_2.4.44.bb : uclibc needs a -lintl to compileGraeme Gregory1
2010-03-01qt4: bump PR for package.bbclass strip problemKoen Kooi4
2010-03-01firefox 3.6: bump PR for package.bbclass strip problemKoen Kooi1
2010-03-01opkg: don't run merger in case when /usr/lib/ipkg is linkMartin Jansa2
* if there is link /usr/lib/ipkg -> /usr/lib/opkg, then merger will create backups of "both" alternatives directories, but they will be both the same /usr/lib/opkg/alternatives, then it will try to merge with output that every file is the same, sofar no real harm. * Problem is after successfull merge, when it removes /usr/lib/ipkg/alternatives which is in this case the right alternatives in opkg :/ * If you've already this problem on your target then * # Restore old alternatives * rm -rf /usr/lib/opkg/alternatives * cp -ra /usr/lib/opkg/alternatives-backup /usr/lib/opkg/alternatives * * # Regenerate links with right alternatives available * opkg install -force-reinstall busybox Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-28tasks/task-nas-server: commented out task-nas-server-openmokoFrans Meulenbroeks1
commented out task-nas-server-openmoko this one uses dfu-util, but for most distro's dfu-util does not build root cause of dfu-util not building is in the expansion of virtual/libusb0 which for most distro's links to libusb-compat and dfu-util does not build with it. commenting out task-nas-server-openmoko is a temp fix to at least get the image building Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-28linux-kirkwood: changed openrd-client defconfig to also build ppp modulesFrans Meulenbroeks1
as requested on the openrd mailing list Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-28firefox_3.6.bb : add new version, convert to new stagingGraeme Gregory13
2010-02-28OK, didn't look hard enough, my fault.Tom Rini4
Revert "firefox: Add alsa-lib to DEPENDS (alread in firefox_hg)." This reverts commit 0b24f9f9ab2cca3da6822af09461db3e29b1df32.
2010-02-28firefox: Add alsa-lib to DEPENDS (alread in firefox_hg).Tom Rini4
2010-02-28pngcrush: Bump recipe to version 1.7.9Holger Hans Peter Freyther3
* Rename both the target and native recipe to 1.7.9 * Switch to new style checksums
2010-02-28libspf2: Upgrade libspf2 to 1.2.9Holger Hans Peter Freyther2
* Fix licensing. According to the website it is LGPL or two clause BSD * Fix packaging with the libspf2-bin * Move the checksum into the bb file
2010-02-27navit_svn: PR bump after libgps ugpradeMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-27shr-image: add missing task-shr-minimal-fso to IMAGE_INSTALLMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-27libusb-compat: upgraded to 0.1.3Frans Meulenbroeks2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-27fsodeviced: use it as default alsa scenarii provider, drop fso-alsa-data ↵Martin Jansa2
from task-fso2-compliance, add RPROVIDES Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-27phoneui-apps: Added phoneui-quick-settings to recipe.Tom 'TAsn" Hacohen1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-27mplayer_git: increase D_P for om-gta02Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-27task-shr-minimal: drop alsa-scenarios, openmoko-icon-theme, add illume2 ↵Martin Jansa1
config, missing icons will be added to shr-icon-theme (to save few kB) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-27shr: drop alsa as distro feature, bump task-base PRMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-27tgt: moved from 1.0.0 to 1.0.2Frans Meulenbroeks1
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-27iscsi-target: updated to 1.4.19Frans Meulenbroeks4
updated to 1.4.19 added patch for 2.6.31 (from iscsi-target svn) added patch for 2.6.32 (from http://sourceforge.net/mailarchive/message.php?msg_name=1260776327.3623.335.camel%40blackadder) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-27task-shr-minimal: readd utf-8 charmapMartin Jansa1
2010-02-27xf86-video-glamo: bump SRCREV for xorg-1.8 compatibile versionMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-27e-wm-config-illume2-shr: add recipe with illume2 config for shrTom1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-27e-wm: add illume keyboard flow patch, until it makes it to upstreamTom2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-26klibc-1.5.16: add socket.h patch for build with 2.6.33Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-26shr-image: add all needed deps to task-shr-minimal, remove /boot from ↵Martin Jansa3
jffs2/ubi/ubifs Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-26pixman 0.17.8: update neon patches to also include BGRAKoen Kooi4
2010-02-26libgsm0710mux: move configuration to fso-abyss; remove 3d7k which will never ↵Michael 'Mickey' Lauer8
see the light of day
2010-02-26linux: atngw100 - add bridge module to defconfig, bump PRBernhard Guillon2
Signed-off-by: Bernhard Guillon <Bernhard.Guillon@opensimpad.org> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-02-26busybox: If FEATURE_SUID=y, ship a SUID busybox, bump PRTom Rini1
A number of applets will select FEATURE_SUID, and then not work unless the busybox binary is SUID. We switch from a "let the users decide" to "let the users opt-out". Signed-off-by: Tom Rini <tom_rini@mentor.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org>
2010-02-26gpsd-device-config: Adds new recipeMichael Lippautz1
* Reintegrates machine specific gps configuration using overrides (formerly specified in the main gpsd recipe) Signed-off-by: Koen Kooi <koen@openembedded.org>