openembedded.git
14 years agocmake.bbclass: use QT_CONF_PATH to support Qt4 projects
Otavio Salvador [Wed, 23 Feb 2011 21:07:17 +0000 (21:07 +0000)]
cmake.bbclass: use QT_CONF_PATH to support Qt4 projects

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agocmake.bbclass: use 2.8 modules
Otavio Salvador [Wed, 23 Feb 2011 21:07:16 +0000 (21:07 +0000)]
cmake.bbclass: use 2.8 modules

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agocmake: add OE qt4-tools-{native,sdk} support
Otavio Salvador [Wed, 23 Feb 2011 21:07:15 +0000 (21:07 +0000)]
cmake: add OE qt4-tools-{native,sdk} support

* make it find qmake2, moc4 and others
 * convert to INC_PR

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agocmake: update from 2.8.2 to 2.8.3
Otavio Salvador [Wed, 23 Feb 2011 21:07:14 +0000 (21:07 +0000)]
cmake: update from 2.8.2 to 2.8.3

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agocmake: drop 2.6.4 as it is not used by any distro
Otavio Salvador [Wed, 23 Feb 2011 21:07:13 +0000 (21:07 +0000)]
cmake: drop 2.6.4 as it is not used by any distro

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoqmake_base.bbclass: add generate_qt_config_file task
Otavio Salvador [Wed, 23 Feb 2011 21:07:12 +0000 (21:07 +0000)]
qmake_base.bbclass: add generate_qt_config_file task

This writes a qt.conf inside WORKDIR to properly configure projects
based on CMake. This is required since qmake variables (returned by
-query command) are fixed into the binary and can only be changed
using a qt.conf file.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopackage_deb.bbclass: make version acceptable for dpkg-deb.
Filip Zyzniewski [Wed, 23 Feb 2011 06:02:37 +0000 (06:02 +0000)]
package_deb.bbclass: make version acceptable for dpkg-deb.

dpkg-deb does not like version numbers without digits:

NOTE: Running task 428 of 604 (ID: 14,
[...]/openembedded/recipes/linux-firmware/linux-firmware_git.bb,
do_package_write_deb)
dpkg-deb - error: (upstream) version (`git') doesn't contain any digits
dpkg-deb: 1 errors in control file
NOTE: package
linux-firmware-git-r1+gitr2fab48391fda8a914b55c8ac265eb3b6ee10ace8:
task do_package_write_deb: Started

This commit causes version numbers without digits to be appended with '0':
linux-firmware-agere_git0-r1+gitr2fab48391fda8a914b55c8ac265eb3b6ee10ace8_all.deb

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolzma: Various cleanups and a bugfix
Tom Rini [Wed, 23 Feb 2011 19:51:24 +0000 (12:51 -0700)]
lzma: Various cleanups and a bugfix

We use the subdir parameter to SRC_URI so that we will unpack into
the normal S directory rather than WORKDIR (which avoids a race with
the append to unpack and removal of empty log files).  Next, we replace
the regex to override the compiler with a patch that really does it
where it's needed (C/LzmaUtil) and now we have a target liblzma.a
rather than host liblzma.a.  For CPP/7zip/Compress/LZMA_Alone we
just need to pass in correct values via CXX_C / CXX.  Given
the structure of the Makefile it's easiest to pass in the rest
of the flags as part of the compiler.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolinux/jlime: removed obsolete kernel recipes, added a new one.
Filip Zyzniewski [Tue, 22 Feb 2011 03:47:58 +0000 (03:47 +0000)]
linux/jlime: removed obsolete kernel recipes, added a new one.

We need to focus on developing a new set of kernels and userspace,
hence the cleanup.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agogcc 4.1.2: fix dependency_libs for libstdc++ and libsupc++
Frans Meulenbroeks [Wed, 23 Feb 2011 20:10:35 +0000 (21:10 +0100)]
gcc 4.1.2: fix dependency_libs for libstdc++ and libsupc++

This fixes a QA issue in gcc 4.1.2.
The patch is identical to what is done in gcc 4.2.2 and 4.2.4
The issues caused neek compilations to fail

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com> (on irc)
14 years agoloudmouth: Part of GNOME
Tom Rini [Wed, 23 Feb 2011 19:43:02 +0000 (12:43 -0700)]
loudmouth: Part of GNOME

The previous upstream URI is gone and what's on ftp.gnome.org
implies it's long been part of GNOME.  Sources for 1.1.1 and 1.3.2 are
non-fetchable so move to nonworking.  Update 1.0.1, 1.2.2 and 1.4.3
to fetch from GNOME_MIRROR and bump PR (as DEPENDS changed).

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agocross.bbclass: Fix many QA RPATH errors for distros preferring libtool-2.2
Andreas Müller [Sat, 19 Feb 2011 19:53:39 +0000 (19:53 +0000)]
cross.bbclass: Fix many QA RPATH errors for distros preferring libtool-2.2

* This patch removes the absolute path in sysroots/<arch>/usr/lib/libstdc++.la
*
* It was build tested wih clean tmp for xfce46-image. Additional known
* QA-RPATH-error-candidates were checked for successful build:
*
* aspell-0.60.6-r0
* curl-7.21.2-r4.0
* clutter-box2d-0.10.0-r2.0+git4e72b9c135a9439b82d801c62422531db611f98b
* enchant-1.6.0-r2
* gnome-vfs-2.24.1-r3
* libcdio-0.82-r3.0
* libsoup-2.2.100-r1:
* neon-0.25.5-r4
* schroedinger-1.0.9-r0
* tiff-3.9.4+4.0.0beta6-r0
*
* Build environment was (RPATH QA errors treated as fatal / acl fixed manually)
*
* BB_VERSION        = "1.10.2"
* METADATA_BRANCH   = "cross-bbclass-test"
* METADATA_REVISION = "a44300e"
* TARGET_ARCH       = "arm"
* TARGET_OS         = "linux-gnueabi"
* MACHINE           = "overo"
* DISTRO            = "angstrom"
* DISTRO_VERSION    = "2010.7-test-20110219"
* TARGET_FPU        = "hard"
*
* Notes:
* - To have effect, gcc-cross has to be rebuild (changing all gcc packed
*   was not an option)
* - This patch does not affect libtool-2.4 distos
* - The story is found at
*   http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-February/030115.html

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoqcanobserver: add svnr41 + socketcan driver
Koen Kooi [Wed, 23 Feb 2011 15:37:53 +0000 (16:37 +0100)]
qcanobserver: add svnr41 + socketcan driver

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolinux-2.6.37: upgrade to 2.6.37.1
Martin Jansa [Tue, 22 Feb 2011 10:03:12 +0000 (11:03 +0100)]
linux-2.6.37: upgrade to 2.6.37.1

* update om-gta0* defconfigs like
  8e4bd2fd4cbf1c75acd30adbd3aaa074c3175a3e and
  1516588acd3c4b4dd4add71d06ab8ce0d1bafa02

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux-firmware: update to current git and split out the wl12xx stuff that was added...
Koen Kooi [Wed, 23 Feb 2011 14:23:37 +0000 (15:23 +0100)]
linux-firmware: update to current git and split out the wl12xx stuff that was added in between

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoelfe: add elementary to DEPENDS
Koen Kooi [Wed, 23 Feb 2011 13:19:15 +0000 (14:19 +0100)]
elfe: add elementary to DEPENDS

| checking for E... configure: error: Package requirements (enlightenment
|                      elementary
|                      efreet >= 1.0.0
|                      ) were not met:
|
| No package 'elementary' found

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoelfe: add initial recipe for new embedded e17 launcher
Simon Busch [Wed, 23 Feb 2011 11:51:18 +0000 (12:51 +0100)]
elfe: add initial recipe for new embedded e17 launcher

Signed-off-by: Simon Busch <morphis@gravedo.de>
14 years agoe-module: introduce INC_PR and use it in all depending recipes
Simon Busch [Wed, 23 Feb 2011 11:16:47 +0000 (12:16 +0100)]
e-module: introduce INC_PR and use it in all depending recipes

We set INC_PR initially to r5 as some of the dependencies already defined a PR which max
was r4.

Signed-off-by: Simon Busch <morphis@gravedo.de>
Acked-by: Martin.Jansa <Martin.Jansa@gmail.com>
14 years agoevas: disable NEON forcefully, it is still causing misrendering when enabled
Koen Kooi [Wed, 23 Feb 2011 09:06:15 +0000 (10:06 +0100)]
evas: disable NEON forcefully, it is still causing misrendering when enabled

Upstream changed the default for NEON from disabled to enabled, so the recipe has to catch up

Tested with angstrom 2008.1 on a beagleboard C4

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agobeagleboard NAND image: new image and matching task
Koen Kooi [Wed, 23 Feb 2011 08:59:35 +0000 (09:59 +0100)]
beagleboard NAND image: new image and matching task

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agobitbake.conf: Define tar.xz image types.
Tom Rini [Tue, 22 Feb 2011 21:53:25 +0000 (14:53 -0700)]
bitbake.conf: Define tar.xz image types.

Make it depend on both tar-native and xz-native to make sure
that we get a tar that groks --xz.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agosite: Move rpppoe_cv_pack_bitfields to common-linux
Tom Rini [Tue, 22 Feb 2011 21:37:57 +0000 (14:37 -0700)]
site: Move rpppoe_cv_pack_bitfields to common-linux

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agojansson: new version 1.3
Steffen Sledz [Tue, 22 Feb 2011 19:10:26 +0000 (20:10 +0100)]
jansson: new version 1.3

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
14 years agostrongswan: Add version 4.5.1
Tom Rini [Tue, 22 Feb 2011 18:56:42 +0000 (11:56 -0700)]
strongswan: Add version 4.5.1

strongSwan is an alternative to openswan.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agobitbake.conf: Simplify TARGET_CPPFLAGS/LDFLAGS
Tom Rini [Tue, 22 Feb 2011 09:14:06 +0000 (09:14 +0000)]
bitbake.conf: Simplify TARGET_CPPFLAGS/LDFLAGS

This is based on poky's ba2e1f4d933c37b372d6749d64614f2510ee9d7b, which
simplifies TARGET_CPPFLAGS (and thus CFLAGS) and TARGET_LDFLAGS
based on gcc any company having --sysroot

Acked-by:Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoSlugOS: slugos-packages - reinstate squid, add task-sdk-native
Mike Westerhof [Tue, 22 Feb 2011 15:47:22 +0000 (09:47 -0600)]
SlugOS: slugos-packages - reinstate squid, add task-sdk-native

14 years agoThis patch changes hard-coded references to /usr and /opt in the various
Mike Westerhof [Tue, 22 Feb 2011 15:43:23 +0000 (09:43 -0600)]
This patch changes hard-coded references to /usr and /opt in the various
squid config.test scripts to point to the correct sysroot paths.
This version accommodates the unusual staging dir layout used by micro.
Signed-off-by: Mike Westerhof <mike@mwester.net>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agoopencv 2.2: unbreak SIFT for ARM
Koen Kooi [Tue, 22 Feb 2011 10:01:33 +0000 (11:01 +0100)]
opencv 2.2: unbreak SIFT for ARM

https://code.ros.org/trac/opencv/ticket/910

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolinux-2.6.34: add unwinding to om-gta01's defconfig
Denis 'GNUtoo' Carikli [Sun, 20 Feb 2011 19:49:43 +0000 (20:49 +0100)]
linux-2.6.34: add unwinding to om-gta01's defconfig

* taken from om-gta02 change 1516588acd3c4b4dd4add71d06ab8ce0d1bafa02

Adding unwinding remove CONFIG_FRAME_POINTER while preserving its
  debug functionalities at the cost of a bigger image
  (that we mitigate by using LZMA compression instead of gzip)
Pratically speaking that should result in speed improvements:
  Speed seem to be faster but was not tested scientifically.

Here's the unwinding help:
  This option enables stack unwinding support in the kernel
  using the information automatically generated by the
  compiler. The resulting kernel image is slightly bigger but
  the performance is not affected. Currently, this feature
  only works with EABI compilers. If unsure say Y.
And the frame pointer help:
  If you say N here, the resulting kernel will be slightly smaller and
  faster. However, if neither FRAME_POINTER nor ARM_UNWIND are enabled,
  when a problem occurs with the kernel, the information that is
  reported is severely limited.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoSlugOS: slugos-packages - update to keep the package feeds building
Mike Westerhof [Mon, 21 Feb 2011 23:23:32 +0000 (17:23 -0600)]
SlugOS: slugos-packages - update to keep the package feeds building
(demote squid until patch accepted; promote a few that are fixed;
and clarify comments regarding a few that need yet to be fixed.)

14 years agoinsane.bbclass: Fix a thinko in powerpc64 support
Tom Rini [Mon, 21 Feb 2011 18:03:10 +0000 (11:03 -0700)]
insane.bbclass: Fix a thinko in powerpc64 support

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoopenssl.inc: Add linux-powerpc64 to the linux-powerpc case
Tom Rini [Mon, 21 Feb 2011 16:21:32 +0000 (09:21 -0700)]
openssl.inc: Add linux-powerpc64 to the linux-powerpc case

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agokernel-arch.bbclass: Add powerpc64 mappings
Tom Rini [Mon, 21 Feb 2011 16:20:49 +0000 (09:20 -0700)]
kernel-arch.bbclass: Add powerpc64 mappings

A future TODO is to see if there's anything left that must
build with ARCH=ppc in the kernel that can't be upgraded to a
newer kernel with ARCH=powerpc.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoinsane.bbclass: Add powerpc64 entries.
Tom Rini [Mon, 21 Feb 2011 16:19:52 +0000 (09:19 -0700)]
insane.bbclass: Add powerpc64 entries.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoronetix-pm9g45: Added new machine, with kernel 2.6.30.
Leon Woestenberg [Mon, 21 Feb 2011 15:10:22 +0000 (16:10 +0100)]
ronetix-pm9g45: Added new machine, with kernel 2.6.30.

14 years agoavahi: add libcap2 to DEPENDS
Koen Kooi [Mon, 21 Feb 2011 08:52:24 +0000 (09:52 +0100)]
avahi: add libcap2 to DEPENDS

avahi will pick it up already if present: http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/testlab/commit/?id=6384666b6ae4781c1d16818b4f0d02f5f9af7906

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoaceofpenguins, mokomaze, numptyphysics: bump PR to rebuild with right libpng in RDEPE...
Martin Jansa [Mon, 21 Feb 2011 05:32:29 +0000 (06:32 +0100)]
aceofpenguins, mokomaze, numptyphysics: bump PR to rebuild with right libpng in RDEPENDS after a44300e54ce49be9ffd34eecabdfaae4faf9c143

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoSlugOS: udev - add SlugOS-specific override to drop the dependency on depmod
Mike Westerhof [Mon, 21 Feb 2011 03:44:14 +0000 (21:44 -0600)]
SlugOS: udev - add SlugOS-specific override to drop the dependency on depmod
(SlugOS will declare its own dependency so that it can optionally use busybox)

14 years agoSlugOS: update-modules - correct SlugOS-specific RDEPENDS override
Mike Westerhof [Mon, 21 Feb 2011 03:27:45 +0000 (21:27 -0600)]
SlugOS: update-modules - correct SlugOS-specific RDEPENDS override
to bring it into alignment with the newer RDEPENDS_${PN} technique.

14 years agoSlugOS: busybox - add modutils support in preparation to switch.
Mike Westerhof [Mon, 21 Feb 2011 03:26:49 +0000 (21:26 -0600)]
SlugOS: busybox - add modutils support in preparation to switch.

14 years agoSlugOS: enable in-kernel atheros 5k device support for DSM-G600
Mike Westerhof [Mon, 21 Feb 2011 01:30:22 +0000 (19:30 -0600)]
SlugOS: enable in-kernel atheros 5k device support for DSM-G600

14 years agoSHR: prefer newer libsoup-2.4, needed by newer webkit-efl
Martin Jansa [Sun, 20 Feb 2011 23:43:33 +0000 (00:43 +0100)]
SHR: prefer newer libsoup-2.4, needed by newer webkit-efl

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agodebian.bbclass: call auto_libname in reverse sorted AUTO_LIBNAME_PKGS
Martin Jansa [Tue, 15 Feb 2011 09:35:58 +0000 (10:35 +0100)]
debian.bbclass: call auto_libname in reverse sorted AUTO_LIBNAME_PKGS

* see comment for reason why we need this
* more info:
  http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-February/029877.html

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolibacpi: SET OE LDFLAGS in recipe
Pau Espin Pedrol [Mon, 21 Feb 2011 04:12:36 +0000 (04:12 +0000)]
libacpi: SET OE LDFLAGS in recipe

Fixes ld problem related to GNU_HASH

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolinux-2.6.34: add unwinding to om-gta02's defconfig
Denis 'GNUtoo' Carikli [Sun, 20 Feb 2011 19:49:43 +0000 (20:49 +0100)]
linux-2.6.34: add unwinding to om-gta02's defconfig

Adding unwinding remove CONFIG_FRAME_POINTER while preserving its
  debug functionalities at the cost of a bigger image
  (that we mitigate by using LZMA compression instead of gzip)
Pratically speaking that should result in speed improvements:
  Speed seem to be faster but was not tested scientifically.

Here's the unwinding help:
  This option enables stack unwinding support in the kernel
  using the information automatically generated by the
  compiler. The resulting kernel image is slightly bigger but
  the performance is not affected. Currently, this feature
  only works with EABI compilers. If unsure say Y.
And the frame pointer help:
  If you say N here, the resulting kernel will be slightly smaller and
  faster. However, if neither FRAME_POINTER nor ARM_UNWIND are enabled,
  when a problem occurs with the kernel, the information that is
  reported is severely limited.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
14 years agowpa-supplicant 0.7: use madwifi solution from 0.5.x and 0.6.x
Koen Kooi [Sun, 20 Feb 2011 16:01:12 +0000 (17:01 +0100)]
wpa-supplicant 0.7: use madwifi solution from 0.5.x and 0.6.x

This makes the package only machine dependant if 'madwifi' is both in machine features and distro features. This avoids having to build an identical wpa-supplicant for every machine which is a significant saving for both machine and distro maintainers.

Fun fact: no in-tree machine has madwifi in machine features.

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoRevert "gvfs 1.7.2: Drop DEFAULT_PREFERENCE"
Tom Rini [Sun, 20 Feb 2011 15:31:39 +0000 (08:31 -0700)]
Revert "gvfs 1.7.2: Drop DEFAULT_PREFERENCE"

Pushed too soon, revert the pins as well.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopackage_deb.bbclass/apt: armel architecture name for eabi systems.
Filip Zyzniewski [Sun, 20 Feb 2011 18:27:00 +0000 (18:27 +0000)]
package_deb.bbclass/apt: armel architecture name for eabi systems.

For dpkg EABI system architecture is called armel, not arm.
Reference: http://wiki.debian.org/ArmEabiPort

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoless_436.bb: provide absolute path in ALTERNATIVE_PATH.
Filip Zyzniewski [Sun, 20 Feb 2011 04:00:59 +0000 (04:00 +0000)]
less_436.bb: provide absolute path in ALTERNATIVE_PATH.

Relative path causes dpkg's update-alternatives to ignore this
alternative.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agojornada6xx/jornada7xx/mp900c: increase amount of used VTs.
Filip Zyzniewski [Sun, 20 Feb 2011 01:53:04 +0000 (01:53 +0000)]
jornada6xx/jornada7xx/mp900c: increase amount of used VTs.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agowpa-supplicant-0.7.3: use MACHINE_ARCH
Andreas Oberritter [Wed, 16 Feb 2011 11:03:24 +0000 (11:03 +0000)]
wpa-supplicant-0.7.3: use MACHINE_ARCH

* Because of madwifi, wpa-supplicant depends on COMBINED_FEATURES.
  Thus, PACKAGE_ARCH must be set to MACHINE_ARCH.
* Use INC_PR and bump it.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
CC: Stefan Schmidt <stefan@datenfreihafen.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agogvfs 1.7.2: Drop DEFAULT_PREFERENCE
Tom Rini [Sun, 20 Feb 2011 15:05:17 +0000 (08:05 -0700)]
gvfs 1.7.2: Drop DEFAULT_PREFERENCE

This is the version required for glib-2.28.0 which is default unless
pinned.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoslugos: Pin gvfs to 1.6.6
Tom Rini [Sun, 20 Feb 2011 15:05:02 +0000 (08:05 -0700)]
slugos: Pin gvfs to 1.6.6

We're doing this since glib-2.0 is pinned.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agokaeilos 2009: Pin gvfs to 1.6.6
Tom Rini [Sun, 20 Feb 2011 15:04:26 +0000 (08:04 -0700)]
kaeilos 2009: Pin gvfs to 1.6.6

We're doing this since glib-2.0 is pinned.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoangstrom-2008: Pin gvfs at 1.6.6
Tom Rini [Sun, 20 Feb 2011 15:04:14 +0000 (08:04 -0700)]
angstrom-2008: Pin gvfs at 1.6.6

We're doing this since glib-2.0 is pinned.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoinsane.bbclass: Make RPATH a non-fatal error
Tom Rini [Sat, 19 Feb 2011 03:26:27 +0000 (03:26 +0000)]
insane.bbclass: Make RPATH a non-fatal error

In order to make the user experience better we now use bb.warn
on non-fatal QA errors and bb.error on fatal errors.  Also note
that the RPATH problem is a security issue. (not part of the acks,
but suggested on the ML).

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Eric Benard <eric@eukrea.com>
14 years agoinsane.bbclass: Clarify missing gettext message
Tom Rini [Sun, 20 Feb 2011 14:48:08 +0000 (07:48 -0700)]
insane.bbclass: Clarify missing gettext message

Make it clear that what's missing is an 'inherit gettext' in a
recipe.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolibphone-ui-shr: fix "Missing inherit gettext?"
Thomas Zimmermann [Sun, 20 Feb 2011 14:49:01 +0000 (15:49 +0100)]
libphone-ui-shr: fix "Missing inherit gettext?"

Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
14 years agolinux: moved calamari to 2.6.34
Frans Meulenbroeks [Sun, 20 Feb 2011 12:35:04 +0000 (13:35 +0100)]
linux: moved calamari to 2.6.34

I've been using this for quite a while but apparently forgot to commit it.
this makes iscsi-target build

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoRevert "libinih: add"
Frans Meulenbroeks [Sun, 20 Feb 2011 09:29:11 +0000 (10:29 +0100)]
Revert "libinih: add"

This reverts commit 92f66ee0a4e0958bfabc10cc2c2e8a211e8e31f3.

This recipe gives a parsing error

ERROR: Error parsing /home/frans/oe/openembedded/recipes/libinih/libinih_git.bb: Fetch command export HOME="/home/frans"; export SSH_AUTH_SOCK="/tmp/ssh-CCruJ2497/agent.2497"; export
PATH="/home/frans/oe/openembedded/conf/bin:/home/frans/oe/openembedded/bin:/home/frans/oe/myopenembedded/conf/bin:/home/frans/oe/myopenembedded/bin:/home/frans/oe/tmp_minimal/sysroots/i686-linux/usr/ppce500v2/bin:/home/frans/oe/tmp_minimal/sysroots/i686-linux/usr/sbin:/home/frans/oe/tmp_minimal/sysroots/i686-linux/usr/bin:/home/frans/oe/tmp_minimal/sysroots/i686-linux/sbin:/home/frans/oe/tmp_minimal/sysroots/i686-linux//bin:/home/frans/oe/bitbake/bin:/home/frans/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/opt/gnome/bin:/usr/lib/qt3/bin:/home/frans/bin:.";
git ls-remote git://projetos.ossystems.com.br/git/libinih.git master failed with signal 128, output:
fatal: read error: Connection reset by peer

also SRCREV = AUTOREV is less desirable

14 years agoxinetd: Update recipe from 2.3.13 -> 2.3.14
Khem Raj [Sat, 19 Feb 2011 22:38:49 +0000 (14:38 -0800)]
xinetd: Update recipe from 2.3.13 -> 2.3.14

* Fix autoconf so that it can be regenerated with
  newer autconf versions

* Should work on armeb automagikally now

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoOE official flyer - update to version which was printed in 2009
Marcin Juszkiewicz [Sat, 19 Feb 2011 21:56:11 +0000 (22:56 +0100)]
OE official flyer - update to version which was printed in 2009

This is probably the only one existing copy of current version. Sources
should be somewhere on Mickeyl's harddrive.

We are using them on all events since LinuxTag 2009 where I took all
2500 of them which were printed in Poland as a donation from me to
OE e.V.

14 years agobase-files: update om-gta02's fstab and bump PR
Denis 'GNUtoo' Carikli [Sat, 19 Feb 2011 21:10:33 +0000 (22:10 +0100)]
base-files: update om-gta02's fstab and bump PR

The update is based on the default fstab,
  it fixes a long standing bug where the rootfs was hardcoded
  to /dev/mtdblock6 with the jffs2 filesystem.
The om-gta02 machine can boot from microsd or from mtd(jffs2 or ubifs),
  so not hardcoding the defult rootfs is good.

Note that some lines were not imported from the default fstab:
 * The devpts mount point is mounted by /etc/init.d/mountdevsubfs.sh:
  From #openmoko-cdevel on Freenode on irc:
    Feb 19 18:20:22 <elisa42> its mounteted by mountdevsubfs.sh
 * usbfs mount point is absent(/proc/bus/usb doesn't exist on target)

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
14 years agoqt4-tools-sdk: use host include headers for dbus
Otavio Salvador [Sat, 19 Feb 2011 01:43:24 +0000 (01:43 +0000)]
qt4-tools-sdk: use host include headers for dbus

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agosdk.bbclass: cache ${libdir} as ${target_libdir}
Otavio Salvador [Sat, 19 Feb 2011 01:43:23 +0000 (01:43 +0000)]
sdk.bbclass: cache ${libdir} as ${target_libdir}

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolibinih: add
Otavio Salvador [Sat, 19 Feb 2011 01:43:22 +0000 (01:43 +0000)]
libinih: add

This provides a C and C++ INI library that can be statically linked
into projects.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agocups: add textonly filter and split packages
Otavio Salvador [Sat, 19 Feb 2011 01:43:21 +0000 (01:43 +0000)]
cups: add textonly filter and split packages

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agocups: merge cups14.inc into cups 1.4.4 recipe
Otavio Salvador [Sat, 19 Feb 2011 01:43:20 +0000 (01:43 +0000)]
cups: merge cups14.inc into cups 1.4.4 recipe

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agocups: merge cups.inc into cups 1.2.12 recipe
Otavio Salvador [Sat, 19 Feb 2011 01:43:19 +0000 (01:43 +0000)]
cups: merge cups.inc into cups 1.2.12 recipe

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agocups: drop unused versions
Otavio Salvador [Sat, 19 Feb 2011 01:43:18 +0000 (01:43 +0000)]
cups: drop unused versions

Drop versions not being in use:

 - 1.1.23 and 1.2.7 - old and not preferred by any distro
 - 1.3.8 and 1.4.3 - D_P -1 and not preferred by any distro

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agopython-dbus: update to 0.83.2 and fix rpath to use absolute path
Otavio Salvador [Sat, 19 Feb 2011 01:43:17 +0000 (01:43 +0000)]
python-dbus: update to 0.83.2 and fix rpath to use absolute path

In case prefix and exec_prefix are empty, rpath can end up with no
absolute paths thus failing to build due a linking issue.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoxkeyboard-config: avoid recipe code duplication and depends on intltool-native
Otavio Salvador [Sat, 19 Feb 2011 01:43:16 +0000 (01:43 +0000)]
xkeyboard-config: avoid recipe code duplication and depends on intltool-native

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agodistro/micro.conf: drop exec_prefix_native since it is unused
Otavio Salvador [Sat, 19 Feb 2011 01:43:31 +0000 (01:43 +0000)]
distro/micro.conf: drop exec_prefix_native since it is unused

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agofile: moved to 5.05
Frans Meulenbroeks [Sat, 19 Feb 2011 12:43:50 +0000 (13:43 +0100)]
file: moved to 5.05

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoofono: Ship test scripts as ofono-test-utils, ship udev rules
Jan Lübbe [Wed, 16 Feb 2011 15:05:57 +0000 (16:05 +0100)]
ofono: Ship test scripts as ofono-test-utils, ship udev rules

Also add USB-ID for a Sierra modem and add INC_PR.

Signed-off-by: Jan Lübbe <jluebbe@debian.org>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agosciphone-g2: Initial support for Sciphone G2 (based on MT6235)
Marcin Mielczarczyk [Thu, 17 Feb 2011 06:50:32 +0000 (07:50 +0100)]
sciphone-g2: Initial support for Sciphone G2 (based on MT6235)

This patch adds Sciphone G2 target to OpenEmbedded environment.
It also defines osmocomBB repositories for U-Boot and Linux kernel.

Signed-off-by: Marcin Mielczarczyk <marcin.mielczarczyk@tieto.com>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agoangstrom next: prefer gvfs 1.7.2 (unstable series)
Koen Kooi [Sat, 19 Feb 2011 10:35:26 +0000 (11:35 +0100)]
angstrom next: prefer gvfs 1.7.2 (unstable series)

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agogvfs 1.6.6: add patch to fix async_connection_accept_new_fd(
Koen Kooi [Sat, 19 Feb 2011 10:34:16 +0000 (11:34 +0100)]
gvfs 1.6.6: add patch to fix async_connection_accept_new_fd(

14 years agogvfs: add 1.7.2
Koen Kooi [Sat, 19 Feb 2011 10:31:57 +0000 (11:31 +0100)]
gvfs: add 1.7.2

14 years agou-boot-2009.03: use AMD fixups for AMIC too
Mario Schuknecht [Fri, 18 Feb 2011 22:12:02 +0000 (22:12 +0000)]
u-boot-2009.03: use AMD fixups for AMIC too

* AMIC flashes are AMD clones and need the same fixups otherwise e.g. the
  u-boot command saveenv may not work (depending on the sector layout)
* patch has been send upstream too: http://patchwork.ozlabs.org/patch/82763/

Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de>
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
14 years agocontrib/testing/testscript.sh: Detect MIN_BB_VERSION
Rick Foos [Sat, 19 Feb 2011 03:13:24 +0000 (19:13 -0800)]
contrib/testing/testscript.sh: Detect MIN_BB_VERSION

* Fixes Bugzilla/5517
* extract the quoted string from BB_MIN_VERSION in config/sanity.conf.
  Should work for all versions of bitbake

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoacl: Revert most of my last change, just fix RPATH QA
Tom Rini [Fri, 18 Feb 2011 19:58:29 +0000 (12:58 -0700)]
acl: Revert most of my last change, just fix RPATH QA

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoschroedinger: Fix RPATH QA errors
Tom Rini [Fri, 18 Feb 2011 19:27:34 +0000 (12:27 -0700)]
schroedinger: Fix RPATH QA errors

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolibcdio: Fix RPATH QA errors
Tom Rini [Fri, 18 Feb 2011 19:26:42 +0000 (12:26 -0700)]
libcdio: Fix RPATH QA errors

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agokernel.bbclass: fix retrieving dependencies between modules.
Filip Zyzniewski [Fri, 18 Feb 2011 04:09:16 +0000 (04:09 +0000)]
kernel.bbclass: fix retrieving dependencies between modules.

get_dependencies() searched for a filename key in dependencies
directory with the /lib/modules/kernel_version prefix while
the directory had entries stripped of it.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoAdd flex to the linux-atm dependencies
Alex Bennee [Fri, 18 Feb 2011 20:26:33 +0000 (20:26 +0000)]
Add flex to the linux-atm dependencies

As the linux-atm tools also link against the flex libraries (-lfl) the
runtime is also needed as a dependency.

Signed-off-by: Alex Bennee <ajb@cbnl.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoudev_151/162/165.bb: add missing PACKAGE_ARCH for nokia900
Klaus Kurzmann [Fri, 18 Feb 2011 06:08:23 +0000 (06:08 +0000)]
udev_151/162/165.bb: add missing PACKAGE_ARCH for nokia900

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoutils.py: use bb.utils.vercmp_string instead of bb.vercmp
Andreas Oberritter [Wed, 16 Feb 2011 11:06:20 +0000 (11:06 +0000)]
utils.py: use bb.utils.vercmp_string instead of bb.vercmp

* Fixes deprecation warning with BitBake master.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
CC: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agotiff: Fix RPATH QA issues
Tom Rini [Thu, 17 Feb 2011 22:37:53 +0000 (15:37 -0700)]
tiff: Fix RPATH QA issues

Based on the fix for 'acl'

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoacl: Fix RPATH QA issue and clean up
Tom Rini [Thu, 17 Feb 2011 22:25:28 +0000 (15:25 -0700)]
acl: Fix RPATH QA issue and clean up

We take some bits from poky to fix the RPATH QA issue and while in here
clean it up a bit based on Ubuntu/Debian.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agocacao-native: modell the package version after the git recipes
Henning Heinold [Fri, 18 Feb 2011 13:01:31 +0000 (14:01 +0100)]
cacao-native: modell the package version after the git recipes

* bump PR

14 years agobug-image-production: Add back bash-sh package
Stefan Schmidt [Fri, 18 Feb 2011 10:43:35 +0000 (11:43 +0100)]
bug-image-production: Add back bash-sh package

14 years agobash: Add bash-sh package to switch /bin/sh to /bin/bash
Stefan Schmidt [Fri, 18 Feb 2011 10:26:48 +0000 (11:26 +0100)]
bash: Add bash-sh package to switch /bin/sh to /bin/bash

An old change from hrw in the BugLabs repo I forgot to bring over earlier.

14 years agoorg.freedesktop.dbus: modify recipe so localization/compilation occurs correctly.
Stefan Schmidt [Thu, 10 Feb 2011 13:14:47 +0000 (14:14 +0100)]
org.freedesktop.dbus: modify recipe so localization/compilation occurs correctly.

14 years agokaeilos.inc: switched to eglibc
Marco Cavallini [Fri, 18 Feb 2011 09:41:23 +0000 (10:41 +0100)]
kaeilos.inc: switched to eglibc

14 years agolibpng.inc: Package library in libpng and provide libpng3
Khem Raj [Thu, 17 Feb 2011 21:50:11 +0000 (13:50 -0800)]
libpng.inc: Package library in libpng and provide libpng3

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agocontrib/testing/testscript.sh: Dont define BBMASK
Khem Raj [Thu, 17 Feb 2011 14:48:24 +0000 (14:48 +0000)]
contrib/testing/testscript.sh: Dont define BBMASK

* BBMASK is set in bitbake.conf by default and it
  skips nonworking and obsolete recipes which is
  what we want emptying it here could cause redundant
  parse of the graveyards

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoglib-2.0 2.28.0: Bring back glib-mkenums-interpreter.patch
Tom Rini [Thu, 17 Feb 2011 19:29:42 +0000 (12:29 -0700)]
glib-2.0 2.28.0: Bring back glib-mkenums-interpreter.patch

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agobitbake.conf: export LC_ALL = "C"
Eric BENARD [Tue, 11 Jan 2011 05:33:45 +0000 (05:33 +0000)]
bitbake.conf: export LC_ALL = "C"

* thus the build system language won't create troubles during builds
(example : perl is hacking some generated files' content but only
supports english outputs).

* this problem is only met when using bitbake master

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agognutls.inc: Add --disable-rpath
Tom Rini [Thu, 17 Feb 2011 18:47:54 +0000 (11:47 -0700)]
gnutls.inc: Add --disable-rpath

Signed-off-by: Tom Rini <tom_rini@mentor.com>