openembedded.git
14 years agovala[-native]: 0.11.7.1 -> 0.11.7.2
Michael 'Mickey' Lauer [Wed, 23 Mar 2011 12:29:16 +0000 (13:29 +0100)]
vala[-native]: 0.11.7.1 -> 0.11.7.2

14 years agocornucopia: bump SRCREV a bit for fsodeviced build fix
Martin Jansa [Wed, 23 Mar 2011 11:44:33 +0000 (12:44 +0100)]
cornucopia: bump SRCREV a bit for fsodeviced build fix

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agogmpc 0.20.0 : bump PR after gob2 fix
Denis 'GNUtoo' Carikli [Wed, 23 Mar 2011 10:55:30 +0000 (11:55 +0100)]
gmpc 0.20.0 : bump PR after gob2 fix

The commit 5c856dbb35d02f91d8b535b8a538cef082b3a0b0
  ( gob2 and gob2-native: delete version 2.0.14 )
  fixes GMPC compilation, so we need to bump GMPC PR
  to make it rebuild and not fail.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
14 years agogob2 and gob2-native: delete version 2.0.14
Denis 'GNUtoo' Carikli [Wed, 23 Mar 2011 10:47:44 +0000 (11:47 +0100)]
gob2 and gob2-native: delete version 2.0.14

Without that the old(2.0.14) version get chosen for
  native, which makes gmpc fail to compile:
  From #gmpc on Freenode on irc:
    Mar 23 12:33:02 <DaveDavenport> GNUtoo|bug20: I t hink you need to update gob2
    Mar 23 12:33:09 <DaveDavenport> there was a bug in one of the releases
    Mar 23 12:33:23 <GNUtoo|bug20> ok
    Mar 23 12:33:24 <DaveDavenport> that it created the wrong namespaces because of a stupid buffer overflow
The result beeing the following compilation failure:
  ./gmpc-meta-watcher.h:57:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
where the line 57 is:
  GmpcMetaWatcher *       gmpc_meta_watcher_new   (void);'
with GmpcMetaWatcher beeing defined nowhere in the .c or .h source files

gob2 2.0.14 is also deleted by this commit:
From #oe on Freenode on irc:
  Mar 23 12:47:13 <GNUtoo|bug20> I remove the normal non-native one too?
  Mar 23 12:47:18 <eFfeM_work> yes please

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
14 years agoeeze: fix checksums
Martin Jansa [Wed, 23 Mar 2011 10:28:56 +0000 (11:28 +0100)]
eeze: fix checksums

* changed upstream :/
  reconfigured with GNU Autoconf 2.68 instead of GNU Autoconf 2.65

bitbake@jama ~/downloads $ diff -rq eeze-old/ eeze-new/
Files eeze-old//eeze-1.0.0/Makefile.am and eeze-new//eeze-1.0.0/Makefile.am differ
Files eeze-old//eeze-1.0.0/Makefile.in and eeze-new//eeze-1.0.0/Makefile.in differ
Files eeze-old//eeze-1.0.0/aclocal.m4 and eeze-new//eeze-1.0.0/aclocal.m4 differ
Files eeze-old//eeze-1.0.0/compile and eeze-new//eeze-1.0.0/compile differ
Files eeze-old//eeze-1.0.0/config.guess and eeze-new//eeze-1.0.0/config.guess differ
Files eeze-old//eeze-1.0.0/config.sub and eeze-new//eeze-1.0.0/config.sub differ
Files eeze-old//eeze-1.0.0/configure and eeze-new//eeze-1.0.0/configure differ
Files eeze-old//eeze-1.0.0/configure.ac and eeze-new//eeze-1.0.0/configure.ac differ
Files eeze-old//eeze-1.0.0/depcomp and eeze-new//eeze-1.0.0/depcomp differ
Files eeze-old//eeze-1.0.0/doc/Makefile.in and eeze-new//eeze-1.0.0/doc/Makefile.in differ
Only in eeze-new//eeze-1.0.0: eeze.spec.in
Files eeze-old//eeze-1.0.0/install-sh and eeze-new//eeze-1.0.0/install-sh differ
Files eeze-old//eeze-1.0.0/ltmain.sh and eeze-new//eeze-1.0.0/ltmain.sh differ
Files eeze-old//eeze-1.0.0/m4/libtool.m4 and eeze-new//eeze-1.0.0/m4/libtool.m4 differ
Files eeze-old//eeze-1.0.0/m4/ltoptions.m4 and eeze-new//eeze-1.0.0/m4/ltoptions.m4 differ
Files eeze-old//eeze-1.0.0/m4/ltversion.m4 and eeze-new//eeze-1.0.0/m4/ltversion.m4 differ
Files eeze-old//eeze-1.0.0/m4/lt~obsolete.m4 and eeze-new//eeze-1.0.0/m4/lt~obsolete.m4 differ
Files eeze-old//eeze-1.0.0/missing and eeze-new//eeze-1.0.0/missing differ
Files eeze-old//eeze-1.0.0/src/Makefile.in and eeze-new//eeze-1.0.0/src/Makefile.in differ
Files eeze-old//eeze-1.0.0/src/bin/Makefile.in and eeze-new//eeze-1.0.0/src/bin/Makefile.in differ
Files eeze-old//eeze-1.0.0/src/lib/Makefile.in and eeze-new//eeze-1.0.0/src/lib/Makefile.in differ

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoevas, pango, llvm-native: drop empty PACKAGES_DYNAMIC_virtclass-native as it's in...
Martin Jansa [Wed, 23 Mar 2011 06:17:41 +0000 (06:17 +0000)]
evas, pango, llvm-native: drop empty PACKAGES_DYNAMIC_virtclass-native as it's in native.bbclass now

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agocornucopia: bump SRCREV
Simon Busch [Wed, 23 Mar 2011 08:25:41 +0000 (09:25 +0100)]
cornucopia: bump SRCREV

