openembedded.git
14 years agosane-srcdates.inc: remove from all distro configs as well as file itself
Martin Jansa [Tue, 30 Nov 2010 07:54:28 +0000 (08:54 +0100)]
sane-srcdates.inc: remove from all distro configs as well as file itself

* it's empty for > 6 months
* entries were moved to recipes
* SRCREV instead of SRCDATE is preferred anyways http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=8da9744fcdf856abebcfbe9e3bc1b8cf07bc317b

Acked-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agousermanual: update info with SRCPV, in recipe SRCREV and remove sane-srcdates
Martin Jansa [Tue, 30 Nov 2010 07:49:08 +0000 (08:49 +0100)]
usermanual: update info with SRCPV, in recipe SRCREV and remove sane-srcdates

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux_git: bump SRCREV for 2.6.37-rc4
Martin Jansa [Tue, 30 Nov 2010 12:10:01 +0000 (13:10 +0100)]
linux_git: bump SRCREV for 2.6.37-rc4

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoklibc: bump PR to force rebuild after mipsel fix
Yuri Bushmelev [Tue, 30 Nov 2010 22:32:26 +0000 (01:32 +0300)]
klibc: bump PR to force rebuild after mipsel fix

14 years agokexec-tools-klibc: switch to using klibc's staged includes
Yuri Bushmelev [Tue, 30 Nov 2010 22:14:06 +0000 (01:14 +0300)]
kexec-tools-klibc: switch to using klibc's staged includes

kexec-tools-klibc is switched to use klibc's includes instead of having
patch with own. This will fix building for mipsel as well.
NOTE: now kexec-tools-klibc is just using 'klibc/include[/bits32]' dirs
to look for includes. This should be made more configurable.

14 years agoklibc: fix linking for mipsel
Yuri Bushmelev [Tue, 30 Nov 2010 20:06:34 +0000 (23:06 +0300)]
klibc: fix linking for mipsel

Disable inclusion of <asm/kexec.h>. This header have function (at least
on mipsel) which breaks klibc's syscalls parser and lead to klibc
linking failure.

14 years agoxmame: switch to x11 backend(to improve scaling performance on xv-enabled devices)
Denis 'GNUtoo' Carikli [Sat, 27 Nov 2010 16:59:45 +0000 (17:59 +0100)]
xmame: switch to x11 backend(to improve scaling performance on xv-enabled devices)

On nokia900 the sound has issues and CPU usage is 100% with the SDL backend
  when scalling the game to fullscreen
Using XV and MIT-SHM seem to improve performances:

With SDL:
  SDL found mode:800x480x16
  SDL found mode:800x480x16
  SDL: Using a mode with a resolution of: 800x480x16
  Initialized no effect: bitmap depth = 16, color format = RGB 565
  info: audiodevice (null) set to 16bit linear stereo 44100Hz
  info: sysdep_dsp: using sdl plugin
  info: dsp: using timer-based audio
  Average FPS: 16.623416 (988 frames)

With X11,XV,MIT-SHM:
  MIT-SHM & XV Extensions Available. trying to use.
  Can't find a suitable RGB format - trying YUY2 instead.
  XInput: Initialization...
  Initialized no effect: bitmap depth = 16, color format = YUY2
  Clearing YUY2
  Using Xv & Shared Memory Features to speed up
  info: set to 16bit linear stereo 44100Hz
  info: sysdep_dsp: using alsa plugin
  info: sysdep_mixer: using alsa plugin
  Average FPS: 23.254317 (828 frames)

The nokia900 has an omap SOC, that means that it can uses omapfb,
  which support xv, so using XV improve the performances in the case
  of the nokia900

And in the case where XV is not available
(XV disabled for testing purposes, still on nokia900):
  XInput: Initialization...
  MIT-SHM Extension Available. trying to use... Success.
  Using Shared Memory Features to speed up
  Initialized no effect: bitmap depth = 16, color format = RGB 565
  info: set to 16bit linear stereo 44100Hz
  info: sysdep_dsp: using alsa plugin
  info: sysdep_mixer: using alsa plugin
  Average FPS: 18.793345 (1267 frames)

Which is a bit faster than SDL.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
14 years agoxmame: fix runtime endianess issue and bump PR
Denis 'GNUtoo' Carikli [Fri, 26 Nov 2010 10:39:52 +0000 (11:39 +0100)]
xmame: fix runtime endianess issue and bump PR

Without that fix we have(at runtime):
  xmame.SDL
    error: compiled byte ordering doesn't match machine byte ordering.
    compiled for MSB first, are you sure you chose the right cpu in makefile.unix?

on arm little endian

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
14 years agomythtv: removed 0.22
Frans Meulenbroeks [Tue, 30 Nov 2010 08:30:36 +0000 (09:30 +0100)]
mythtv: removed 0.22

