openembedded.git
14 years agotask-shr-feed: add xf86-video-fbdev
Sebastian Krzyszkowiak [Tue, 6 Jul 2010 11:35:24 +0000 (11:35 +0000)]
task-shr-feed: add xf86-video-fbdev

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
14 years agoblipomoko: bump new version
Sebastian Krzyszkowiak [Tue, 6 Jul 2010 11:39:04 +0000 (11:39 +0000)]
blipomoko: bump new version

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
14 years agoangstrom-2008-preferred-versions.inc: Go back to udev-141 for Zaurus clamshells....
Stanislav Brabec [Mon, 5 Jul 2010 23:42:26 +0000 (23:42 +0000)]
angstrom-2008-preferred-versions.inc: Go back to udev-141 for Zaurus clamshells. udev-151 requires kernel >= 2.6.27.

14 years agokexec-tools: resplit recipes looking forward 2.0.2.
Andrea Adami [Mon, 5 Jul 2010 23:12:13 +0000 (01:12 +0200)]
kexec-tools: resplit recipes looking forward 2.0.2.

* isolate the old 1.101 patches (and remove it asap...)
* 2.0.2 is coming and some patches will be removed.

14 years agophonefsod: fixed a dependency error and bump PR
Denis 'GNUtoo' Carikli [Mon, 5 Jul 2010 22:08:23 +0000 (00:08 +0200)]
phonefsod: fixed a dependency error and bump PR

if we don't add libfsoframework as dependency it fails with:
| checking for FSO_FRAMEWORK... configure: error: Package requirements (fsoframework-2.0) were not met:
I got the permission to fix it:
  <mrmoku> GNUtoo|laptop: hmm... do we have the dependencies still wrong?
  <mrmoku> I thought we fixed that :/
  <mrmoku> it needs libfsoframework
  <GNUtoo|laptop> mrmoku, ah I just git pulled
  <GNUtoo|laptop> mrmoku, can I fix that too?
  <mrmoku> DEPENDS += " libfso-glib dbus-glib libframeworkd-glib sqlite3 shr-specs"
  <mrmoku> still missing
  <mrmoku> GNUtoo|laptop: yes please :-)

14 years agoframeworkd-config-shr: bump srcrev and PR for htcdream support
Denis 'GNUtoo' Carikli [Mon, 5 Jul 2010 20:47:10 +0000 (22:47 +0200)]
frameworkd-config-shr: bump srcrev and PR for htcdream support

Newer srcrev are needed for the htcdream :
*because of an API changes the rules.yaml config it had,
  which was old, doens't work anymore,and it wasn't updated
*it also needs a more recent frameworkd.conf for activating
  fso2 support in SHR

I got the permission to bump srcrev on #openmoko-cdevel on Freenode:
<GNUtoo|laptop> mrmoku, can I change srcrev in oe?
[...]
<mrmoku> GNUtoo|laptop: yeah, go ahead

14 years agowesnoth: add version 1.8.3
Denis 'GNUtoo' Carikli [Mon, 5 Jul 2010 19:22:36 +0000 (21:22 +0200)]
wesnoth: add version 1.8.3

14 years agosupertux 0.1.3: remove the -1 default preference
Denis 'GNUtoo' Carikli [Mon, 5 Jul 2010 18:03:50 +0000 (20:03 +0200)]
supertux 0.1.3: remove the -1 default preference

supertux 0.1.3 is more recent,and we have 0.1.3 as qvga version
Also: it has been -1 for very long time,from before
packages->recipes changes

14 years agosupertux: fix installation(will not overwrite just-created) and bump PR
Denis 'GNUtoo' Carikli [Mon, 5 Jul 2010 17:42:56 +0000 (19:42 +0200)]
supertux: fix installation(will not overwrite just-created) and bump PR

data/Makefile.am has some duplicated entries which causes that kind of failure:
...usr/bin/install: will not overwrite just-created
`.../image/usr/share/supertux/sounds/bigjump.wav' with `sounds/bigjump.wav'
So in the patch we just remove the duplicated entries