Signed-off-by: Simon Busch <morphis@gravedo.de>
14 years agofsodeviced: add libfsosystem as dependency and bump PR
Simon Busch [Wed, 23 Mar 2011 08:23:32 +0000 (09:23 +0100)]
fsodeviced: add libfsosystem as dependency and bump PR

Signed-off-by: Simon Busch <morphis@gravedo.de>
14 years agolibfsosystem: add initial recipe
Simon Busch [Wed, 23 Mar 2011 08:21:39 +0000 (09:21 +0100)]
libfsosystem: add initial recipe

Signed-off-by: Simon Busch <morphis@gravedo.de>
14 years agofsoaudiod: several updates to the recipe to be usefull
Simon Busch [Tue, 15 Mar 2011 08:48:24 +0000 (09:48 +0100)]
fsoaudiod: several updates to the recipe to be usefull

- install daemon initscript
- add dependency on alsa-lib
- add extra package for daemon config files
- add note about deactivate PROVIDER of openmoko-alsa-scenarios and virtual/scenarios
- change PV to 0.1.0 and bump PE as version was 0.9.6 before

Signed-off-by: Simon Busch <morphis@gravedo.de>
14 years agolinux: upddate 2.6.30 defconfig for tosa (fb font size).
Andrea Adami [Wed, 23 Mar 2011 00:27:07 +0000 (01:27 +0100)]
linux: upddate 2.6.30 defconfig for tosa (fb font size).

* use 8x16 fonts as other defconfigs
* Deprecated: 2.6.38 is in testing

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agolinux-kexecboot: edit fb font size in older 2.6.2x kernels.
Andrea Adami [Wed, 23 Mar 2011 00:20:22 +0000 (01:20 +0100)]
linux-kexecboot: edit fb font size in older 2.6.2x kernels.

* bootlogo should now be shown on collie and poodle
* tosa has height 640! Increase font size to 8x16.

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agolinux-kexecboot: edit fb font size for collie and poodle in 2.6.38.
Andrea Adami [Wed, 23 Mar 2011 00:08:25 +0000 (01:08 +0100)]
linux-kexecboot: edit fb font size for collie and poodle in 2.6.38.

* 4x6 somehow inhibits kernel bootlogo (black screen)
* 8x8 is fine on those devices

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agolinux-kexecboot: remove obsolete 2.6.38-rc8 defconfigs in _git.
Andrea Adami [Wed, 23 Mar 2011 00:03:17 +0000 (01:03 +0100)]
linux-kexecboot: remove obsolete 2.6.38-rc8 defconfigs in _git.
* Let placeholder for the next 2.6.38+2.6.39-rc1.

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agolinux: remove unsupported 2.6.37 Zaurus defconfigs. We test 2.6.38 now.
Andrea Adami [Wed, 23 Mar 2011 00:01:08 +0000 (01:01 +0100)]
linux: remove unsupported 2.6.37 Zaurus defconfigs. We test 2.6.38 now.

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agolinux: edit fb font size for collie and poodle in 2.6.38.
Andrea Adami [Tue, 22 Mar 2011 23:58:21 +0000 (00:58 +0100)]
linux: edit fb font size for collie and poodle in 2.6.38.

* 4x6 somehow inhibits kernel bootlogo (black screen)
* 8x8 is fine on those devices

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agogsoap_2.7.13 build errors, amendment
Peter Gsellmann [Mon, 14 Mar 2011 19:14:25 +0000 (19:14 +0000)]
gsoap_2.7.13 build errors, amendment

[amendment to d641ae6bfd4303508c86db9285c2dcba28fb5474]
recipes reformatted, removed tab characters

Signed-off-by: Peter Gsellmann <pgsellmann@portner-elektronik.at>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibarchive: Requires libxml2
Kartik Mohta [Wed, 23 Mar 2011 03:59:49 +0000 (03:59 +0000)]
libarchive: Requires libxml2

Signed-off-by: Kartik Mohta <kartikmohta@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agovlc (1.1.4.1): depends on lua5.1
Otavio Salvador [Tue, 22 Mar 2011 23:11:23 +0000 (23:11 +0000)]
vlc (1.1.4.1): depends on lua5.1

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agovlc: use INC_PR
Otavio Salvador [Tue, 22 Mar 2011 23:11:22 +0000 (23:11 +0000)]
vlc: use INC_PR

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoflash-plugin: update to 10.2.153.1
Otavio Salvador [Tue, 22 Mar 2011 23:11:21 +0000 (23:11 +0000)]
flash-plugin: update to 10.2.153.1

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agowrapper/install: add -t support
Otavio Salvador [Tue, 22 Mar 2011 23:11:20 +0000 (23:11 +0000)]
wrapper/install: add -t support

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agofennec: Make it build on ARM eglibc/uclibc
Khem Raj [Tue, 22 Mar 2011 22:23:21 +0000 (15:23 -0700)]
fennec: Make it build on ARM eglibc/uclibc