probably does not build with qt4.7
this one was not maintained anyway and only stayed because a few distro's pinned it.
it is now unpinned by all so rm.
we already have 0.23 for almost a year, and the metadata for 0.23 is better

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agophp: reinstated --without-iconv, this seems to generate configure issues
Frans Meulenbroeks [Tue, 30 Nov 2010 08:29:14 +0000 (09:29 +0100)]
php: reinstated --without-iconv, this seems to generate configure issues

issues are wrt native paths being used.
e.g. get that fork is not found
adding --with-iconv-dir did not help
This needs further investigation

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agophp: removed --enable-memory-limit configure argument; does not exist any moe
Frans Meulenbroeks [Tue, 30 Nov 2010 08:28:13 +0000 (09:28 +0100)]
php: removed --enable-memory-limit configure argument; does not exist any moe

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoevopedia: bump SRCREV
Martin Jansa [Mon, 29 Nov 2010 09:58:41 +0000 (10:58 +0100)]
evopedia: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoe-wm-theme-illume-neo,elementary-theme-neo: bump SRCREV
Martin Jansa [Mon, 29 Nov 2010 09:01:17 +0000 (10:01 +0100)]
e-wm-theme-illume-neo,elementary-theme-neo: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopolicykit: update LICENSE to LGPLv2+
Denys Dmytriyenko [Tue, 30 Nov 2010 00:48:23 +0000 (19:48 -0500)]
policykit: update LICENSE to LGPLv2+

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
14 years agofont-update-common: explicitly set LICENSE to MIT, as part of OE metadata
Denys Dmytriyenko [Tue, 30 Nov 2010 00:44:42 +0000 (19:44 -0500)]
font-update-common: explicitly set LICENSE to MIT, as part of OE metadata

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
14 years agopowerpc-common: Cache alignof variables for postgresql
Khem Raj [Tue, 30 Nov 2010 00:27:05 +0000 (16:27 -0800)]
powerpc-common: Cache alignof variables for postgresql

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years ago/conf/machine/ben-nanonote.conf
Kristoffer Ericson [Mon, 29 Nov 2010 20:05:26 +0000 (21:05 +0100)]
/conf/machine/ben-nanonote.conf

* Add screen information to machine file

Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agoxgxperf: updated to SRCREV 77, fix build failure
Prabindh Sundareson [Mon, 29 Nov 2010 17:53:17 +0000 (12:53 -0500)]
xgxperf: updated to SRCREV 77, fix build failure

Signed-off-by: Prabindh Sundareson <prabu@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
14 years agofix busybox' CONFIG_LFS
Eric Bénard [Mon, 29 Nov 2010 16:49:17 +0000 (17:49 +0100)]
fix busybox' CONFIG_LFS

blindvt noticed on IRC that :
commit 40d081740d35a454181a6389f1b1f85a0c9ce8e1
removed proper handling of busybox' CONFIG_LFS
It should have added a line for CONFIG_FDISK_SUPPORT_LARGE_DISKS
and retain the CONFIG_LFS line

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agoti framework components: add version 3.20.00.22
Koen Kooi [Mon, 29 Nov 2010 11:11:13 +0000 (12:11 +0100)]
ti framework components: add version 3.20.00.22

FC 3.x is intended for SYS/BIOS 6 users. DSP/BIOS 5 users (including most DVSDK users) should continue to use FC 2.x releases!

Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoomapfbplay: bump SRCREV for v4l2 fixes
Koen Kooi [Mon, 29 Nov 2010 10:39:30 +0000 (11:39 +0100)]
omapfbplay: bump SRCREV for v4l2 fixes

Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoqt-demo-init: correctly handle qtdemo for qt4-x11
Eric Bénard [Fri, 26 Nov 2010 10:19:24 +0000 (11:19 +0100)]
qt-demo-init: correctly handle qtdemo for qt4-x11

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agoadd task-qt4-x11 and qt4-x11 base & demo images
Eric Bénard [Sun, 28 Nov 2010 14:00:31 +0000 (15:00 +0100)]
add task-qt4-x11 and qt4-x11 base & demo images

these are images integrating qt4-x11-free librarie and its demo
applications running using Xorg.

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
14 years agoglib-2.0_2.24.1.bb: Fix build when DISTRO_FEATURES lacks ipv6.
Graham Gower [Mon, 29 Nov 2010 04:34:26 +0000 (15:04 +1030)]
glib-2.0_2.24.1.bb: Fix build when DISTRO_FEATURES lacks ipv6.