14 years agolinux-kexecboot.inc: fix typo (missing =).
Andrea Adami [Mon, 5 Jul 2010 21:43:31 +0000 (23:43 +0200)]
linux-kexecboot.inc: fix typo (missing =).

14 years agolinux-kexecboot: [zaurus] refine 2.6.34 defconfigs for Zaurus devices.
Andrea Adami [Mon, 5 Jul 2010 21:36:04 +0000 (23:36 +0200)]
linux-kexecboot: [zaurus] refine 2.6.34 defconfigs for Zaurus devices.

* disable PRINTK and BUG.
* save 100kB size.
* debug is in kexecboot itself (must be enabled).

14 years agokexecboot_git: move to cdd9b221287aaaae0d7178675ddf86f1f3c75527.
Andrea Adami [Mon, 5 Jul 2010 21:32:46 +0000 (23:32 +0200)]
kexecboot_git: move to cdd9b221287aaaae0d7178675ddf86f1f3c75527.

* Bump PR.

14 years agoltrace_0.5.3.bb: Fix build for mipsel.
Graham Gower [Sun, 4 Jul 2010 20:41:41 +0000 (20:41 +0000)]
ltrace_0.5.3.bb: Fix build for mipsel.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agobase.bbclass: Fix oe_unpack_file to unpack files to match new bitbake bb.decodeurl()
Khem Raj [Sun, 4 Jul 2010 04:07:32 +0000 (21:07 -0700)]
base.bbclass: Fix oe_unpack_file to unpack files to match new bitbake bb.decodeurl()

* This patch now uses the path which essentially is the path and
  filename relative to recipe dir. It will create the directories
  as expected. Suppose if the is says file://pam.d/login in the
  SRC_URI then it will be copied to $WORKDIR/pam.d/login as it
  was happening before the fix to decodeurl in bitbake.

* Do not copy the .patch and .diff files into $WORKDIR
  they are already symlinked in patches/ dir which will
  be used by quilt.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Chris Larson <clarson@kergoth.com>
14 years agohal_0.5.14+git.bb: Make default pick for hal.
Khem Raj [Sat, 3 Jul 2010 04:37:14 +0000 (21:37 -0700)]
hal_0.5.14+git.bb: Make default pick for hal.

* Distributions other than angstrom default to
  0.5.11 which is old and has dependencies on
  libvolume_id which is no longer provided with
  newer versions of udev

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolinux-kexecboot.inc: narrow down kernel size-check just to Zaurus devices.
Andrea Adami [Mon, 5 Jul 2010 20:21:45 +0000 (22:21 +0200)]
linux-kexecboot.inc: narrow down kernel size-check just to Zaurus devices.

14 years agoinitramfs-kexecboot-image: remove a commented, obsolete entry.
Andrea Adami [Mon, 5 Jul 2010 20:14:21 +0000 (22:14 +0200)]
initramfs-kexecboot-image: remove a commented, obsolete entry.

14 years agoinitramfs-kexecboot-image: remove explicit dependency on lzma-native.
Andrea Adami [Mon, 5 Jul 2010 20:11:51 +0000 (22:11 +0200)]
initramfs-kexecboot-image: remove explicit dependency on lzma-native.

* already in bitbake.conf (IMAGE_DEPENDS_cpio.lzma = "lzma-native").

14 years agoexiv2: remove broken 0.15 and add working 0.20
Koen Kooi [Mon, 5 Jul 2010 06:47:41 +0000 (08:47 +0200)]
exiv2: remove broken 0.15 and add working 0.20

14 years agomc: Prefer native libglib-2.0.so.0 over host one in runtime linking of man2hlp. Intro...
Stanislav Brabec [Mon, 5 Jul 2010 02:41:51 +0000 (02:41 +0000)]
mc: Prefer native libglib-2.0.so.0 over host one in runtime linking of man2hlp. Introduce INC_PR.

14 years agogrep: Fixed xz unpack dependency.
Stanislav Brabec [Mon, 5 Jul 2010 01:17:39 +0000 (01:17 +0000)]
grep: Fixed xz unpack dependency.