This patchset enables fennec to build again

Upgrades to latest release tag

Bunch of patches to fix uclibc build

Disable few options notably --disable-elf-hack

Add -L<sysroot>/usr/lib to LDFLAGS otherwise
make tried to find the libs in /usr/lib

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agocairo_1.10.0.bb: Fennec will now need tee support in cairo so enable it
Khem Raj [Tue, 22 Mar 2011 19:23:40 +0000 (12:23 -0700)]
cairo_1.10.0.bb: Fennec will now need tee support in cairo so enable it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoyasm: Upgrade yasm_0.7.2.bb -> yasm_1.1.0.bb
Khem Raj [Tue, 22 Mar 2011 19:21:50 +0000 (12:21 -0700)]
yasm: Upgrade yasm_0.7.2.bb -> yasm_1.1.0.bb

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agouclibc-git: Add FTS support and update to -rc3
Khem Raj [Tue, 22 Mar 2011 19:20:39 +0000 (12:20 -0700)]
uclibc-git: Add FTS support and update to -rc3

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agonative.bbclass: define empty PACKAGES_DYNAMIC
Martin Jansa [Wed, 23 Mar 2011 00:40:57 +0000 (00:40 +0000)]
native.bbclass: define empty PACKAGES_DYNAMIC

* suggested by kergoth on #oe as response to similar patch limited to gtk+
  http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-March/031074.html
  15:03 < kergoth_> JaMa: pretty sure we just need PACKAGES_DYNAMIC = ""
  and PACKAGES_DYNAMIC_virtclass-native = "" in native.bbclass.
  everyone i've talked to so far as agreed that it's a sane approach,
  including RP.

* otherwise couple of errors like this are shown
  NOTE: multiple providers are available for runtime gdk-pixbuf-loader-gif (gtk+-native, gtk+, gtk+-fastscaling)
  NOTE: consider defining a PREFERRED_PROVIDER entry to match gdk-pixbuf-loader-gif
  ERROR: Trying to resolve runtime dependency gdk-pixbuf-loader-xpm resulted in conflicting PREFERRED_PROVIDER entries being found.
  The providers found were: ['/OE/dev/recipes/gtk+/gtk+_2.20.1.bb', 'virtual:native:/OE/dev/recipes/gtk+/gtk+_2.20.0.bb']
  The PREFERRED_PROVIDER entries resulting in this conflict were: ['PREFERRED_PROVIDER_gtk+ = gtk+', 'PREFERRED_PROVIDER_gdk-pixbuf-csource-native = gtk+-native']

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
14 years agobitbake.conf: define shared PERSISTENT_DIR
Martin Jansa [Fri, 25 Feb 2011 23:27:16 +0000 (23:27 +0000)]
bitbake.conf: define shared PERSISTENT_DIR

* import from poky 6a11cf7dfe930461a6660e3b783b546fa2634900
* we had CACHE var pointing to machine specific dir since 2006
  caf077679022f37ce55d758101f130e4e93bd7b5
* current bitbake is looking for cache dir like this:
  cachedir = (bb.data.getVar("PERSISTENT_DIR", d, True) or
              bb.data.getVar("CACHE", d, True))
  which without PERSISTENT_DIR defined picks machine-specific CACHE dir
  so LOCALCOUNT numbers in SRCPV keeps rolling with every MACHINE switch
  in same builddir :/

Acked-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agocoreutils-native: Disable gmp support
Tom Rini [Tue, 22 Mar 2011 16:36:50 +0000 (09:36 -0700)]
coreutils-native: Disable gmp support

Without this option it will link vs the host libgmp (or not)
depending on what's thre which can lead to cache inconsistencies.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoe-wm: use ESYSACTIONS,EMENU,ECONFIG,ETHEME variables instead of hardcoded e-wm-sysact...
Martin Jansa [Thu, 17 Mar 2011 13:14:30 +0000 (14:14 +0100)]
e-wm: use ESYSACTIONS,EMENU,ECONFIG,ETHEME variables instead of hardcoded e-wm-sysactions/e-wm-menu runtime dependency

* ILLUME_THEME/ILLUME_CONFIG were renamed to ETHEME/ECONFIG to use the
  same variable names as task-demo-x11/task-beagleboard-*

* e-wm-sysactions-shr doesn't need RPROVIDES anymore

* fixes last multiple providers notice I had
  NOTE: multiple providers are available for runtime e-wm-sysactions (e-wm, e-wm-sysactions-shr)
  NOTE: consider defining a PREFERRED_PROVIDER entry to match e-wm-sysactions

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolocal.conf: add example to use external angstrom toolchain
Denys Dmytriyenko [Mon, 21 Mar 2011 04:07:12 +0000 (00:07 -0400)]
local.conf: add example to use external angstrom toolchain

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
14 years agoexternal-toolchain-angstrom: use pre-built Angstrom toolchain
Denys Dmytriyenko [Mon, 21 Mar 2011 03:59:59 +0000 (23:59 -0400)]
external-toolchain-angstrom: use pre-built Angstrom toolchain

