aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-04-26linux_git: remove stale tosa 2.6.28 defconfigAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-26sun4cdm: move unsupported 2.4 kernel to /obsoleteAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-26handhelds: move 2.4 defconfigs to /obsoleteAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-26linux-handhelds-pxa: move 2.4 specific patches to /obsolete tooAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-26handhelds: move unsupported 2.4 kernels to /obsoleteAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-26ipod: move unsupported 2.4 kernel to /obsoleteAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-26linux-bast: move unsupported 2.4 kernel to /obsoleteAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-26linux-colinux: move unsupported 2.4 kernel to /obsoleteAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-26mnci: move to nonworking, obsolete mnci-ramses 2.4 kernelAndrea Adami
* machines with 2.4 kernels are not supported Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-26geodegx: move to nonworking, obsolete linux-geodegx 2.4 kernelAndrea Adami
* machines with 2.4 kernels only are not supported Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-25bluez4: Remove 4.8* now that 4.9x is default for Angstrom and SHRTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-04-25bluez4: Add 4.91 and make it default for Angstrom and SHRTom Rini
Compile tested on am37x-evm and angstrom-2010.x. SHR already uses this version in oe-core/meta-oe. Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-04-25bluez4: Move a patch from the .inc to the bbTom Rini
Now that we're down to just three versions, move sbc-thumb.patch into the recipes because it's not an always need thing, just needed in some versions. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-04-25bluez4: Remove old and unused versions.Tom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-04-26cmtspeechtest: bump rev; also add to fso-autorev.incMichael 'Mickey' Lauer
2011-04-25omapfbplay: move patch to new location after switch to LibavPaul Menzel
This patch fixes up commit 692d43ee [1] commit 692d43eeb6596df52b5984ae1bd14739f9ec9e0f Author: Koen Kooi <koen@openembedded.org> Date: Mon Mar 28 15:47:23 2011 +0200 libav: add proper recipe for git version omapfbplay: switch to libav which did not move the patch referenced in the recipe to the new location. NOTE: package omapfbplay-0.0+r30+gitr34293052c5a2ae328eac6903512e6b4ce19b5639-r30: task do_patch: Started ERROR: [Errno 2] No such file or directory: '/oe/openembedded/recipes/libav/./omapfbplay-errorhandling.patch' NOTE: package omapfbplay-0.0+r30+gitr34293052c5a2ae328eac6903512e6b4ce19b5639-r30: task patch_do_patch: Failed [1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=692d43eeb6596df52b5984ae1bd14739f9ec9e0f Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-04-25firefox: add correct CFLAGS and LIBS of libIDL-2.0Patrik Dahlström
* autoconf does not fill in any CFLAGS or LIBS for libIDL-2.0. This patch sets the appropriate flags in autoconf.mk.in for HOST_LIBIDL_CFLAGS and HOST_LIBIDL_LIBS. The error message is the following [1][2]. […] gcc -o host_xpidl.o -c -isystem/home/neil/overo-oe/tmp-unstable/sysroots/x86_64-linux/usr/include -O2 -g -DXP_UNIX -O3 -DMDCPUCFG=\"md/_linux.cfg\" -I. -I. -I../../../dist/include -I../../../dist/include/nsprpub -I/home/neil/overo-oe/tmp-unstable/work/armv7a-angstrom-linux-gnueabi/firefox-3.6.8-r3/mozilla-1.9.2/dist/include/nspr -I/home/neil/overo-oe/tmp-unstable/work/armv7a-angstrom-linux-gnueabi/firefox-3.6.8-r3/mozilla-1.9.2/dist/include/nss -I/home/neil/overo-oe/tmp-unstable/work/armv7a-angstrom-linux-gnueabi/firefox-3.6.8-r3/mozilla-1.9.2/dist/include/nspr xpidl.c […] In file included from xpidl.c:42: xpidl.h:49: fatal error: glib.h: No such file or directoryIn file included from xpidl_util.c:42: xpidl.h:49: fatal error: glib.h: No such file or directory […] Why this did not occur earlier is not known. The patch is tested using `angstrom-2010.x` and `minimal` for `MACHINE = "beagleboard"`. It still does not build using `minimal-uclibc`. [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-April/031792.html [2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-April/031959.html Signed-off-by: Patrik Dahlström <patda293@student.liu.se> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-04-25gstreamer: Add bison-native and flex-native to DEPENDSTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-04-25wvstreams: update version from 4.6.0 to 4.6.1Søren Holm
This patch is build tested using `angstrom-2010.x` and `minimal` for `MACHINE = "beagleboard"`. The build still fails when uClibc is used. Signed-off-by: Søren Holm <sgh@sgh.dk> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-04-25linux: update Zaurus defconfigs to 2.6.38.4Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-25linux-kexecboot_git: add more Zaurus defconfigs and reset D_P to -2Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-24linux-kexecboot: fix SRCREV for 2.6.39-rc4Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-24linux: upgrade from 2.6.38.3 to 2.6.38.4Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-24linux-kexecboot: upgrade from 2.6.38.3 to 2.6.38.4Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-24linux_git: upgrade from 2.6.39-rc2 to 2.6.39-rc4Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-24linux-kexecboot: upgrade from 2.6.39.rc2 to 2.6.39-rc4Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-24linux-2.6.36: remove obsolete spitz defconfigAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-24linux-2.6.35: remove stale spitz defconfigAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-24linux-2.6.29: remove stale patches for tosaAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-24conf/machine/nonworking: remove .mtn2git_emptyAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-24Building fails with the following error.Søren Holm
| ./CXX -c ipstreams/wvunixdgsocket | In file included from ./include/wvunixdgsocket.h:13:0, | from ipstreams/wvunixdgsocket.cc:1: | ./include/wvaddr.h: In member function 'uint32_t WvIPAddr::addr() const': | ./include/wvaddr.h:284:31: warning: dereferencing type-punned pointer will break strict-aliasing rules | ipstreams/wvunixdgsocket.cc: In constructor 'WvUnixDGSocket::WvUnixDGSocket(const WvFastString&, bool, int)': | ipstreams/wvunixdgsocket.cc:50:32: error: 'chmod' was not declared in this scope | make: *** [ipstreams/wvunixdgsocket.o] Error 1 This patch is build tested using `angstrom-2010.x` and `minimal` for `MACHINE = "beagleboard"`. The build still fails when uClibc is used. Signed-off-by: Søren Holm <sgh@sgh.dk> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Khem Raj <raj.khem@gmail.com>
2011-04-24nylon: move distro to obsolete (still using 2.4 kernels)Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-24wrt54oe: move distro to obsolete (still using 2.4 kernels)Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-24wrt: obsolete wrt-init, wrt-utils, loader_0.04, wrt-image-nativeAndrea Adami
* wrt54 has been obsoleted being is still using unsupported 2.4 kernels Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-24wrt54: move machine to nonworking (using 2.4 kernel)Andrea Adami
* we do actually support 2.6 kernels only Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-24linux-wrt: move 2.4 kernels to /obsoleteAndrea Adami
* in OE (and in OpenWRT) only 2.6 kernels are actively developed Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-24linux: move er0100, mtx-1, mtx-2 2.4 kernels to /obsoleteAndrea Adami
* nowadays we support only 2.6 kernels Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-24er0100, mtx-1, mtx-2: move machine to /nonworkingAndrea Adami
* 'kernel24' is still in machine.conf * we support only kernels 2.6 atm Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-23live555: catch up with upstream habits of upgrading and removing tarballsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-24cmtspeechtest: new recipe; test program for libcmtspeechdataMichael 'Mickey' Lauer
2011-04-23hx2000: move to machine/nonworkingAndrea Adami
* unfortunately support for the machine seems dead * linux-rp kernels have been obsoleted * machine needs fresh patches against recent kernels Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-23linux-kexecboot: move 2.6.2x and development 2.6.37 to obsoleted.Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-23linux-rp: move to obsoleteAndrea Adami
* qemu and zaurus were the typical targets * both did move to plain linux recipe * thanks RP for the outstanding work ! Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-23linux-2.6.31: remove obsoleted collie references and filesAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-23linux-2.6.30: remove stale/obsoleted references to tosaAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-23linux_2.6.29+2.6.30-rc4: remove stale tosa filesAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-22modutils-collateral: remove stale overrides for poodle and tosaAndrea Adami
* recipe is obsolete und is not built anymore, bump PR though Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-22qt4-embedded: enable support for the built-in LinuxInput keyboard driverMichael 'Mickey' Lauer
2011-04-22udev: remove stale patches and reorder directory structure.Andrea Adami
* second try * many files were committed as version-specific while most are common * allow easier overrides of the defaults in /udev once for all recipes * prepare for removal of obsolete versions * bump INC_PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-22Revert "udev: remove stale patches and reorder directory structure."Andrea Adami
This reverts commit 6ddb7f900a19e51f70ecc01214f8ecb13ae98cac.