mipsel-oe-linux-uclibc-libtool: link: mipsel-oe-linux-uclibc-gcc -march=mips32 -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -Wall -Wl,-rpath-link -Wl,/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib -Wl,-O1 -o .libs/gio-querymodules gio-querymodules.o  -L/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib ../glib/.libs/libglib-2.0.so ../gobject/.libs/libgobject-2.0.so ../gmodule/.libs/libgmodule-2.0.so ./.libs/libgio-2.0.so /mnt/oe/tmp/work/mipsel-oe-linux-uclibc/glib-2.0-2.24.1-r2/glib-2.24.1/gobject/.libs/libgobject-2.0.so /mnt/oe/tmp/work/mipsel-oe-linux-uclibc/glib-2.0-2.24.1-r2/glib-2.24.1/gthread/.libs/libgthread-2.0.so -lpthread /mnt/oe/tmp/work/mipsel-oe-linux-uclibc/glib-2.0-2.24.1-r2/glib-2.24.1/gmodule/.libs/libgmodule-2.0.so -ldl /mnt/oe/tmp/work/mipsel-oe-linux-uclibc/glib-2.0-2.24.1-r2/glib-2.24.1/glib/.libs/libglib-2.0.so /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/libz.so /mnt/
oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/libintl.so /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/libiconv.so -lc
../glib/.libs/libglib-2.0.so: warning: the use of OBSOLESCENT `utime' is discouraged, use `utimes'
./.libs/libgio-2.0.so: undefined reference to `in6addr_loopback'
./.libs/libgio-2.0.so: undefined reference to `in6addr_any'
collect2: ld returned 1 exit status
make[4]: *** [gio-querymodules] Error 1

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agolibdrm_2.4.22.bb: Fix build for uclibc when DISTRO_FEATURES lacks largefile.
Graham Gower [Mon, 29 Nov 2010 05:51:37 +0000 (16:21 +1030)]
libdrm_2.4.22.bb: Fix build for uclibc when DISTRO_FEATURES lacks largefile.

CC     intel.lo
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/errno.h:29:0,
                 from intel.c:32:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled.
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:72:0,
                 from intel.c:33:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/bits/uClibc_stdio.h:61:2: error: #error Sorry... uClibc was built without large file support!
In file included from intel.c:33:0:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:83:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fpos_t'
In file included from intel.c:33:0:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:719:12: error: expected declaration specifiers or '...' before 'fpos_t'
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:721:12: error: expected ';', ',' or ')' before '*' token
make[2]: *** [intel.lo] Error 1

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agoorbit2_2.14.17.bb: Fix build when DISTRO_FEATURES lacks ipv6.
Graham Gower [Mon, 29 Nov 2010 05:08:45 +0000 (15:38 +1030)]
orbit2_2.14.17.bb: Fix build when DISTRO_FEATURES lacks ipv6.

mipsel-oe-linux-uclibc-libtool: link: mipsel-oe-linux-uclibc-gcc -march=mips32 -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -Werror-implicit-function-declaration -Wl,-rpath-link -Wl,/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib -Wl,-O1 -o .libs/test-linc test-linc.o -pthread  -L/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib ../src/.libs/liblinc.a /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/libgobject-2.0.so /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/libgthread-2.0.so -lpthread /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/libglib-2.0.so /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/libintl.so /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/libiconv.so -lc -pthread
../src/.libs/liblinc.a(linc-protocols.o): In function `link_set_tmpdir':
linc-protocols.c:(.text+0x844): warning: the use of OBSOLESCENT `utime' is discouraged, use `utimes'
../src/.libs/liblinc.a(linc-protocols.o): In function `link_protocol_get_sockinfo_ipv4':
linc-protocols.c:(.text+0xeb8): warning: gethostbyaddr is obsolescent, use getaddrinfo() instead.
test-linc.o: In function `main':
test-linc.c:(.text+0x10e4): warning: gethostbyname is obsolescent, use getnameinfo() instead.
../src/.libs/liblinc.a(linc-protocols.o): In function `link_protocol_get_sockinfo_ipv6':
linc-protocols.c:(.text+0xd94): undefined reference to `in6addr_any'
collect2: ld returned 1 exit status
make[3]: *** [test-linc] Error 1

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agolibxml2: Fix build when DISTRO_FEATURES lacks "largefile".
Graham Gower [Mon, 29 Nov 2010 04:12:54 +0000 (14:42 +1030)]
libxml2: Fix build when DISTRO_FEATURES lacks "largefile".

mipsel-oe-linux-uclibc-libtool: compile:  mipsel-oe-linux-uclibc-gcc -march=mips32 -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT xmlIO.lo -MD -MP -MF .deps/xmlIO.Tpo -c xmlIO.c  -fPIC -DPIC -o .libs/xmlIO.o
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:72:0,
                 from libxml.h:44,
                 from encoding.c:24:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/bits/uClibc_stdio.h:61:2: error: #error Sorry... uClibc was built without large file support!

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agogettext_0.18.bb: Fix build when uclibc lacks large file support.
Graham Gower [Mon, 29 Nov 2010 03:24:25 +0000 (13:54 +1030)]
gettext_0.18.bb: Fix build when uclibc lacks large file support.