* Use pre-built Angstrom toolchain available from [1] as external one

[1] http://www.angstrom-distribution.org/toolchains/

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
14 years agovalgrind: update to 3.6.1
Alex Bennee [Wed, 16 Mar 2011 02:21:34 +0000 (02:21 +0000)]
valgrind: update to 3.6.1

I took the opportunity to move the common stuff for building Valgrind
into a common valgrind.inc. I also removed the fix-link-tool.patch
which was breaking the build. I'm not sure what the patch was trying
to achieve.

Signed-off-by: Alex Bennee <ajb@cbnl.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agomango-lassi: `touch config.rpath` to fix `configure.ac:127: required file `./config...
Paul Menzel [Tue, 15 Mar 2011 09:58:26 +0000 (10:58 +0100)]
mango-lassi: `touch config.rpath` to fix `configure.ac:127: required file `./config.rpath' not found`

Task configure fails with the following error message.

Build Configuration:
BB_VERSION        = "1.12.0"
METADATA_BRANCH   = "<unknown>"
METADATA_REVISION = "b1fbaf6"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "beagleboard"
DISTRO            = "angstrom"
DISTRO_VERSION    = "v20110315"
TARGET_FPU        = "hard"

[…]
autoreconf: running: /oe/build-angstrom-next/angstrom-dev/sysroots/i686-linux/usr/bin/autoheader --include=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/share/aclocal-1.11 --include=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/share/aclocal --force --warnings=cross
autoreconf: running: automake --foreign --add-missing --copy --force-missing --warnings=cross
automake: unknown warning category `cross'
configure.ac:39: installing `./compile'
configure.ac:127: installing `./config.guess'
configure.ac:127: required file `./config.rpath' not found
configure.ac:127: installing `./config.sub'
configure.ac:27: installing `./install-sh'
configure.ac:27: installing `./missing'
Makefile.am: installing `./depcomp'
autoreconf: automake failed with exit status: 1
+ oefatal 'autoreconf execution failed.'
+ echo FATAL: 'autoreconf execution failed.'
FATAL: autoreconf execution failed.
+ exit 1

`touch config.rpath` in `do_configure_perpend() {}` fixes the issues.

Mango Lasso includes `bootstrap.sh` [1] which also does the same. Using `bootstrap.sh` [1] for configuring Mango Lassi is not considered because `pulseaudio_git.bb` [2] also uses the proposed fix.

[1] http://git.0pointer.de/?p=mango-lassi.git;a=blob;f=bootstrap.sh;h=089d445b3cce3374b48fc083f1f87983c4100052;hb=HEAD
[2] http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/pulseaudio/pulseaudio_git.bb?id=fcb12f3a4448621ccc75d37dcad4a01820fdf89d#n27

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoautoconf213: Fix build failure due to missing Makefile.am
Khem Raj [Sun, 20 Mar 2011 00:15:15 +0000 (17:15 -0700)]
autoconf213: Fix build failure due to missing Makefile.am

We share autoconf.inc between autoconf 2.13 and 2.6x
and 2.13 does not have Makefile.am so we make it conditional

We define do_configure to just run configure

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoangstrom.bbclass rename to angstrom-blacklist
Graeme Gregory [Sat, 19 Mar 2011 19:28:08 +0000 (19:28 +0000)]
angstrom.bbclass rename to angstrom-blacklist

originally I had another couple of utility functions in this class but
I removed them before pushing upstream. Rename now so its purpose is
clearer.

Signed-off-by: Graeme Gregory <dp@xora.org.uk>
14 years agotask-fso2-compliance: fsomusicd is gone
Michael 'Mickey' Lauer [Sat, 19 Mar 2011 17:07:51 +0000 (18:07 +0100)]
task-fso2-compliance: fsomusicd is gone

14 years agofso-[illume-]image: remove alsa-state, fsoaudiod handles the audio subsystem now
Michael 'Mickey' Lauer [Sat, 19 Mar 2011 17:06:56 +0000 (18:06 +0100)]
fso-[illume-]image: remove alsa-state, fsoaudiod handles the audio subsystem now

14 years agoandroid-rpc: also package missing dbus service file
Michael 'Mickey' Lauer [Sat, 19 Mar 2011 13:12:04 +0000 (14:12 +0100)]
android-rpc: also package missing dbus service file

14 years agovala: 0.11.6.1 -> 0.11.7.1; remove 0.11.0.1 and 0.11.3.1
Michael 'Mickey' Lauer [Sat, 19 Mar 2011 13:09:08 +0000 (14:09 +0100)]
vala: 0.11.6.1 -> 0.11.7.1; remove 0.11.0.1 and 0.11.3.1

14 years agolinux-omap_2.6.38.bb : update to latest
Graeme Gregory [Sat, 19 Mar 2011 00:26:46 +0000 (00:26 +0000)]
linux-omap_2.6.38.bb : update to latest

tmlind tree hasnt switch to 2.6.38 versioning yet, so this is still
-rc8. Rebased the patches and added one to make SMC instruction compile
and support XM rev C