14 years agollvm: fix packaging and bump PR
Henning Heinold [Sun, 4 Jul 2010 20:50:32 +0000 (22:50 +0200)]
llvm: fix packaging and bump PR

14 years agodevicekit-power: use same old official release tarball but with correct URI
Lukas Gorris [Sun, 4 Jul 2010 19:36:56 +0000 (21:36 +0200)]
devicekit-power: use same old official release tarball but with correct URI

14 years agofsogsmd: apply patch only for openmoko devices
Michael 'Mickey' Lauer [Sat, 3 Jul 2010 21:01:50 +0000 (23:01 +0200)]
fsogsmd: apply patch only for openmoko devices

14 years agodbus: 1.3.0 -> 1.3.1
Michael 'Mickey' Lauer [Sat, 3 Jul 2010 12:49:04 +0000 (14:49 +0200)]
dbus: 1.3.0 -> 1.3.1

14 years agovala: 0.9.1.1 -> 0.9.2.1
Michael 'Mickey' Lauer [Wed, 23 Jun 2010 17:56:57 +0000 (19:56 +0200)]
vala: 0.9.1.1 -> 0.9.2.1

14 years agokaeilos-2009-preferred-versions.inc: updated packages version
Marco Cavallini [Sat, 3 Jul 2010 12:30:53 +0000 (14:30 +0200)]
kaeilos-2009-preferred-versions.inc: updated packages version

14 years agodevicekitpower: since this is based on a git snapshot, run gtkdocize in configure
Koen Kooi [Sat, 3 Jul 2010 07:55:13 +0000 (09:55 +0200)]
devicekitpower: since this is based on a git snapshot, run gtkdocize in configure

14 years agotcl_8.5.8.bb: fix build for mips/mipsel.
Graham Gower [Thu, 1 Jul 2010 20:52:09 +0000 (20:52 +0000)]
tcl_8.5.8.bb: fix build for mips/mipsel.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agox264_r2245.bb: fix build for mipsel (duplicate the mips fix).
Graham Gower [Thu, 1 Jul 2010 19:43:42 +0000 (19:43 +0000)]
x264_r2245.bb: fix build for mipsel (duplicate the mips fix).

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agognupg_1.4.10.bb: fix build on mips(el) with recent gcc.
Graham Gower [Thu, 1 Jul 2010 14:23:33 +0000 (14:23 +0000)]
gnupg_1.4.10.bb: fix build on mips(el) with recent gcc.

Patch "borrowed" from openwrt.
https://dev.openwrt.org/browser/packages/utils/gnupg/patches/001-mips_gcc4.4.patch

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoxserver-kdrive_1.5.3.bb: enable the XCALIBRATE extension.
Graham Gower [Wed, 30 Jun 2010 14:59:50 +0000 (14:59 +0000)]
xserver-kdrive_1.5.3.bb: enable the XCALIBRATE extension.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoxserver-kdrive_1.5.3.bb: add openssl to DEPENDS.
Graham Gower [Wed, 30 Jun 2010 13:37:30 +0000 (13:37 +0000)]
xserver-kdrive_1.5.3.bb: add openssl to DEPENDS.

The build fails without openssl.