mipsel-oe-linux-uclibc-libtool: compile:  mipsel-oe-linux-uclibc-gcc -march=mips32 -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DLIBXML_STATIC -I../intl -I./libcroco -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -c libxml/DOCBparser.c  -fPIC -DPIC -o libxml/.libs/libxml_rpl_la-DOCBparser.o
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:28:0,
                 from ./stdio.h:35,
                 from libxml/libxml.h:36,
                 from libxml/DOCBparser.c:14:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled.
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:72:0,
                 from ./stdio.h:35,
                 from libxml/libxml.h:36,
                 from libxml/DOCBparser.c:14:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/bits/uClibc_stdio.h:61:2: error: #error Sorry... uClibc was built without large file support!
In file included from ./stdio.h:35:0,
                 from libxml/libxml.h:36,
                 from libxml/DOCBparser.c:14:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:83:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fpos_t'
In file included from ./stdio.h:35:0,
                 from libxml/libxml.h:36,
                 from libxml/DOCBparser.c:14:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:719:12: error: expected declaration specifiers or '...' before 'fpos_t'
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:721:12: error: expected ';', ',' or ')' before '*' token
make[4]: *** [libxml/libxml_rpl_la-DOCBparser.lo] Error 1

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agoutil-linux-ng_2.17.bb: Fix for uClibc when DISTRO_FEATURES lacks "largefile".
Graham Gower [Mon, 29 Nov 2010 02:59:07 +0000 (13:29 +1030)]
util-linux-ng_2.17.bb: Fix for uClibc when DISTRO_FEATURES lacks "largefile".