Signed-off-by: Graeme Gregory <dp@xora.org.uk>
14 years agoangstrom.bbclass : make message use DISTRO var
Graeme Gregory [Sat, 19 Mar 2011 00:23:36 +0000 (00:23 +0000)]
angstrom.bbclass : make message use DISTRO var

Use the DISTRO variable for the name of the distro making this class
distro neutral.

Signed-off-by: Graeme Gregory <dp@xora.org.uk>
14 years agoqt4-x11-free: fix up GLES recipe
Koen Kooi [Fri, 18 Mar 2011 19:41:06 +0000 (20:41 +0100)]
qt4-x11-free: fix up GLES recipe

As with the 4.6.x version, this will only build if you don't have regular qt/x11 in staging. If you do, you will get QGL:: link failures.

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoqt4-embedded 4.7.2: add GLES2 recipe
Koen Kooi [Fri, 18 Mar 2011 10:02:21 +0000 (11:02 +0100)]
qt4-embedded 4.7.2: add GLES2 recipe

As with the 4.6.x version, this will only build if you don't have regular qt/e in staging. If you do, you will get QEGL:: link failures.

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoangstrom: copy parts of SHR blacklist
Koen Kooi [Fri, 18 Mar 2011 08:28:32 +0000 (09:28 +0100)]
angstrom: copy parts of SHR blacklist

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoframeworkd: add python-sqlite3 to RDEPENDS
Neil Jerram [Thu, 10 Mar 2011 19:39:09 +0000 (19:39 +0000)]
frameworkd: add python-sqlite3 to RDEPENDS

* Otherwise opimd doesn't work at runtime

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoshr-settings: add elementary.sh for htcleo
Lukas-David Gorris [Fri, 11 Mar 2011 08:54:55 +0000 (08:54 +0000)]
shr-settings: add elementary.sh for htcleo

* Based on GNUtoo's config for nexus one.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxfce4-session_4.6.1: fix typo s/ibxfcegui4/libxfcegui4/
Paul Menzel [Fri, 18 Mar 2011 11:34:04 +0000 (12:34 +0100)]
xfce4-session_4.6.1: fix typo s/ibxfcegui4/libxfcegui4/

This is a fix up for commit 7a92f740 [1] which was edited [2] before committing to fix some style issues introducing the typo.