| mipsel-oe-linux-libtool: compile:  ccache mipsel-oe-linux-gcc -march=mips32 -DHAVE_CONFIG_H -I. -I../include -isystem/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -DDBUS_API_SUBJECT_TO_CHANGE -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/freetype2 -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/pixman-1 -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/hal -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/dbus-1.0 -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/lib/dbus-1.0/include -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/home/grg/oe2/tmp/sysroots/x86_64-linux/usr/include -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I/home/
grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/xextproto-70 -isystem/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -MT glyph.lo -MD -MP -MF .deps/glyph.Tpo -c glyph.c  -fPIC -DPIC -o .libs/glyph.o
| glyph.c:30:25: error: openssl/sha.h: No such file or directory
| glyph.c: In function 'HashGlyph':
| glyph.c:205: error: 'SHA_CTX' undeclared (first use in this function)
| glyph.c:205: error: (Each undeclared identifier is reported only once
| glyph.c:205: error: for each function it appears in.)
| glyph.c:205: error: expected ';' before 'ctx'
| glyph.c:208: warning: implicit declaration of function 'SHA1_Init'
| glyph.c:208: warning: nested extern declaration of 'SHA1_Init'
| glyph.c:208: error: 'ctx' undeclared (first use in this function)
| glyph.c:212: warning: implicit declaration of function 'SHA1_Update'
| glyph.c:212: warning: nested extern declaration of 'SHA1_Update'
| glyph.c:220: warning: implicit declaration of function 'SHA1_Final'
| glyph.c:220: warning: nested extern declaration of 'SHA1_Final'
| make[1]: *** [glyph.lo] Error 1

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agodbus: fix building on mipsel and clean up PIE/pie fix to work again.
Graham Gower [Thu, 1 Jul 2010 14:39:51 +0000 (14:39 +0000)]
dbus: fix building on mipsel and clean up PIE/pie fix to work again.

D-Bus fails to link with --gc-sections on mipsel.

|   CCLD   dbus-daemon
| collect2: ld returned 1 exit status
| make[2]: *** [dbus-daemon] Error 1
| make[2]: *** Waiting for unfinished jobs....
| /home/grg/oe2/tmp/cross/mipsel/lib/gcc/mipsel-oe-linux/4.4.4/../../../../mipsel-oe-linux/bin/ld: can not make stub section: File format not recognized
| /home/grg/oe2/tmp/cross/mipsel/lib/gcc/mipsel-oe-linux/4.4.4/../../../../mipsel-oe-linux/bin/ld: failed to set dynamic section sizes: File format not recognized

Also, the previous fPIE/pie fix no longer works.
While here, clean up INC_PR.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoqemumipsel.conf: Add qemumipsel support, based upon qemumips.
Graham Gower [Tue, 29 Jun 2010 18:23:13 +0000 (18:23 +0000)]
qemumipsel.conf: Add qemumipsel support, based upon qemumips.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoSlugOS: slugos-packages - add dbus and bluez-libs
Mike Westerhof [Sat, 3 Jul 2010 04:12:30 +0000 (23:12 -0500)]
SlugOS: slugos-packages - add dbus and bluez-libs
and documentation changes for unbuildable/broken packages.

14 years agodevicekit-power: use a source location that doesn't change, matches the old checksums
Koen Kooi [Fri, 2 Jul 2010 20:38:15 +0000 (22:38 +0200)]
devicekit-power: use a source location that doesn't change, matches the old checksums

14 years agotgt: upgraded to 1.0.6
Frans Meulenbroeks [Fri, 2 Jul 2010 17:40:48 +0000 (19:40 +0200)]
tgt: upgraded to 1.0.6

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years ago[xorg-xserver] add xorg.conf for machine htcleo
Lukas Gorris [Fri, 2 Jul 2010 12:52:45 +0000 (14:52 +0200)]
[xorg-xserver] add xorg.conf for machine htcleo

14 years ago[linux-qsd8] update srcrev, defconfig
Lukas Gorris [Fri, 2 Jul 2010 12:47:16 +0000 (14:47 +0200)]
[linux-qsd8] update srcrev, defconfig

14 years agoqi: add om-gta0* overrides to build qi only for right cpu
Martin Jansa [Fri, 2 Jul 2010 07:31:00 +0000 (09:31 +0200)]
qi: add om-gta0* overrides to build qi only for right cpu

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoti-dmai 2.10.00.10: fix damage introduced by 927721f66e7c2c5b5024ce0a17cd31ca8ccbd1d2
Koen Kooi [Fri, 2 Jul 2010 07:25:30 +0000 (09:25 +0200)]
ti-dmai 2.10.00.10: fix damage introduced by 927721f66e7c2c5b5024ce0a17cd31ca8ccbd1d2