../shlibs/blkid/src/.libs/libblkid.so: undefined reference to `lseek64'

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agokaeilos-2009-preferred-versions.inc: upgraded mythtv to 0.23
Marco Cavallini [Mon, 29 Nov 2010 08:10:39 +0000 (09:10 +0100)]
kaeilos-2009-preferred-versions.inc: upgraded mythtv to 0.23

14 years agolinux-2.6.36: upgrade to the latest stablepatch 2.6.36.1
Petr Štetiar [Sat, 27 Nov 2010 13:51:18 +0000 (14:51 +0100)]
linux-2.6.36: upgrade to the latest stablepatch 2.6.36.1

Signed-off-by: Petr Štetiar <ynezz@true.cz>
14 years agots72xx: use 2.6.36 kernel as default now
Petr Štetiar [Sun, 24 Oct 2010 12:05:30 +0000 (14:05 +0200)]
ts72xx: use 2.6.36 kernel as default now

Signed-off-by: Petr Štetiar <ynezz@true.cz>
14 years agolinux-2.6.36: add ts72xx support
Petr Štetiar [Sun, 24 Oct 2010 11:34:57 +0000 (13:34 +0200)]
linux-2.6.36: add ts72xx support

Signed-off-by: Petr Štetiar <ynezz@true.cz>
14 years agolinux-2.6.34: update kernel patchset
Petr Štetiar [Thu, 21 Oct 2010 19:48:28 +0000 (21:48 +0200)]
linux-2.6.34: update kernel patchset

- update base patch for ts7300
- add SD card support for ts7300
- add OpenCores ethernet driver for ts7300
- add new patch in which we use CPLD watchdog to reset the board
- add new patch for console (uses hd44780 LCD on LCD connector)
- add new patch lcd-linux (uses hd44780 LCD on LCD connector)

Tested-by: Bridges Seth <seth@sethbridges.com>
Tested-by: Ian Thompson <ian.thompson@pgs.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
14 years agoqt4.7 : remove 4.7.0
Eric Bénard [Thu, 25 Nov 2010 15:18:21 +0000 (16:18 +0100)]
qt4.7 : remove 4.7.0

now that 4.7.1 is here and default for Angstrom, SHR and minimal

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agominimal: prefer QT 4.7.1
Eric Bénard [Thu, 25 Nov 2010 15:19:34 +0000 (16:19 +0100)]
minimal: prefer QT 4.7.1

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agoqt4.6: remove 4.6.2
Eric Bénard [Thu, 25 Nov 2010 15:17:55 +0000 (16:17 +0100)]
qt4.6: remove 4.6.2

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agoqt4.6 : remove 4.6.0
Eric Bénard [Thu, 25 Nov 2010 15:17:16 +0000 (16:17 +0100)]
qt4.6 : remove 4.6.0

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agomb-applet-tasks: fixed SRC_URI
Klaus Schwarzkopf [Sat, 27 Nov 2010 17:40:01 +0000 (18:40 +0100)]
mb-applet-tasks: fixed SRC_URI

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agolvm2: fixed SRC_URI
Klaus Schwarzkopf [Sat, 27 Nov 2010 17:33:22 +0000 (18:33 +0100)]
lvm2: fixed SRC_URI

archive moved to old directory therefore no changes on lvm2.inc

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agolibspf2: fixed SRC_URI
Klaus Schwarzkopf [Sat, 27 Nov 2010 17:24:01 +0000 (18:24 +0100)]
libspf2: fixed SRC_URI

fixed URI, and homepage and checksum

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agolibgsasl: fixed SRC_URI
Klaus Schwarzkopf [Sat, 27 Nov 2010 17:04:26 +0000 (18:04 +0100)]
libgsasl: fixed SRC_URI

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agolibdessert: fixed SRC_URI
Klaus Schwarzkopf [Sat, 27 Nov 2010 16:38:03 +0000 (17:38 +0100)]
libdessert: fixed SRC_URI

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agohvsc_45: fixed SRC_URI
Klaus Schwarzkopf [Sat, 27 Nov 2010 16:30:37 +0000 (17:30 +0100)]
hvsc_45: fixed SRC_URI

fixed SRC_URI and add homepage

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agognome-games_2.30.2: add checksums
Klaus Schwarzkopf [Sat, 27 Nov 2010 16:19:53 +0000 (17:19 +0100)]
gnome-games_2.30.2: add checksums

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agofrotz: new homepage
Klaus Schwarzkopf [Sat, 27 Nov 2010 16:15:24 +0000 (17:15 +0100)]
frotz: new homepage

new homepage and src_uri for frotz version 2.43 and 2.42

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agoemelfm2_0.0.8: fixed SRC_URI
Klaus Schwarzkopf [Sat, 27 Nov 2010 15:38:05 +0000 (16:38 +0100)]
emelfm2_0.0.8: fixed SRC_URI

emelfm2 have a new homepage http://emelfm2.net/

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agodkg_1.6: fixed SRC_URI
Klaus Schwarzkopf [Sat, 27 Nov 2010 15:32:25 +0000 (16:32 +0100)]
dkg_1.6: fixed SRC_URI

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agodisko_1.6.0: fixed SRC_URI
Klaus Schwarzkopf [Sat, 27 Nov 2010 15:10:05 +0000 (16:10 +0100)]
disko_1.6.0: fixed SRC_URI

diskohq provides tar.bz2

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agodircproxy_1.1.0: fixed download url
Klaus Schwarzkopf [Sat, 27 Nov 2010 14:25:14 +0000 (15:25 +0100)]
dircproxy_1.1.0: fixed download url

new src url

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agodgen-sdl_1.23: fixed download url
Klaus Schwarzkopf [Sat, 27 Nov 2010 14:14:18 +0000 (15:14 +0100)]
dgen-sdl_1.23: fixed download url

found the archive at web.archive.org

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agocpusage_0.1: fixed download link
Klaus Schwarzkopf [Sat, 27 Nov 2010 11:07:18 +0000 (12:07 +0100)]
cpusage_0.1: fixed download link

cpusage have a new homepage: http://www.net.t-labs.tu-berlin.de/~fabian/proj_de.html

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agodash_0.5.5.1: New download link for patch
Klaus Schwarzkopf [Sat, 27 Nov 2010 12:22:14 +0000 (13:22 +0100)]
dash_0.5.5.1: New download link for patch

The newest patch on the old download directory is dash_0.5.5.1-7.3.diff.gz

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agodcetest: fixed download link
Klaus Schwarzkopf [Sat, 27 Nov 2010 12:40:38 +0000 (13:40 +0100)]
dcetest: fixed download link

fixed download link and version

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agoudev_124.bb: Fix build when DISTRO_FEATURES lacks "largefile".
Graham Gower [Mon, 22 Nov 2010 23:37:37 +0000 (10:07 +1030)]
udev_124.bb: Fix build when DISTRO_FEATURES lacks "largefile".

NOTE: make -e EXTRAS=extras/firmware/ extras/scsi_id/ extras/volume_id/ STRIP=echo libudevdir=/lib/udev libdir=/lib prefix=
  GENHDR   udev_version.h
  CC       udev_device.o
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdlib.h:25:0,
                 from udev_device.c:20:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled.
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:72:0,
                 from udev_device.c:21:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/bits/uClibc_stdio.h:61:2: error: #error Sorry... uClibc was built without large file support!
In file included from udev_device.c:21:0:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:83:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fpos_t'
In file included from udev_device.c:21:0:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:719:12: error: expected declaration specifiers or '...' before 'fpos_t'
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:721:12: error: expected ';', ',' or ')' before '*' token
udev_device.c: In function 'udev_device_event':
udev_device.c:272:4: warning: cast increases required alignment of target type
udev_device.c:272:4: warning: cast increases required alignment of target type
make: *** [udev_device.o] Error 1
FATAL: oe_runmake failed

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agobusybox-config.inc: Fix build when DISTRO_FEATURES lacks "largefile".
Graham Gower [Mon, 22 Nov 2010 23:37:08 +0000 (10:07 +1030)]
busybox-config.inc: Fix build when DISTRO_FEATURES lacks "largefile".

mipsel-oe-linux-uclibc-gcc -march=mips32 -Wp,-MD,util-linux/.fdisk.o.d   -std=gnu99 -Iinclude -Ilibbb  -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG  -D"BB_VER=KBUILD_STR(1.17.3)" -DBB_BT=AUTOCONF_TIMESTAMP  -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os   -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(fdisk)"  -D"KBUIL
D_MODNAME=KBUILD_STR(fdisk)" -c -o util-linux/fdisk.o util-linux/fdisk.c
util-linux/fdisk.c: In function 'seek_sector':
util-linux/fdisk.c:522:2: error: 'off64_t' undeclared (first use in this function)
util-linux/fdisk.c:522:2: note: each undeclared identifier is reported only once for each function it appears in
util-linux/fdisk.c:522:10: error: expected ';' before 'off'
util-linux/fdisk.c:523:2: warning: implicit declaration of function 'lseek64'
util-linux/fdisk.c:523:22: error: 'off' undeclared (first use in this function)
util-linux/fdisk.c:519:22: warning: unused parameter 'secno'
make[1]: *** [util-linux/fdisk.o] Error 1
make[1]: Leaving directory `/mnt/oe/tmp/work/mipsel-oe-linux-uclibc/busybox-1.17.3-r38.1/busybox-1.17.3'
make: *** [util-linux] Error 2
make: *** Waiting for unfinished jobs....

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agolibxext-1.2.0: fix native build on some hosts
Martin Jansa [Sun, 28 Nov 2010 09:34:35 +0000 (10:34 +0100)]
libxext-1.2.0: fix native build on some hosts