[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=7a92f740433a3268faa5e3448671a24f3eb42884
[2] http://patches.openembedded.org/patch/1205/

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
14 years agognutls-2.10.4: add missing quote to PR
Martin Jansa [Fri, 18 Mar 2011 06:25:41 +0000 (07:25 +0100)]
gnutls-2.10.4: add missing quote to PR

* is something wrong with parser in bitbake master? IIRC we had
  parse exceptions before for similar typos
* missing quote produces not so nice error like this
  NOTE: Running task 1010 of 1049 (ID: 31, /OE/dev/recipes/gnutls/gnutls_2.10.4.bb, do_setscene)
  NOTE: package gnutls-2.10.4-"r11.2: task do_setscene: Started
  ERROR: Error in compiling python function in /OE/dev/recipes/gnutls/gnutls_2.10.4.bb
  ERROR: invalid syntax (packagestage_scenefunc, line 13)
  ERROR: The lines leading to this error were:
  ERROR:  13:SyntaxError:'    stagepkg = bb.data.expand("/OE/tmpdir-shr/pstage/shreglibc/staging-gnutls-armv4t-oe-linux-gnueabi_2.10.4-"r11.2_armv4t-linux-gnueabi.ipk", d)'
  ERROR:      0009:    removepkg = bb.data.expand("staging-gnutls-armv4t-oe-linux-gnueabi", d)
  ERROR:      0010:
  ERROR:      0011:    pstage_cleanpackage(removepkg, d)
  ERROR:      0012:
  ERROR:  *** 0013:    stagepkg = bb.data.expand("/OE/tmpdir-shr/pstage/shreglibc/staging-gnutls-armv4t-oe-linux-gnueabi_2.10.4-"r11.2_armv4t-linux-gnueabi.ipk", d)
  ERROR:      0014:    if not os.path.exists(stagepkg):
  ERROR:      0015:        staging_fetch(stagepkg, d)
  ERROR:      0016:
  ERROR:      0017:    if os.path.exists(stagepkg):
  ERROR: Function 'packagestage_scenefunc' failed
  ERROR: Logfile of failure stored in: /OE/tmpdir-shr/work/armv4t-oe-linux-gnueabi/gnutls-2.10.4-"r11.2/temp/log.do_setscene.15953

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agognutls_2.10.4.bb: Revert the -Os -g workaround.
Khem Raj [Thu, 17 Mar 2011 23:20:01 +0000 (16:20 -0700)]
gnutls_2.10.4.bb: Revert the -Os -g workaround.

We have taken care of this in GCC

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-4.5: Fix the ARM ICE regression at -Os -g
Khem Raj [Thu, 17 Mar 2011 23:17:09 +0000 (16:17 -0700)]
gcc-4.5: Fix the ARM ICE regression at -Os -g

This holds off the patches that cause the ICE at -Os -g
for now. The other workaround it to use -fno-shrink-wrap
but it has to go into all affected recipes

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoqemu_0.14.0.bb: Do not enable sound emulation.
Khem Raj [Thu, 17 Mar 2011 22:56:42 +0000 (15:56 -0700)]
qemu_0.14.0.bb: Do not enable sound emulation.

Drop gnutls from DEPENDS we disable tls

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agobase-files: remove obsolete usbdmodule entries for Zaurus.
Andrea Adami [Thu, 17 Mar 2011 22:59:25 +0000 (23:59 +0100)]
base-files: remove obsolete usbdmodule entries for Zaurus.

* bump PR
* grep reveals $usbdmodule is only used by Zaurus and openmn (?).
* only use is in linux-hotplug/files/usbd.agent, for 2.4 kernels...

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agogstreamer: move old versions to obsolete
Martin Jansa [Thu, 17 Mar 2011 12:18:32 +0000 (13:18 +0100)]
gstreamer: move old versions to obsolete

Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoSHR: blacklist some packages causing multiple runtime providers
Martin Jansa [Thu, 17 Mar 2011 13:00:47 +0000 (14:00 +0100)]
SHR: blacklist some packages causing multiple runtime providers

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agofreesmartphone: bump cornucopia, msmcomm, libfso-glib, fso-specs, libgisi SRCREV
Martin Jansa [Thu, 17 Mar 2011 11:36:16 +0000 (12:36 +0100)]
freesmartphone: bump cornucopia, msmcomm, libfso-glib, fso-specs, libgisi SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoutil-linux-ng.inc: Add pkgconfig-native to native DEPENDS
Tom Rini [Thu, 17 Mar 2011 17:16:16 +0000 (10:16 -0700)]
util-linux-ng.inc: Add pkgconfig-native to native DEPENDS

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolinux-kexecboot: update 2.6.38 defconfig for collie (fonts 4x6)
Andrea Adami [Thu, 17 Mar 2011 14:23:36 +0000 (15:23 +0100)]
linux-kexecboot: update 2.6.38 defconfig for collie (fonts 4x6)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agobase-files: use default fstab for Zaurus devices. Bump PR.
Andrea Adami [Thu, 17 Mar 2011 13:25:04 +0000 (14:25 +0100)]
base-files: use default fstab for Zaurus devices. Bump PR.

* Zaurus boots from different media and we can't make any guess.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agoti-pru-sw-example: fix building with new toolchain sysroot
chase maupin [Thu, 17 Mar 2011 03:02:06 +0000 (03:02 +0000)]
ti-pru-sw-example: fix building with new toolchain sysroot

* Patch taken from Arago overlay where it was added by
  Denys Dmytriyenko
* PR incremented by two to align recipe PR values between Arago
  and OE.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agomatrix-gui: add support for dm386-evm machine
chase maupin [Thu, 17 Mar 2011 03:02:05 +0000 (03:02 +0000)]
matrix-gui: add support for dm386-evm machine

* Add support for the dm368-evm machine type
* Bump the PRs

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agodm368-evm: Add configuration for DM368 machine
chase maupin [Thu, 17 Mar 2011 03:02:04 +0000 (03:02 +0000)]
dm368-evm: Add configuration for DM368 machine

* Added the configuration for the dm368-evm machine type.
* Updated the sort.sh script
* Updated the Linux kernel and u-boot recipes to support this
  new device.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agou-boot.inc: allow variable make targets
chase maupin [Thu, 17 Mar 2011 03:02:03 +0000 (03:02 +0000)]
u-boot.inc: allow variable make targets

* Later versions of u-boot sometimes have top level make targets
  such as u-boot.imx, u-boot.kwb, and for upcoming TI devices
  u-boot.ti.
* These targets define different calls to the mkimage tool to
  change the images created, such as changing the load address.
* This change allows recipes to change the default make target
  of "all" to something like u-boot.ti or u-boot.imx by setting
  the UBOOT_MAKE_TARGET variable.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolinux-omap-psp 2.6.32: bump PR
Koen Kooi [Thu, 17 Mar 2011 07:33:37 +0000 (08:33 +0100)]
linux-omap-psp 2.6.32: bump PR

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolinux: add initial 2.6.38 defconfigs for collie and tosa.
Andrea Adami [Thu, 17 Mar 2011 00:18:51 +0000 (01:18 +0100)]
linux: add initial 2.6.38 defconfigs for collie and tosa.

* Uniform other minor settings.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agolinux-kexecboot-2.6.26, linux-rp-2.6.26: Fix Makefile rules to be compatible with...
Stanislav Brabec [Thu, 17 Mar 2011 00:03:56 +0000 (00:03 +0000)]
linux-kexecboot-2.6.26, linux-rp-2.6.26: Fix Makefile rules to be compatible with the new GNU make.

Signed-off-by: Stanislav Brabec <utx@penguin.cz>
14 years agocontrib/testing/testbuilder: Update to 0.6.1
Yuri Bushmelev [Wed, 16 Mar 2011 22:54:39 +0000 (01:54 +0300)]
contrib/testing/testbuilder: Update to 0.6.1

14 years agoqemu_0.14.0.bb: Do not build all possible qemus
Khem Raj [Wed, 16 Mar 2011 21:51:58 +0000 (14:51 -0700)]
qemu_0.14.0.bb: Do not build all possible qemus

* We only build the targets that we support
  it reduces the compile time to half and
  averts the build failure on ubuntu 11.04
  where it dies compiling sparc-softmmu which
  we dont really need

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agognutls_2.10.4.bb: Workaround gcc 4.5 ICE on ARM
Khem Raj [Wed, 16 Mar 2011 21:51:20 +0000 (14:51 -0700)]
gnutls_2.10.4.bb: Workaround gcc 4.5 ICE on ARM

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-4.5: Fix segfault in dwarf2out
Khem Raj [Wed, 16 Mar 2011 19:16:12 +0000 (12:16 -0700)]
gcc-4.5: Fix segfault in dwarf2out

Currently following fails

rm-oe-linux-uclibceabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/oe/build-minimal-uclibc/minimal-uclibc-dev/sysroots/armv7a-oe-linux-uclibceabi
-DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./..
-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os
-pipe -g -MT coding.lo -MD -MP -MF .deps/coding.Tpo -c coding.c -o
coding.o

coding.c: In function 'asn1_length_der':
coding.c:101:1: internal compiler error: in
dwarf2out_frame_debug_expr, at dwarf2out.c:2221
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
{standard input}: Assembler messages:

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agocacao-native: bumpg PR as sugessted by khem
Henning Heinold [Wed, 16 Mar 2011 20:47:26 +0000 (21:47 +0100)]
cacao-native: bumpg PR as sugessted by khem

14 years agolinux-omap-psp 2.6.32: add support for xM revision C
Koen Kooi [Wed, 16 Mar 2011 19:57:29 +0000 (20:57 +0100)]
linux-omap-psp 2.6.32: add support for xM revision C

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoIn a large number of patches, remove unneeded '..' in paths.
Tom Rini [Wed, 16 Mar 2011 19:03:53 +0000 (12:03 -0700)]
In a large number of patches, remove unneeded '..' in paths.

In most cases we had both ../foopkg/foopkg as the first path and
this simply became foopkg (the second path was already correct for
the default strip level which is why the patch applies normally).

In a few cases the second path was '.' which is valid but not as
clear as 'b' (which is what git shows for example) so update
that while we're at it.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoxqt2: Rework the patches for xqt2 (vs the core part).
Tom Rini [Wed, 16 Mar 2011 18:53:21 +0000 (11:53 -0700)]
xqt2: Rework the patches for xqt2 (vs the core part).

The way this package builds, xqt2 isn't the main place for
${S}.  So we add in another task to apply the patches in that
directory (as there's 4 of them).

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agotk 8.4.19: Rework disable-xim.patch
Tom Rini [Wed, 16 Mar 2011 18:48:17 +0000 (11:48 -0700)]
tk 8.4.19: Rework disable-xim.patch

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopoboxserver: Rework unicode.patch
Tom Rini [Wed, 16 Mar 2011 18:32:41 +0000 (11:32 -0700)]
poboxserver: Rework unicode.patch

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoqscintilla 1.65-gpl-1.6: Rework no-external-lexers.patch
Tom Rini [Wed, 16 Mar 2011 18:30:12 +0000 (11:30 -0700)]
qscintilla 1.65-gpl-1.6: Rework no-external-lexers.patch

Also drop do_stage and update do_install while in here.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoopie-sh 1.2.4: Rework opie-sh-fsmounter-name.patch
Tom Rini [Wed, 16 Mar 2011 18:29:41 +0000 (11:29 -0700)]
opie-sh 1.2.4: Rework opie-sh-fsmounter-name.patch

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoftpd-topfield: Rework usb-header-name-2-6-23.patch
Tom Rini [Wed, 16 Mar 2011 18:28:17 +0000 (11:28 -0700)]
ftpd-topfield: Rework usb-header-name-2-6-23.patch

While in here, clean up the recipe a bit.  It's not autotools based
and if we move the library in with an unpack2 the patch can be
applied with striplevel=0.  There are other problems with this recipe
at present (CFLAGS/LDFLAGS in our env override the Makefile).

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agodb: Rework arm-thumb-mutex_db5.patch
Tom Rini [Wed, 16 Mar 2011 17:54:50 +0000 (10:54 -0700)]
db: Rework arm-thumb-mutex_db5.patch

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agotcl: Rework mips-tclstrtod.patch
Tom Rini [Wed, 16 Mar 2011 15:43:42 +0000 (08:43 -0700)]
tcl: Rework mips-tclstrtod.patch

We can't portably use .. in paths in patches so we stop applying this
in do_patch and instead apply it at the start of do_configure.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agosane-toolchain-java: switch to cacao-native here too
Henning Heinold [Wed, 16 Mar 2011 13:33:58 +0000 (14:33 +0100)]
sane-toolchain-java: switch to cacao-native here too

14 years agoangstrom-jalimo: use cacao-native hg version for javac-native
Henning Heinold [Wed, 16 Mar 2011 10:23:36 +0000 (11:23 +0100)]
angstrom-jalimo: use cacao-native hg version for javac-native

* build java packages is more stable than with jamvm

Signed-off-by: Henning Heinold <h.heinold@tarent.de>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
14 years agoicedtea6-native: update to 1.7.10 version
Henning Heinold [Mon, 14 Mar 2011 11:36:46 +0000 (12:36 +0100)]
icedtea6-native: update to 1.7.10 version

* remove sizer.patch we will use qemu on openjdk
* delete 1.7.6 recipe for security reasons
* update angstroem-jalimo to prefer 1.7.10

Signed-off-by: Henning Heinold <h.heinold@tarent.de>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
14 years agocacao-hg: update to latest revision
Henning Heinold [Mon, 14 Mar 2011 16:15:38 +0000 (17:15 +0100)]
cacao-hg: update to latest revision

14 years agoopenjdk: use qemu now for the awt sizer binary too
Henning Heinold [Mon, 14 Mar 2011 16:12:45 +0000 (17:12 +0100)]
openjdk: use qemu now for the awt sizer binary too

* bump INC_PR

14 years agobeagleboard-*-image: change contents based on latest feedback
Koen Kooi [Wed, 16 Mar 2011 09:21:37 +0000 (10:21 +0100)]
beagleboard-*-image: change contents based on latest feedback

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agotask-beagleboard*: add changes from latest round of feedback
Koen Kooi [Wed, 16 Mar 2011 09:10:05 +0000 (10:10 +0100)]
task-beagleboard*: add changes from latest round of feedback

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoqemu-0.14.0: Removed redundant parallel-build.patch
Khem Raj [Wed, 16 Mar 2011 07:18:29 +0000 (00:18 -0700)]
qemu-0.14.0: Removed redundant parallel-build.patch

* Import patches from ubuntu

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agomysql5-native: Drop PSTAGING_DISABLED
Tom Rini [Tue, 15 Mar 2011 21:55:12 +0000 (14:55 -0700)]
mysql5-native: Drop PSTAGING_DISABLED

In 1775a986a1c063198ddacea0575623c0ef8c6de3 we dropped the rm_work hack
as not being applicable anymore.  That hack was also why I had added
PSTAGING_DISABLED but have confirmed it's not needed now.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agobitbake.conf: use .ubifs.img extension in IMAGE_CMD_ubi
Ben Gardiner [Tue, 15 Mar 2011 18:13:55 +0000 (14:13 -0400)]
bitbake.conf: use .ubifs.img extension in IMAGE_CMD_ubi

The current IMAGE_CMD_ubi creates an interim image with a .rootfs.ubifs
extension.

The ubifs image created is not considered a valid rootfs without a UBI
container.

Change the filename of the iterim ubifs image used by IMAGE_CMD_ubi to
.ubifs.img to match the IMAGE_CMD_ubifs command.

Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoimage.bbclass: add link to .rootfs.<type> or .<type>.img
Ben Gardiner [Tue, 15 Mar 2011 18:13:54 +0000 (14:13 -0400)]
image.bbclass: add link to .rootfs.<type> or .<type>.img

The current image link-creation code will unconditionaly create a link
from .<type> pointing to the .rootfs.<type> output.

This is not compatible with the UBIFS images produced which have
.<type>.img extension since they are not considered to be valid rootfs
images when they are not included in a UBI container.

Check for existence of the link target .rootfs.<type> before creating the
link and fallback to a check for the .<type>.img target after that.

Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agocontrib/testing/testbuilder: Update to 0.6
Yuri Bushmelev [Wed, 16 Mar 2011 00:55:43 +0000 (03:55 +0300)]
contrib/testing/testbuilder: Update to 0.6

14 years agolinux: add 2.6.38 initial defconfigs for c7x0, poodle, akita, spitz.
Andrea Adami [Wed, 16 Mar 2011 00:44:28 +0000 (01:44 +0100)]
linux: add 2.6.38 initial defconfigs for c7x0, poodle, akita, spitz.

* collie and tosa following soon
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agolinux: commit initial 2.6.38 recipe.
Andrea Adami [Wed, 16 Mar 2011 00:11:19 +0000 (01:11 +0100)]
linux: commit initial 2.6.38 recipe.

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agolinux-kexecboot: add 2.6.38 defconfigs for Zaurus family.
Andrea Adami [Tue, 15 Mar 2011 23:59:25 +0000 (00:59 +0100)]
linux-kexecboot: add 2.6.38 defconfigs for Zaurus family.

* Keep DEFAULT_PREFERENCE = "-1" until we have 2.6.38 as default.

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agolinux-kexecboot: remove Zaurus support in 2.6.37.
Andrea Adami [Tue, 15 Mar 2011 23:27:40 +0000 (00:27 +0100)]
linux-kexecboot: remove Zaurus support in 2.6.37.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agolinux-kexecboot: remove 2.6.36 version used only for Zaurus devel.
Andrea Adami [Tue, 15 Mar 2011 23:25:54 +0000 (00:25 +0100)]
linux-kexecboot: remove 2.6.36 version used only for Zaurus devel.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agolinux-2.6.37: add more Zaurus defconfigs.
Andrea Adami [Tue, 15 Mar 2011 22:26:38 +0000 (23:26 +0100)]
linux-2.6.37: add more Zaurus defconfigs.

* adding akita c7x0 and poodle
* editing spitz to allow boot from CF/HDD

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agolinux-kexecboot_git: update Zaurus defconfigs and prepare for 2.6.38
Andrea Adami [Tue, 15 Mar 2011 22:23:30 +0000 (23:23 +0100)]
linux-kexecboot_git: update Zaurus defconfigs and prepare for 2.6.38

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>