openembedded.git
14 years agoklibc: move to latest 1.5.21
Andrea Adami [Thu, 27 Jan 2011 23:22:15 +0000 (00:22 +0100)]
klibc: move to latest 1.5.21

* temporarly remove the klcc binary for target (broken paths)
* needs to be fixed before recipe refactor (debian-style)
* reset INC_PR and PR

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agoRevert "bind: Add DISTRO_FEATURES support for ipv6"
Tom Rini [Thu, 27 Jan 2011 20:41:26 +0000 (13:41 -0700)]
Revert "bind: Add DISTRO_FEATURES support for ipv6"

As Khem noted this is no longer needed.

This reverts commit 7298be1f35f88c4646a47a59e2ac96e5efa5b39a.

14 years agoxserver-xorg-conf: htcdream: switch to htcdream version of the US keyboard
Denis 'GNUtoo' Carikli [Thu, 27 Jan 2011 20:27:38 +0000 (21:27 +0100)]
xserver-xorg-conf: htcdream: switch to htcdream version of the US keyboard

The htcdream has an hardware keyboard with some key binded to
  alt+key,for instance alt+q should produce a Tab.

Before we didn't activate that feature, and instead we used
  the US keyboard default.

This feature depend on xkeyboard-config_git which is the default
  for most openembedded based distributions now.

This change only affect the htcdream's xorg.conf and PR was bumped.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
14 years agoxfdesktop 4.6.2: fix compilation
Denis 'GNUtoo' Carikli [Thu, 27 Jan 2011 20:10:06 +0000 (21:10 +0100)]
xfdesktop 4.6.2: fix compilation

Without that fix we have:
    libtool: link: cannot find the library `=/usr/lib/libICE.la' or unhandled argument `=/usr/lib/libICE.la'
Note that libtool is not the cross libtool.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
14 years agoadb4000.conf: New machine, kernel and u-boot support.
Leon Woestenberg [Thu, 27 Jan 2011 20:03:15 +0000 (21:03 +0100)]
adb4000.conf: New machine, kernel and u-boot support.

STK ADB4000 is a development board with a SAM9G45 SODIMM CPU module.
These patches are from the manufacturer (In-Circuit).

Resulting kernel boots on the board.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
14 years agobind: Add DISTRO_FEATURES support for ipv6
Ryan D Phillips [Fri, 28 Jan 2011 00:10:45 +0000 (00:10 +0000)]
bind: Add DISTRO_FEATURES support for ipv6

Signed-off-by: Ryan D Phillips <ryan_d_phillips@dell.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoopenswan: Fix a build race in libipsecconf
Tom Rini [Thu, 27 Jan 2011 18:20:57 +0000 (11:20 -0700)]
openswan: Fix a build race in libipsecconf

This has been upstreamed for the 2.6.33 release.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agobin/install: use '.' not source, and use -eq not ==
Chris Larson [Thu, 27 Jan 2011 17:14:56 +0000 (10:14 -0700)]
bin/install: use '.' not source, and use -eq not ==

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agofile: make 5.04 relocatable
Chris Larson [Thu, 27 Jan 2011 17:03:26 +0000 (10:03 -0700)]
file: make 5.04 relocatable

This uses binreloc so that libmagic finds its magic file relative to its own
location, and directly uses $ORIGIN for file to find libmagic.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agositeinfo: add linux-gnu os
Chris Larson [Thu, 27 Jan 2011 16:00:02 +0000 (11:00 -0500)]
siteinfo: add linux-gnu os

Aside: should really shift most of the bits from this class into a python
module in the oe package, which would make it possible to manipulate the data
from the metadata if necessary.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agocml1: fix the case of the variables in menuconfig
Chris Larson [Thu, 27 Jan 2011 15:50:22 +0000 (10:50 -0500)]
cml1: fix the case of the variables in menuconfig

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agofelix: Add recipes for the felix OSGi implementation
Stefan Schmidt [Tue, 2 Nov 2010 15:10:37 +0000 (16:10 +0100)]
felix: Add recipes for the felix OSGi implementation

14 years agoangstrom-jalimo.conf: Bump icedtea6-native version to 1.7.6
Stefan Schmidt [Thu, 20 Jan 2011 15:12:48 +0000 (16:12 +0100)]
angstrom-jalimo.conf: Bump icedtea6-native version to 1.7.6