* reported:
  http://bugs.openembedded.org/show_bug.cgi?id=5490
  http://permalink.gmane.org/gmane.comp.handhelds.openembedded/39936
  https://bugs.freedesktop.org/show_bug.cgi?id=29958

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoomapfbplay: bump SRCREV
Koen Kooi [Sat, 27 Nov 2010 20:41:53 +0000 (21:41 +0100)]
omapfbplay: bump SRCREV

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoangstrom: switch to mythtv 0.23
Koen Kooi [Sat, 27 Nov 2010 19:26:06 +0000 (20:26 +0100)]
angstrom: switch to mythtv 0.23

* fix mplayer pref while where in here as well

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agofennec: update to 4.0b3pre
Koen Kooi [Sat, 27 Nov 2010 16:09:36 +0000 (17:09 +0100)]
fennec: update to 4.0b3pre

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agotask-muffinman: Add netsurf-fb, bump PR.
Alex Ferguson [Sat, 27 Nov 2010 19:04:05 +0000 (21:04 +0200)]
task-muffinman: Add netsurf-fb, bump PR.

Added netsurf-fb which is a graphical web browser with a
framebuffer frontend. Bumped PR to 2.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agojlime-extras: Update to version 1.0.2.
Alex Ferguson [Sat, 27 Nov 2010 19:04:04 +0000 (21:04 +0200)]
jlime-extras: Update to version 1.0.2.

Updated jlime-extras to version 1.0.2 which contains some
bugfixes and some changes relating to some new features in
fileselector.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agofileselector: Update fileselector recipe to version 1.2.
Alex Ferguson [Sat, 27 Nov 2010 19:04:03 +0000 (21:04 +0200)]
fileselector: Update fileselector recipe to version 1.2.

Updated fileselector to version 1.2 which contains several
important changes. Reset PR to 0 and changed checksums.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agonetsurf: Remove old/obsolete recipes, update netsurf-fb
Alex Ferguson [Sat, 27 Nov 2010 19:04:02 +0000 (21:04 +0200)]
netsurf: Remove old/obsolete recipes, update netsurf-fb

Removed older versions of recipes for netsurf and its
dependancies which were accidentally left behind in the
last update.

Bumped SRCREV for netsurf-fb for some important framebuffer
related changes in the upstream source.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agomokosuite2: bump SRCREV
Daniele Ricci [Sat, 27 Nov 2010 17:25:23 +0000 (17:25 +0000)]
mokosuite2: bump SRCREV

Signed-off-by: Daniele Ricci <daniele.athome@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agou-boot_git: updated SRC_URI for sheevaplug; moved to newer version
Frans Meulenbroeks [Sat, 27 Nov 2010 18:19:43 +0000 (19:19 +0100)]
u-boot_git: updated SRC_URI for sheevaplug; moved to newer version

the previous version did not pull any more
updated URI to pull from master and used latest SRCREV

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolinux(-openmoko)-2.6.34: update shr.patch
Martin Jansa [Sat, 27 Nov 2010 14:26:03 +0000 (15:26 +0100)]
linux(-openmoko)-2.6.34: update shr.patch

* mach-gta02: fix PR2349, do not manage down patch was applied with fuzz 2 on wrong place :/
  big thanks to Radek Polak for noticing it

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolua-socket: add new recipe
Petr Štetiar [Sat, 20 Nov 2010 22:58:40 +0000 (23:58 +0100)]
lua-socket: add new recipe