14 years agorecipes: Punt use of patch=1 and use striplevel=n instead of pnum
Khem Raj [Fri, 2 Jul 2010 03:39:16 +0000 (20:39 -0700)]
recipes: Punt use of patch=1 and use striplevel=n instead of pnum

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibpam-1.1.1: Dont use innetgr on uclibc as its not there.
Khem Raj [Fri, 2 Jul 2010 03:37:54 +0000 (20:37 -0700)]
libpam-1.1.1: Dont use innetgr on uclibc as its not there.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agosane-toolchain.inc: use 4.4.4 as PREFERRED_GCC_VERSION for armv7
Khem Raj [Thu, 1 Jul 2010 22:58:11 +0000 (15:58 -0700)]
sane-toolchain.inc: use 4.4.4 as PREFERRED_GCC_VERSION for armv7

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Lukas-David Gorris <lukas@htc-linux.org>
14 years agov86d: Add recipe for 0.1.9
Khem Raj [Thu, 1 Jul 2010 22:51:26 +0000 (15:51 -0700)]
v86d: Add recipe for 0.1.9

* Drop 0.1.8

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoklibc_1.5.18: Fix the build for x86 on newer kernels.
Khem Raj [Thu, 1 Jul 2010 22:48:31 +0000 (15:48 -0700)]
klibc_1.5.18: Fix the build for x86 on newer kernels.

* We were setting KLIBCARCH to match kernel arch
  while this let klibc build, it did not configure
  in right syscalls because klibc still use 'i386'
  the patch tells klibc to look for right places in
  kernel tree based on arch and we can stop synthesizing
  KLIBCARCH to be same as kernel arch.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolinux(-kexecboot): bump SRCREV and remove applied patch
Martin Jansa [Thu, 1 Jul 2010 14:00:42 +0000 (16:00 +0200)]
linux(-kexecboot): bump SRCREV and remove applied patch

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxserver-xorg: upgrade 1.9 RC3 to RC4
Martin Jansa [Thu, 1 Jul 2010 15:39:32 +0000 (17:39 +0200)]
xserver-xorg: upgrade 1.9 RC3 to RC4

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxserver-xorg: remove 1.8.0, keep 1.8.1 as 1.8 representative
Martin Jansa [Thu, 1 Jul 2010 14:23:12 +0000 (16:23 +0200)]
xserver-xorg: remove 1.8.0, keep 1.8.1 as 1.8 representative

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxserver-xorg: remove CVS recipe and patches used only there, xserver is in GIT for...
Martin Jansa [Thu, 1 Jul 2010 14:19:36 +0000 (16:19 +0200)]
xserver-xorg: remove CVS recipe and patches used only there, xserver is in GIT for long

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agogcc-4.5: BUMP INC_PR not BINV
Khem Raj [Thu, 1 Jul 2010 15:06:42 +0000 (08:06 -0700)]
gcc-4.5: BUMP INC_PR not BINV

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoxalan: fix staging und bump PR
Henning Heinold [Thu, 1 Jul 2010 11:41:48 +0000 (13:41 +0200)]
xalan: fix staging und bump PR

14 years agoangstrom-jalimo: add config file tailored to building jalimo stuff for angstrom
Koen Kooi [Thu, 1 Jul 2010 11:16:52 +0000 (13:16 +0200)]
angstrom-jalimo: add config file tailored to building jalimo stuff for angstrom

14 years agoqt4-embedded 4.7.0b1: add WIP recipe
Koen Kooi [Thu, 1 Jul 2010 08:28:05 +0000 (10:28 +0200)]
qt4-embedded 4.7.0b1: add WIP recipe
qt4-e 4.7b1: make it thru configure, fail in do_compile now:

| qxml.cpp:(.text._ZN7QVectorI7QStringE7reallocEii[QVector<QString>::realloc(int, int)]+0x2c4): undefined reference to `qBadAlloc()'

14 years agouboot: Remove early (alpha) am3517 u-boot patches
Roger Monk [Thu, 1 Jul 2010 08:00:52 +0000 (09:00 +0100)]
uboot: Remove early (alpha) am3517 u-boot patches

   * Not required now

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agobusybox_1.16.2: increase D_P for shr
Martin Jansa [Thu, 1 Jul 2010 08:24:23 +0000 (10:24 +0200)]
busybox_1.16.2: increase D_P for shr

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolibphone-utils: move phoneutils_test to separate package to keep debian package namin...
Martin Jansa [Thu, 1 Jul 2010 08:23:45 +0000 (10:23 +0200)]
libphone-utils: move phoneutils_test to separate package to keep debian package naming intact

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agobusybox 1.16.2: Fix udhcpd and udhcpc in config
Dirk Opfer [Thu, 1 Jul 2010 07:33:38 +0000 (09:33 +0200)]
busybox 1.16.2: Fix udhcpd and udhcpc in config
Starting with version 1.16.x busybox changed CONFIG_APP_UDHCPxxx into CONFIG_UDHCPCxxx.
- Change defconfigs
- Fix do_install_append to install the scritps if these options are set

14 years agobusybox: 1.16.1 -> 1.16.2 (new stable)
Dirk Opfer [Mon, 28 Jun 2010 11:37:51 +0000 (13:37 +0200)]
busybox: 1.16.1 -> 1.16.2 (new stable)

14 years agouclibc_git.bb: Bump to latest master.
Khem Raj [Thu, 1 Jul 2010 07:20:28 +0000 (00:20 -0700)]
uclibc_git.bb: Bump to latest master.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-svn: Dont disable long double 128 for ppc
Khem Raj [Thu, 1 Jul 2010 07:16:25 +0000 (00:16 -0700)]
gcc-svn: Dont disable long double 128 for ppc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-4.5: Make gcc-cross build for ppc target
Khem Raj [Thu, 1 Jul 2010 07:15:38 +0000 (00:15 -0700)]
gcc-4.5: Make gcc-cross build for ppc target

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agox-load: Remove early (alpha) am3517 x-loader recipes and files
Roger Monk [Wed, 30 Jun 2010 17:10:33 +0000 (18:10 +0100)]
x-load: Remove early (alpha) am3517 x-loader recipes and files

   * 1.41 for am3517 was test build - remove

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agox-load_git: Update TI OMAP/AM machines to latest commits ~PSP 3.01.00.06
Roger Monk [Wed, 30 Jun 2010 17:07:30 +0000 (18:07 +0100)]
x-load_git: Update TI OMAP/AM machines to latest commits ~PSP 3.01.00.06

       * Update to head of 3.01.00.06 TI x-load git trees (v1.46)
       * Update omap3evm, dm3730-am3715-evm, am3517-evm

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agou-boot_git: Update TI OMAP/AM machines to latest commits ~PSP 3.01.00.06
Roger Monk [Wed, 30 Jun 2010 17:04:22 +0000 (18:04 +0100)]
u-boot_git: Update TI OMAP/AM machines to latest commits ~PSP 3.01.00.06

   * Update to head of 3.01.00.06 TI u-boot git trees (v2009.11)
   * Update omap3evm, dm3730-am3715-evm, am3517-evm

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoomap3evm: Cleanup machine config
Roger Monk [Wed, 30 Jun 2010 17:02:18 +0000 (18:02 +0100)]
omap3evm: Cleanup machine config

   * Set uboot preferred provider
   * Set VT
   * Set x-loader machine
   * Align jffs2 params with other ti targets

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoam3517-evm: Machine config cleanup
Roger Monk [Wed, 30 Jun 2010 17:00:00 +0000 (18:00 +0100)]
am3517-evm: Machine config cleanup

   * Remove legacy OMAP3517 extra machine
      * Only used internally - safe to remove
   * Add uboot preferred provider
   * Set Machine configs for uboot/xloader
   * Set VT

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agodm3730-am3715-evm: Add x-loader MACHINE name
Roger Monk [Wed, 30 Jun 2010 16:58:32 +0000 (17:58 +0100)]
dm3730-am3715-evm: Add x-loader MACHINE name

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agolinux-openmoko-2.6.32_git.bb: add a patch to make jack input events work
Klaus Kurzmann [Wed, 30 Jun 2010 21:39:48 +0000 (23:39 +0200)]
linux-openmoko-2.6.32_git.bb: add a patch to make jack input events work

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
14 years agoxf86-video-glamo: bump SRCREV, remove applied patch
Martin Jansa [Wed, 30 Jun 2010 20:50:13 +0000 (22:50 +0200)]
xf86-video-glamo: bump SRCREV, remove applied patch

14 years agoEFL: bump SRCREV a bit more for tasn's fix for Arabic shaping
Martin Jansa [Wed, 30 Jun 2010 16:58:29 +0000 (18:58 +0200)]
EFL: bump SRCREV a bit more for tasn's fix for Arabic shaping

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolibxsettings: bump PR to force rebuild to restore xsettings-common.h in sysroots
Dmitry Eremin-Solenikov [Wed, 30 Jun 2010 20:12:20 +0000 (00:12 +0400)]
libxsettings: bump PR to force rebuild to restore xsettings-common.h in sysroots

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
14 years agocontrib/qemu/run-qemu.sh: Dont search for hdimage when doing a nfsboot
Khem Raj [Wed, 30 Jun 2010 18:53:28 +0000 (11:53 -0700)]
contrib/qemu/run-qemu.sh: Dont search for hdimage when doing a nfsboot

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoxbmc: add missing deps, bump SRCREV
Koen Kooi [Wed, 30 Jun 2010 18:50:34 +0000 (20:50 +0200)]
xbmc: add missing deps, bump SRCREV

14 years agoMerge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into...
Dmitry Eremin-Solenikov [Wed, 30 Jun 2010 12:19:42 +0000 (16:19 +0400)]
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev

14 years agoxbmc: fix version and fixup python lib
Koen Kooi [Wed, 30 Jun 2010 12:04:36 +0000 (14:04 +0200)]
xbmc: fix version and fixup python lib

14 years agojamvm-initial 1.4.5: fix dependencies, see http://tinderbox.openembedded.org/public...
Koen Kooi [Wed, 30 Jun 2010 12:02:15 +0000 (14:02 +0200)]
jamvm-initial 1.4.5: fix dependencies, see tinderbox.openembedded.org/public/logs/task/6388490.txt

14 years agollvm2.7 2.7: Changed patch URL to new format.
Robert Schuster [Wed, 30 Jun 2010 11:17:08 +0000 (13:17 +0200)]
llvm2.7 2.7: Changed patch URL to new format.

14 years agomcnavi: add 0.2.10
Martin Jansa [Wed, 30 Jun 2010 10:59:12 +0000 (12:59 +0200)]
mcnavi: add 0.2.10

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxserver-xorg-1.8.99.903: update patch for freedesktop #28824
Martin Jansa [Wed, 30 Jun 2010 08:46:10 +0000 (10:46 +0200)]
xserver-xorg-1.8.99.903: update patch for freedesktop #28824

* https://bugs.freedesktop.org/show_bug.cgi?id=28824

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxf86-video-glamo: better patch for nonDRM kernels
Martin Jansa [Wed, 30 Jun 2010 08:40:13 +0000 (10:40 +0200)]
xf86-video-glamo: better patch for nonDRM kernels

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agollvm.inc: Moved packages dynamic stuff into the general llvm.inc file.
Robert Schuster [Mon, 28 Jun 2010 12:34:46 +0000 (14:34 +0200)]
llvm.inc: Moved packages dynamic stuff into the general llvm.inc file.

14 years agollvm: Removed 2.5 and 2.6 and both native variants.
Robert Schuster [Mon, 28 Jun 2010 12:24:40 +0000 (14:24 +0200)]
llvm: Removed 2.5 and 2.6 and both native variants.

14 years agollvm2.7 2.7: Split packages for each shared library.
Robert Schuster [Mon, 28 Jun 2010 12:13:56 +0000 (14:13 +0200)]
llvm2.7 2.7: Split packages for each shared library.

14 years agolinux-2.6.24: enable DEBUG_FS and USB_MON for hipox machine
sledz [Tue, 29 Jun 2010 14:24:31 +0000 (14:24 +0000)]
linux-2.6.24: enable DEBUG_FS and USB_MON for hipox machine

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
git-svn-id: https://svn.dresearch.de/repos/openembedded/branches/2010-02-24_initial@92 ba11ecae-741b-462f-8724-1218f99f5906

14 years agolinux(-kexecboot): bump SRCREV for git recipe and decrease D_P a bit more
Martin Jansa [Tue, 29 Jun 2010 15:07:46 +0000 (17:07 +0200)]
linux(-kexecboot): bump SRCREV for git recipe and decrease D_P a bit more

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agokexecboot_git: bump to 485ff04f432115f41b09b39d06ce524b960bfa29
Andrea Adami [Tue, 29 Jun 2010 23:19:02 +0000 (01:19 +0200)]
kexecboot_git: bump to 485ff04f432115f41b09b39d06ce524b960bfa29

* minor bugfixes
* bump PR

14 years agolinux-openmoko-2.6.34: update mci resume patch a bit
Martin Jansa [Tue, 29 Jun 2010 21:45:14 +0000 (23:45 +0200)]
linux-openmoko-2.6.34: update mci resume patch a bit

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agodevicekit-power: Update the SRC_URI to something fetchable.
Khem Raj [Tue, 29 Jun 2010 20:51:23 +0000 (13:51 -0700)]
devicekit-power: Update the SRC_URI to something fetchable.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoxbmc: build a slightly more standard version
Koen Kooi [Tue, 29 Jun 2010 18:18:07 +0000 (20:18 +0200)]
xbmc: build a slightly more standard version

 * performance tweaks from the summer of code project will be applied later

14 years agorealpath_1.15.bb: Fix ERROR: QA Issue with realpath: No GNU_HASH in the elf binary
Khem Raj [Tue, 29 Jun 2010 18:02:25 +0000 (11:02 -0700)]
realpath_1.15.bb: Fix ERROR: QA Issue with realpath: No GNU_HASH in the elf binary

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogypsy_0.7.bb: Point SRC_URI to updated tar file location
Khem Raj [Tue, 29 Jun 2010 15:27:30 +0000 (08:27 -0700)]
gypsy_0.7.bb: Point SRC_URI to updated tar file location

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoxf86-video-glamo: add missing patch
Martin Jansa [Tue, 29 Jun 2010 15:24:45 +0000 (17:24 +0200)]
xf86-video-glamo: add missing patch

14 years agolibphone-ui-shr: fix packaging
Martin Jansa [Tue, 29 Jun 2010 14:36:20 +0000 (16:36 +0200)]
libphone-ui-shr: fix packaging

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agorecipes: PR bump after EFL SRCREV change resulting to different .so names.
Martin Jansa [Mon, 14 Jun 2010 06:08:11 +0000 (06:08 +0000)]
recipes: PR bump after EFL SRCREV change resulting to different .so names.

* mostly libelementary-ver-pre-svn-06 -> libelementary-ver-pre-svn-07

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxf86-video-glamo: add patch for segmentation fault while adding modes without name
Martin Jansa [Tue, 29 Jun 2010 12:23:16 +0000 (14:23 +0200)]
xf86-video-glamo: add patch for segmentation fault while adding modes without name

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxserver-xorg-1.8.99.903: add patch for segmentation fault while adding modes without...
Martin Jansa [Tue, 29 Jun 2010 12:22:55 +0000 (14:22 +0200)]
xserver-xorg-1.8.99.903: add patch for segmentation fault while adding modes without name

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolibpthread-stubs: add version 0.3 and convert to new staging
Martin Jansa [Tue, 29 Jun 2010 12:17:51 +0000 (14:17 +0200)]
libpthread-stubs: add version 0.3 and convert to new staging

* version 0.3 has D_P -1, because it doesn't create libpthread-stubs.la,
  source tarball diff doesn't show the reason and also log.do_configure
  diff looks right.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoeet: fix version
Martin Jansa [Tue, 29 Jun 2010 11:45:14 +0000 (13:45 +0200)]
eet: fix version

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>