Signed-off-by: Stefan Schmidt <stefan@buglabs.net>
Acked-by: Koen Kooi <koen@openembedded.org>
14 years agox-load-git: add header to beagle name patch
Koen Kooi [Thu, 27 Jan 2011 11:35:57 +0000 (12:35 +0100)]
x-load-git: add header to beagle name patch

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoSlugOS: slugos.inc, task-slugos.bb - Debugging improvements
Mike Westerhof [Thu, 27 Jan 2011 03:02:38 +0000 (21:02 -0600)]
SlugOS: slugos.inc, task-slugos.bb - Debugging improvements
Adds devshell, rootfs directory is qualified by machine and libc,
and add kexec to the base image.
Signed-off-by: Mike Westerhof <mike@mwester.net>
14 years agoomapfbplay: fix patch dir
Koen Kooi [Wed, 26 Jan 2011 22:14:20 +0000 (23:14 +0100)]
omapfbplay: fix patch dir

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoAdd install wrapper rather than coreutils-native
Chris Larson [Thu, 28 Oct 2010 00:32:26 +0000 (17:32 -0700)]
Add install wrapper rather than coreutils-native

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Eric Bénard <eric@eukrea.com>
Acked-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
14 years agoMove stage-manager-* into bin/ rather than a recipe
Chris Larson [Thu, 28 Oct 2010 00:29:52 +0000 (17:29 -0700)]
Move stage-manager-* into bin/ rather than a recipe

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Eric Bénard <eric@eukrea.com>
14 years agobitbake.conf: include bin dirs from BBPATH in PATH
Chris Larson [Thu, 28 Oct 2010 00:27:34 +0000 (17:27 -0700)]
bitbake.conf: include bin dirs from BBPATH in PATH

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Eric Bénard <eric@eukrea.com>
14 years agoomapfbplay: import 3 patches from git to fix playing weird sized videos
Koen Kooi [Wed, 26 Jan 2011 21:05:44 +0000 (22:05 +0100)]
omapfbplay: import 3 patches from git to fix playing weird sized videos

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agosamba: Fix build issue on uclibc/arm/thumb
Khem Raj [Wed, 26 Jan 2011 16:10:46 +0000 (16:10 +0000)]
samba: Fix build issue on uclibc/arm/thumb

We get following errors as of now. This patch fixes those