Signed-off-by: Petr Štetiar <ynezz@true.cz>
14 years agofirmware-atheros-ar9271: add new recipe
Petr Štetiar [Sat, 20 Nov 2010 16:20:48 +0000 (17:20 +0100)]
firmware-atheros-ar9271: add new recipe

Signed-off-by: Petr Štetiar <ynezz@true.cz>
14 years agocurl: add recipe for new version 7.21.2
Petr Štetiar [Sat, 20 Nov 2010 20:56:01 +0000 (21:56 +0100)]
curl: add recipe for new version 7.21.2

Amongst bunch of bugfixes contains fix for CVE-2010-3842.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
14 years agocwiid: updated & fixed SRC_URI
Frans Meulenbroeks [Sat, 27 Nov 2010 12:18:53 +0000 (13:18 +0100)]
cwiid: updated & fixed SRC_URI

The svn repo does not exist any more and is replaced by git
changed the SRC_URI for this
also moved to git head (which is already 10 months old)

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolinux(-openmoko)-2.6.34: update shr.patch
Martin Jansa [Tue, 23 Nov 2010 10:25:50 +0000 (11:25 +0100)]
linux(-openmoko)-2.6.34: update shr.patch

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoqi: deploy also link to latest version
Martin Jansa [Sat, 27 Nov 2010 06:39:35 +0000 (07:39 +0100)]
qi: deploy also link to latest version

* fixes http://trac.shr-project.org/trac/ticket/1245

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agouclibc.inc: Dont use gnuhash on mips64
Khem Raj [Fri, 26 Nov 2010 22:28:19 +0000 (14:28 -0800)]
uclibc.inc: Dont use gnuhash on mips64

* Add a machine config for mips64 based machines

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agosdk.bbclass: Define target_includedir
Khem Raj [Sat, 27 Nov 2010 01:26:16 +0000 (17:26 -0800)]
sdk.bbclass: Define target_includedir

This var is used in configuring gcc recipes so we define it here for sdk
as well best is to have this defined globally so we can configure target
cross and sdk recipes properly

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-configure-sdk.inc: Remove special do_configure
Khem Raj [Fri, 26 Nov 2010 22:27:06 +0000 (14:27 -0800)]
gcc-configure-sdk.inc: Remove special do_configure

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agomythtv: moved to rev 27202
Frans Meulenbroeks [Fri, 26 Nov 2010 22:15:37 +0000 (23:15 +0100)]
mythtv: moved to rev 27202

this fixes the compilation issue with qt 4.7

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agodropbear: remove 'set -e' from initscript
Koen Kooi [Fri, 26 Nov 2010 14:05:46 +0000 (15:05 +0100)]
dropbear: remove 'set -e' from initscript

This fixes dropbear startup issues reported in recent builds

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolinux-omap 2.6.37rc: move to rc3
Koen Kooi [Fri, 26 Nov 2010 11:31:07 +0000 (12:31 +0100)]
linux-omap 2.6.37rc: move to rc3

Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoqt4x11: set QT_LIBINFIX and QT_DIR_NAME
Eric Bénard [Thu, 25 Nov 2010 15:54:29 +0000 (16:54 +0100)]
qt4x11: set QT_LIBINFIX and QT_DIR_NAME

this will fix the following issue with qwt 5.2.1 where obj dir is:
work/armv4t-oe-linux-gnueabi/qwt-5.2.1-r0/qwt-5.2.1/src/obj${QT_LIBINFIX}/
instead of :
work/armv4t-oe-linux-gnueabi/qwt-5.2.1-r0/qwt-5.2.1/src/obj/

From: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoeve: bump PR to rebuild after last webkit-efl upgrade
Martin Jansa [Fri, 26 Nov 2010 07:34:47 +0000 (08:34 +0100)]
eve: bump PR to rebuild after last webkit-efl upgrade

* otherwise old build ends with Illegal instruction on armv4t

14 years agobinutils_git.bb: Fix building target binutils build for SH4/uclibc
Khem Raj [Fri, 26 Nov 2010 00:10:30 +0000 (16:10 -0800)]
binutils_git.bb: Fix building target binutils build for SH4/uclibc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-configure-sdk: Handle hardcoded /usr/include
Khem Raj [Thu, 25 Nov 2010 22:47:58 +0000 (14:47 -0800)]
gcc-configure-sdk: Handle hardcoded /usr/include

This does not work for distros like micro who use
a flattened tree structure for root file system

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agotask-fso-toolchain-target.bb: Fix meta-toolchain-fso.
Graham Gower [Thu, 25 Nov 2010 03:16:58 +0000 (13:46 +1030)]
task-fso-toolchain-target.bb: Fix meta-toolchain-fso.

Previously, do_populate_sdk failed due to missing c++ dir.

mv: cannot stat `/var/tmp/tb-clean-build/work/mipsel-oe-linux/meta-toolchain-fso-1.0-r1/sdk/image//usr/local/minimal/mipsel/mipsel-oe-linux/usr/include/c++': No such file or directory

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolinux-omap-psp: Update to latest omap3 2.6.32 psp kernel commit + remove committed...
Roger Monk [Thu, 25 Nov 2010 15:30:41 +0000 (15:30 +0000)]
linux-omap-psp: Update to latest omap3 2.6.32 psp kernel commit + remove committed pending local patches

   * Update to latest commit for kernel
   * Remove pending patches which are now commmited to kernel git tree
   * Switch to proper URI (alias) for omap3 kernel (instead of personal tree)
   * Switch to http protocol
   * Bump PR

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agomplayer: bump SRCREV, remove mencoder, merge omapfb patches
Martin Jansa [Thu, 25 Nov 2010 13:37:07 +0000 (14:37 +0100)]
mplayer: bump SRCREV, remove mencoder, merge omapfb patches

* mencoder was removed from git repo http://repo.or.cz/w/mplayer.git/commit/389c32b5c72897a8b1b3c929c8f278e8980f2290
  if you need it, build from mplayer_svn.bb

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agokaeilos.inc: added ipv4 ipv6, thanks to Matteo
Marco Cavallini [Thu, 25 Nov 2010 16:25:07 +0000 (17:25 +0100)]
kaeilos.inc: added ipv4 ipv6, thanks to Matteo

14 years agolinux-omap4: sync with latest ubuntu git
Koen Kooi [Thu, 25 Nov 2010 15:22:57 +0000 (16:22 +0100)]
linux-omap4: sync with latest ubuntu git

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoti-sysbios: Add SYSBIOS v.6.31.00.18
Roger Monk [Thu, 25 Nov 2010 13:43:07 +0000 (13:43 +0000)]
ti-sysbios: Add SYSBIOS v.6.31.00.18

   * Add 6.31.00.18

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoti-xdais: Add Latest Versions (6.26.01/7.00/7.10/7.20)
Roger Monk [Thu, 25 Nov 2010 13:42:09 +0000 (13:42 +0000)]
ti-xdais: Add Latest Versions (6.26.01/7.00/7.10/7.20)

   * Add 6.26.01.03
   * Add 7.00.00.27
   * Add 7.10.00.06
   * Add 7.20.00.07

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoti-dspbios: Add Latest Versions (5.41.08/08)
Roger Monk [Thu, 25 Nov 2010 13:40:47 +0000 (13:40 +0000)]
ti-dspbios: Add Latest Versions (5.41.08/08)

   * Add 5.41.08.30
   * Add 5.41.09.34

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoangstrom-codec-engine-latest-preferred-versions: bump xdctools to 3.20.05.x
Koen Kooi [Thu, 25 Nov 2010 13:44:37 +0000 (14:44 +0100)]
angstrom-codec-engine-latest-preferred-versions: bump xdctools to 3.20.05.x

This fixed the codec-engine issues with angstrom 2010.x

Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoomapfbplay: bump SRCREV
Koen Kooi [Thu, 25 Nov 2010 13:36:45 +0000 (14:36 +0100)]
omapfbplay: bump SRCREV

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agobusybox: remove 1.17.3
Eric Bénard [Thu, 25 Nov 2010 08:29:44 +0000 (09:29 +0100)]
busybox: remove 1.17.3

as it's no more default for SHR

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agobusybox-static: switch to 1.17.4
Eric Bénard [Thu, 25 Nov 2010 08:31:48 +0000 (09:31 +0100)]
busybox-static: switch to 1.17.4

before removing busybox-1.17.3

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agobusybox: remove 1.17.1
Eric Bénard [Thu, 25 Nov 2010 08:29:16 +0000 (09:29 +0100)]
busybox: remove 1.17.1

as it's no more default for Angstrom-2010

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoangstrom-2010: prefer busybox 1.17.4
Eric Bénard [Thu, 25 Nov 2010 08:27:46 +0000 (09:27 +0100)]
angstrom-2010: prefer busybox 1.17.4

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agolinux-omap-zoomsync 2.6.32: restore some options that got lost in the defconfig merge
Koen Kooi [Thu, 25 Nov 2010 11:35:38 +0000 (12:35 +0100)]
linux-omap-zoomsync 2.6.32: restore some options that got lost in the defconfig merge

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolibomxil: update to 0.9.2.1
Koen Kooi [Thu, 25 Nov 2010 10:51:01 +0000 (11:51 +0100)]
libomxil: update to 0.9.2.1

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agogst-ffmpeg : update to 0.10.11
Koen Kooi [Thu, 25 Nov 2010 10:44:39 +0000 (11:44 +0100)]
gst-ffmpeg : update to 0.10.11

Signed-off-by: Koen Kooi <koen@openembedded.org>