/scratch/oe/sysroots/x86_64-linux/usr/armv5te/lib/gcc/arm-oe-linux-uclibceabi/4.5.3/../../../../arm-oe-linux-uclibceabi/bin/ld:
/scratch/oe/sysroots/armv5te-oe-linux-uclibceabi/usr/lib//uclibc_nonshared.a(atexit.os)(.text+0x12):
unresolvable R_ARM_THM_CALL relocation against symbol `__cxa_atexit'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
14 years agogst-plugins-bad: add 0.10.21
Koen Kooi [Wed, 26 Jan 2011 18:22:07 +0000 (19:22 +0100)]
gst-plugins-bad: add 0.10.21

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agogst-plugins-base: add 0.10.32
Koen Kooi [Wed, 26 Jan 2011 17:24:58 +0000 (18:24 +0100)]
gst-plugins-base: add 0.10.32

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agogstreamer: add 0.10.32
Koen Kooi [Wed, 26 Jan 2011 17:10:28 +0000 (18:10 +0100)]
gstreamer: add 0.10.32

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agotzdata: updated to 2011a
Frans Meulenbroeks [Wed, 26 Jan 2011 17:42:57 +0000 (18:42 +0100)]
tzdata: updated to 2011a

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoopencv,opencv-samples: add 2.2
Koen Kooi [Wed, 26 Jan 2011 17:03:02 +0000 (18:03 +0100)]
opencv,opencv-samples: add 2.2

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoxf86-video-omapfb: bump SRCREV to latest, apply patches to keep XV working
Koen Kooi [Wed, 26 Jan 2011 12:53:24 +0000 (13:53 +0100)]
xf86-video-omapfb: bump SRCREV to latest, apply patches to keep XV working

Removing patch #3 will get you working xrandr, but broken Xv

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoxf86-video-omapfb: bump SRCREV a bit
Koen Kooi [Wed, 26 Jan 2011 10:27:40 +0000 (11:27 +0100)]
xf86-video-omapfb: bump SRCREV a bit

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agopython-zopeinterface-3.5.1: fix packaging
Andreas Oberritter [Sun, 23 Jan 2011 01:54:17 +0000 (01:54 +0000)]
python-zopeinterface-3.5.1: fix packaging

* Inherit setuptools instead of distutils.

  Install paths with distutils (built on x86_64 for mipsel):
  usr/lib/python2.6/site-packages/zope.interface-3.5.1-py2.6-linux-x86_64.egg/zope/interface/*.py

  Install paths with setuptools:
  usr/lib/python2.6/site-packages/zope/interface/*.py

* Package tests into ${PN}-tests.
* Package .c files into ${PN}-dev.
* Package .txt files into ${PN}-doc.
* oe-stylized.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
CC: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agopython-scons_1.3.0: fix licence type
Víctor Manuel Jáquez Leal [Wed, 26 Jan 2011 01:02:45 +0000 (01:02 +0000)]
python-scons_1.3.0: fix licence type

According to the wiki [1], the licence of the project [2] is MIT, not GPL.

1. http://www.scons.org/wiki/FrequentlyAskedQuestions#head-4fe23271137d5e5e95370a1360909ca303157c0d
2. http://scons.tigris.org/source/browse/scons/trunk/LICENSE?revision=557&view=markup

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agopython-scons_1.3.0: add missing dependencies
Víctor Manuel Jáquez Leal [Wed, 26 Jan 2011 00:16:52 +0000 (00:16 +0000)]
python-scons_1.3.0: add missing dependencies

In order to launch scons in a board it depends on a couple python packages
which were not managed by the recipe.

This patch adds them.

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agouclibc: Add copysignl implementation for powerpc to uclibc
Khem Raj [Wed, 26 Jan 2011 06:16:29 +0000 (22:16 -0800)]
uclibc: Add copysignl implementation for powerpc to uclibc

* On some ppc architectures like ppce500 gcc generates calls to
  copysignl but this function is not provided by uclibc or gcc itself
  we add it to uclibc.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoRecipes: Replace ipkg-utils with opkg-utils
Khem Raj [Tue, 25 Jan 2011 00:53:32 +0000 (16:53 -0800)]
Recipes: Replace ipkg-utils with opkg-utils

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Graham Gower <graham.gower@gmail.com>
14 years agostage-manager: Use opkg utilities
Khem Raj [Tue, 25 Jan 2011 00:52:02 +0000 (16:52 -0800)]
stage-manager: Use opkg utilities

* Rename stage-manager-ipkg -> stage-manager-opkg
* Rename stage-manager-ipkg-build -> stage-manager-opkg-build

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Graham Gower <graham.gower@gmail.com>
14 years agoangstrom/personal-feed.sh,angstrom/sort.sh: Replace ipkg-make-index with opkg-make...
Khem Raj [Tue, 25 Jan 2011 00:50:43 +0000 (16:50 -0800)]
angstrom/personal-feed.sh,angstrom/sort.sh: Replace ipkg-make-index with opkg-make-index

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Graham Gower <graham.gower@gmail.com>
14 years agobitbake.conf,nylon.conf,openwrt-sdk.conf: Use opkg-build instead of ipkg-build
Khem Raj [Tue, 25 Jan 2011 00:48:47 +0000 (16:48 -0800)]
bitbake.conf,nylon.conf,openwrt-sdk.conf: Use opkg-build instead of ipkg-build

* Rename IPKGBUILDCMD to OPKGBUILDCMD

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Graham Gower <graham.gower@gmail.com>
14 years agoclasses: Replace ipkg-make-index with opkg-make-index
Khem Raj [Tue, 25 Jan 2011 00:45:09 +0000 (16:45 -0800)]
classes: Replace ipkg-make-index with opkg-make-index

* STAGE_PKGMANAGER use opkg
* rename IPKGBUILDCMD to OPKGBUILDCMD
* Use opkg-build instead of ipkg-build

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Graham Gower <graham.gower@gmail.com>
14 years agoipkg-utils: Remove the recipes
Khem Raj [Mon, 24 Jan 2011 20:11:07 +0000 (12:11 -0800)]
ipkg-utils: Remove the recipes

* So that they are not accidently used in future

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Graham Gower <graham.gower@gmail.com>
14 years agoslugos.inc: Dont lock SRCDATE for ipkg, its not used anymore
Khem Raj [Mon, 24 Jan 2011 20:10:03 +0000 (12:10 -0800)]
slugos.inc: Dont lock SRCDATE for ipkg, its not used anymore

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Graham Gower <graham.gower@gmail.com>
14 years agorecipes/meta recipes/tasks: Replace ipkg-utils with opkg-utils
Khem Raj [Mon, 24 Jan 2011 20:08:15 +0000 (12:08 -0800)]
recipes/meta recipes/tasks: Replace ipkg-utils with opkg-utils

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Graham Gower <graham.gower@gmail.com>
14 years agoclasses/package_ipk.bbclass,classes/sourceipk.bbclass: Use opkg-utils-native instead...
Khem Raj [Mon, 24 Jan 2011 20:03:10 +0000 (12:03 -0800)]
classes/package_ipk.bbclass,classes/sourceipk.bbclass: Use opkg-utils-native instead of ipkg-utils-native

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Graham Gower <graham.gower@gmail.com>
14 years agotzcode: moved to 2011a
Frans Meulenbroeks [Tue, 25 Jan 2011 20:16:43 +0000 (21:16 +0100)]
tzcode: moved to 2011a

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agominimal.conf: inherit devshell task
Víctor Manuel Jáquez Leal [Mon, 24 Jan 2011 22:39:09 +0000 (22:39 +0000)]
minimal.conf: inherit devshell task

Everybody loves devshell

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolinux-kexecboot: reset DEFAULT_PREFERENCE = "-1"
Andrea Adami [Tue, 25 Jan 2011 17:20:54 +0000 (18:20 +0100)]
linux-kexecboot: reset DEFAULT_PREFERENCE = "-1"

* changed by mistake with commit 9c72d93981212efdbfb87ad2b3c1ac4a8f43daf7
* def. pref. will be set only for specific machines (Zaurus) soon
* sorry for the noise

14 years agop2020rdb: Add xserver-xorg stuff
Tom Rini [Tue, 25 Jan 2011 17:10:52 +0000 (10:10 -0700)]
p2020rdb: Add xserver-xorg stuff

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopixman: upgrade from 0.21.2 to 0.21.4
Martin Jansa [Mon, 24 Jan 2011 14:54:14 +0000 (15:54 +0100)]
pixman: upgrade from 0.21.2 to 0.21.4

Acked-by: Koen Kooi <koen@openembedded.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agomidpath: Make sdl-fixes patch external
Alex Ferguson [Mon, 24 Jan 2011 10:01:41 +0000 (12:01 +0200)]
midpath: Make sdl-fixes patch external

Deleted sdl-fixes patch and uploaded it to an external repository
because it needs CRLF line endings to apply and git automatically
converts CRLF to LF. This should provide a working solution.

Bumped PR.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agobuglabs-ppp-scripts: Some scripts to enable BUG for different broadband providers
Stefan Schmidt [Thu, 9 Dec 2010 15:09:08 +0000 (16:09 +0100)]
buglabs-ppp-scripts: Some scripts to enable BUG for different broadband providers

14 years agop2020rdb: New Freescale QorQ P2 machine, based on p1020rdb (P1)
Leon Woestenberg [Tue, 25 Jan 2011 11:17:57 +0000 (12:17 +0100)]
p2020rdb: New Freescale QorQ P2 machine, based on p1020rdb (P1)

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
14 years agohtop: update to 0.9
Koen Kooi [Tue, 25 Jan 2011 11:07:54 +0000 (12:07 +0100)]
htop: update to 0.9

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolinux-omap4: tweak panda defconfig a bit
Koen Kooi [Mon, 24 Jan 2011 19:32:01 +0000 (20:32 +0100)]
linux-omap4: tweak panda defconfig a bit

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolibxp: move from 1.0.0 to 1.0.1
Martin Jansa [Mon, 24 Jan 2011 14:31:24 +0000 (15:31 +0100)]
libxp: move from 1.0.0 to 1.0.1

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoopkg-utils_svn.bb: Sync with yocto
Khem Raj [Tue, 25 Jan 2011 04:18:10 +0000 (04:18 +0000)]
opkg-utils_svn.bb: Sync with yocto

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoFail if the cpio command is missing (v3)
Martin Panter [Tue, 18 Jan 2011 19:30:26 +0000 (19:30 +0000)]
Fail if the cpio command is missing (v3)

This one is rebased against today's git master, with an extra line for cpio.xz
-Martin
>From 388638cf72e6224fba4b96cda8db26fbc43bb20d Mon Sep 17 00:00:00 2001
From: Martin Panter <vadmium à gmail.com>
Date: Sun, 16 Jan 2011 04:38:03 +0000
Subject: [PATCH] IMAGE_CMD: Fail if the cpio command is missing

Previously my cpio.gz image was an empty gzip file because the missing cpio
command was ignored and gzip was blindly run with no input.

Signed-off-by: Martin Panter <vadmium+floss@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoqt-demo-init: Corrected a typo in qtdemo-init script
Alessandro Sappia [Sat, 22 Jan 2011 22:59:47 +0000 (22:59 +0000)]
qt-demo-init: Corrected a typo in qtdemo-init script

Signed-off-by: Alessandro Sappia <a.sappia@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agomatrix-gui: Update to the latest SRCREV
Jeff Lance [Tue, 25 Jan 2011 06:23:01 +0000 (06:23 +0000)]
matrix-gui: Update to the latest SRCREV

* update SRCREV to integrate in new platforms am35x, am180x and am181x.
    * Making support files identical across platforms
    * Adding new applications for PRU for am180x.
    * Adding application descriptions.
    * Adding support files updates for CCSv5.
    * Fixing a potential lockup problem when test descripion mode is turned off
    * Fixing a text display issue, where some application text output is not display promptly.

Signed-off-by: Jeff Lance <j-lance1@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agomatrix-gui-common: Support SVG icons
Jeff Lance [Tue, 25 Jan 2011 06:22:26 +0000 (06:22 +0000)]
matrix-gui-common: Support SVG icons

* Add support to install *.svg icons as well as *.png icons
  * Bump up the recipe revision

Signed-off-by: Jeff Lance <j-lance1@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agosudo: upgrade to 1.7.4p6
Scott Garman [Tue, 25 Jan 2011 05:45:01 +0000 (05:45 +0000)]
sudo: upgrade to 1.7.4p6

Addresses the following CVEs:
* CVE-2010-2956
* CVE-2010-1646
* CVE-2011-0010

Signed-off-by: Scott Garman <sgarman@zenlinux.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoudev: Remove duplicate udev firmware loading rule
Khem Raj [Tue, 25 Jan 2011 04:14:52 +0000 (04:14 +0000)]
udev: Remove duplicate udev firmware loading rule

A duplicate udev rule calling firmware.sh exists in
50-udev-default.rules and
udev.rules

This causes the kernel to sometimes get the wrong the firmware due to a
race between the two calls.

This is with udev124 from the stable2009 openembedded branch however a
quick
glance suggests that the same problem exists on the dev branch.

50-udev-default.rules comes from the upstream tarball
udev.rules is in the openembedded recipe.

This causes the infamous "Error number -110" while uploading firmware,
i.e:

[ 4171.357272] firmware: requesting zd1211/zd1211b_ub
[ 4171.375779] firmware: requesting zd1211/zd1211b_uphr
[ 4193.981056] firmware: requesting zd1211/zd1211b_ub
[ 4193.986433] firmware: requesting zd1211/zd1211b_uphr
[ 4195.033695] usb 8-3: USB control request for firmware upload failed.  Error number -110

* Fixes Bugzilla/5334

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
14 years agoopenssl.inc: Simplify our check for a 'linux' OS.
Tom Rini [Mon, 24 Jan 2011 18:19:10 +0000 (11:19 -0700)]
openssl.inc: Simplify our check for a 'linux' OS.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoomap3.inc: bump MACHINE_KERNEL_PR for kernel changes
Koen Kooi [Mon, 24 Jan 2011 15:02:22 +0000 (16:02 +0100)]
omap3.inc: bump MACHINE_KERNEL_PR for kernel changes

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolinux-omap4: push to a newer SRCREV
Víctor Manuel Jáquez Leal [Mon, 24 Jan 2011 14:56:30 +0000 (15:56 +0100)]
linux-omap4: push to a newer SRCREV

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
14 years agolinux-omap4: fix break caused by the new binutils
Víctor Manuel Jáquez Leal [Mon, 24 Jan 2011 14:48:59 +0000 (15:48 +0100)]
linux-omap4: fix break caused by the new binutils

According to this discussion [1], a couple patches where required by the
kernel using the latest binutils (2.21).

This patch add those patches, which were posted in the Ubuntu's kernel
repository.

1. http://comments.gmane.org/gmane.comp.handhelds.openembedded/40650

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agou-boot-sakoman: fix break caused by the new binutils
Víctor Manuel Jáquez Leal [Mon, 24 Jan 2011 14:48:58 +0000 (15:48 +0100)]
u-boot-sakoman: fix break caused by the new binutils

New assemblers need -march=armv7-a+sec on command line or .arch_extension sec
inline to enable use of the smc instruction.

This patch adds as-instr to check the latter to conditionally enable the
former in AFLAGS for files that use smc.

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agobusybox-1.18.2: add latest fix
Eric Bénard [Mon, 24 Jan 2011 10:33:00 +0000 (11:33 +0100)]
busybox-1.18.2: add latest fix

wc: fix swapped -c and -m
1336f89d59fc571ef19f3cb74ced0580b3331a96

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agobusybox: introduce git version
Eric Bénard [Fri, 21 Jan 2011 18:46:18 +0000 (19:46 +0100)]
busybox: introduce git version

which is not a default preference.

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agogcc-cross-kernel.inc: Install it in STAGING_BINDIR
Khem Raj [Mon, 24 Jan 2011 09:06:08 +0000 (01:06 -0800)]
gcc-cross-kernel.inc: Install it in STAGING_BINDIR

* After moving toolchains under native sysroot
  gcc-cross-kernels stopped working becaue it could
  not find the remaining gcc programs correctly.
  ${STAGING_DIR_NATIVE}${prefix_native}/bin/ is not
  same as STAGING_BINDIR for cross recipes

* Fixed Bugzilla/5468

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoRevert "angstrom-2010.x.conf: Prefer binutils 2.21 and uclibc-git"
Koen Kooi [Mon, 24 Jan 2011 09:01:07 +0000 (10:01 +0100)]
Revert "angstrom-2010.x.conf: Prefer binutils 2.21 and uclibc-git"

This reverts commit e5274a6cceb56653971f355a4f19079831efb832.

This was pushed without maintainer sign-off and breaks angstrom

14 years agomc_4.7.5.bb: Add recipe for 4.7.5
Khem Raj [Mon, 24 Jan 2011 08:29:46 +0000 (00:29 -0800)]
mc_4.7.5.bb: Add recipe for 4.7.5

* This works equally well on uclibc systems. Older versions
  wont compile

* Fixes bugzilla/1749

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoemtooth2: upgrade to new revision 127
Pau Espin Pedrol [Sun, 23 Jan 2011 18:48:39 +0000 (18:48 +0000)]
emtooth2: upgrade to new revision 127

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agogumstix-kernel_2.6.21.bb: Fix compile failure of sumversion.c fix Bugzilla/5142
Khem Raj [Mon, 24 Jan 2011 03:59:57 +0000 (19:59 -0800)]
gumstix-kernel_2.6.21.bb: Fix compile failure of sumversion.c fix Bugzilla/5142

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoattr_2.4.44.bb: Dont add -lintl if doing native build and target is uclibc
Khem Raj [Mon, 24 Jan 2011 03:24:14 +0000 (19:24 -0800)]
attr_2.4.44.bb: Dont add -lintl if doing native build and target is uclibc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoyaffs2-utils: Fix yaffs2 image generation fix Bugzilla/5483
Korey Lu [Mon, 24 Jan 2011 02:58:46 +0000 (18:58 -0800)]
yaffs2-utils: Fix yaffs2 image generation fix Bugzilla/5483

Before making this change, a yaffs2 rootfs image generated by
'IMAGE_FSTYPES =
"yaffs2"' makes Linux kernel fail to find init.

After makeing this change, the generated yaffs2 image would work.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agov8: Add recipes for v8/google's opensource JavaScript Engine
Khem Raj [Mon, 24 Jan 2011 02:34:46 +0000 (18:34 -0800)]
v8: Add recipes for v8/google's opensource JavaScript Engine

* Fixed Bugzilla/5486

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoangstrom-2010.x.conf: Prefer binutils 2.21 and uclibc-git
Khem Raj [Mon, 24 Jan 2011 02:01:31 +0000 (18:01 -0800)]
angstrom-2010.x.conf: Prefer binutils 2.21 and uclibc-git

* no need to pin older udev with uclibc/git either

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoopensp_1.5.bb: Fix compilation failure seen with -Os/gcc-4.5, Bugzilla/5494
Khem Raj [Mon, 24 Jan 2011 01:36:44 +0000 (17:36 -0800)]
opensp_1.5.bb: Fix compilation failure seen with -Os/gcc-4.5, Bugzilla/5494

This has been reported many times on mailing list and also in bugzilla/5494
The problem seems to be that gcc is not inlining the functions
marked inline in class definitions and emits calls to them but then
there is no definitions of these functions elsewhere. I dont know the
real cause yet could be a gcc problem.
Problem is when compiling

 armeb-oe-linux-uclibceabi-g++ -march=armv5te -mtune=xscale
-DHAVE_CONFIG_H -I. -I.. -I../include -I../generic
-isystem/scratch/oe/sysroots/armv5teb-oe-linux-uclibceabi/usr/include
-isystem/scratch/oe/sysroots/armv5teb-oe-linux-uclibceabi/usr/include
-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os
-pipe -fpermissive -fvisibility-inlines-hidden
-fvisibility-inlines-hidden -MT SgmlsEventHandler.o -MD -MP -MF
.deps/SgmlsEventHandler.Tpo -c -o SgmlsEventHandler.o
SgmlsEventHandler.cxx

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoUpdates cryptsetup recipe to version 1.1.3, the most recent version that builds
Mike Westerhof [Mon, 24 Jan 2011 01:02:15 +0000 (19:02 -0600)]
Updates cryptsetup recipe to version 1.1.3, the most recent version that builds
with the current version of automake in OE.  Note that we need to keep the old
1.0.5 recipe, even though it is not fetchable any longer, because the license
has changed.
Signed-off-by: Mike Westerhof <mike@mwester.net>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agoSlugOS: madwifi-ng - remove unnecessary pinning of an old version for SlugOS
Mike Westerhof [Mon, 24 Jan 2011 00:24:43 +0000 (18:24 -0600)]
SlugOS: madwifi-ng - remove unnecessary pinning of an old version for SlugOS

14 years agolibmokosuite, mokohome, mokomessages, mokopanel, mokophone: SRCREV bump
Daniele Ricci [Sun, 23 Jan 2011 20:18:15 +0000 (20:18 +0000)]
libmokosuite, mokohome, mokomessages, mokopanel, mokophone: SRCREV bump

Signed-off-by: Daniele Ricci <daniele.athome@gmail.com>
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
14 years agoinitscripts-shr: add script to populate /dev/cmt on nokia900
Klaus Kurzmann [Sun, 23 Jan 2011 20:58:00 +0000 (21:58 +0100)]
initscripts-shr: add script to populate /dev/cmt on nokia900

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
14 years agovdr_1.7.16.bb: Specify the libc-uclibc override correctly
Khem Raj [Sun, 23 Jan 2011 20:13:46 +0000 (12:13 -0800)]
vdr_1.7.16.bb: Specify the libc-uclibc override correctly

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agonetperf: fix patch
Chris Larson [Sun, 23 Jan 2011 17:31:03 +0000 (12:31 -0500)]
netperf: fix patch

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agolinux-omap 2.6.37: fix mmc regulators when using wl1271 expansion board
Koen Kooi [Sat, 22 Jan 2011 17:31:26 +0000 (18:31 +0100)]
linux-omap 2.6.37: fix mmc regulators when using wl1271 expansion board
linux-omap 2.6.37: cherry-pick a few wl1271 patches

* tested on a beagleboard xM with wl1271 expansionboard

linux-omap 2.6.37: update wl127xx patchset to include BT and FM drivers

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoti-wifi-utils: add git version
Koen Kooi [Sat, 22 Jan 2011 21:05:17 +0000 (22:05 +0100)]
ti-wifi-utils: add git version

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agonetbook-pro-kernel_2.6.17.bb: Fix Bugzilla/5411 kernel compilation failure
Khem Raj [Sun, 23 Jan 2011 01:55:41 +0000 (17:55 -0800)]
netbook-pro-kernel_2.6.17.bb: Fix Bugzilla/5411 kernel compilation failure

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoxxs1500.conf: Remove this board from OE
Khem Raj [Sun, 23 Jan 2011 01:13:56 +0000 (17:13 -0800)]
xxs1500.conf: Remove this board from OE

* The kernel is no more fetchable as reported in bugzilla/1737
* Vendor has EOLed the product

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoSlugOS: slugos.inc - lock down DEPLOY_DIR, weak assignment doesn't work
Mike Westerhof [Sun, 23 Jan 2011 00:21:43 +0000 (18:21 -0600)]
SlugOS: slugos.inc - lock down DEPLOY_DIR, weak assignment doesn't work

14 years agoSlugOS: nslu2-image.bbclass - use overrides to enable only for nslu2
Mike Westerhof [Sun, 23 Jan 2011 00:18:48 +0000 (18:18 -0600)]
SlugOS: nslu2-image.bbclass - use overrides to enable only for nslu2
This change effectively makes inheriting nslu2-image a no-op unless
MACHINE == nslu2, making it much easier and neater to support other
machine types with SlugOS.

14 years agoSlugOS: slugos images - add machine name to the image name
Mike Westerhof [Sun, 23 Jan 2011 00:17:28 +0000 (18:17 -0600)]
SlugOS: slugos images - add machine name to the image name
This change is required to enable SlugOS to be built for multiple
machines in the same tmpdir.

14 years agoSlugOS: task-slugos-extd.bb - kexec-tools should just be kexec, now.
Mike Westerhof [Sun, 23 Jan 2011 00:15:33 +0000 (18:15 -0600)]
SlugOS: task-slugos-extd.bb - kexec-tools should just be kexec, now.

14 years agoframeworkd: install needed directory: /etc/freesmartphone/opim/
Thomas Zimmermann [Sat, 22 Jan 2011 21:21:13 +0000 (22:21 +0100)]
frameworkd: install needed directory: /etc/freesmartphone/opim/

Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
14 years agomono_2.6.3.bb: Fix install error and Bugzilla/5501
Khem Raj [Sat, 22 Jan 2011 21:10:33 +0000 (13:10 -0800)]
mono_2.6.3.bb: Fix install error and Bugzilla/5501

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agopython-caldav: Recipe cleanups; Fixed missing dep
Lars Michelsen [Sun, 23 Jan 2011 02:02:27 +0000 (02:02 +0000)]
python-caldav: Recipe cleanups; Fixed missing dep

- Updated the recipe according to the feedback on mailinglist
- Added missing installation depenencies

Tested building on Ubuntu 10.10 x86_64 for beagleboard rev. c4.
Tested installation and functionality on beagleboard rev. c4.

Signed-off-by: Lars Michelsen <lm@larsmichelsen.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agopython-caldav: New recipe - CalDAV rfc4791 client
Lars Michelsen [Sun, 23 Jan 2011 02:02:26 +0000 (02:02 +0000)]
python-caldav: New recipe - CalDAV rfc4791 client

This patch adds a new recipe for the python caldav client library module.

Tested building on Ubuntu 10.10 x86_64 for beagleboard c4. Tested
functionality on beagleboard c4.

Signed-off-by: Lars Michelsen <lm@larsmichelsen.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibass: fix missing \ and make spaces to tab
Henning Heinold [Sat, 22 Jan 2011 20:08:26 +0000 (21:08 +0100)]
libass: fix missing \ and make spaces to tab

14 years agou-boot: Fixup mini2440 and the various 'weak' problems
Tom Rini [Sat, 22 Jan 2011 18:39:36 +0000 (11:39 -0700)]
u-boot: Fixup mini2440 and the various 'weak' problems

Based on the existing patches for other platforms.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoddrescue-1.14: Initial recipe for GNU ddrescue
Andreas Oberritter [Fri, 21 Jan 2011 01:02:35 +0000 (01:02 +0000)]
ddrescue-1.14: Initial recipe for GNU ddrescue

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
14 years agodvdbackup-0.4.1: Initial recipe
Andreas Oberritter [Fri, 21 Jan 2011 00:15:01 +0000 (00:15 +0000)]
dvdbackup-0.4.1: Initial recipe

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
14 years agomadwifi-ng-r3314: don't apply OpenWrt's 104-autocreate_none.patch
Andreas Oberritter [Sat, 22 Jan 2011 17:56:20 +0000 (17:56 +0000)]
madwifi-ng-r3314: don't apply OpenWrt's 104-autocreate_none.patch

* Restore previous behaviour to create a STA interface on module load.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
14 years agomadwifi-ng: remove unused version r3837-20080802
Andreas Oberritter [Fri, 21 Jan 2011 00:53:24 +0000 (00:53 +0000)]
madwifi-ng: remove unused version r3837-20080802

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
CC: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>