openembedded.git
14 years agoAdd custom init dropbear script and image for Visstrim_M10.
Javier Martin [Wed, 9 Feb 2011 17:37:13 +0000 (17:37 +0000)]
Add custom init dropbear script and image for Visstrim_M10.

Custom init script is needed since "/" is mounted as read-only
but "/etc" is mounted as read-write in Visstrim_M10 boards.
This case is not supported by default init script.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoAdd custom fstab and profile for Visstrim_M10 board.
Javier Martin [Wed, 9 Feb 2011 17:37:12 +0000 (17:37 +0000)]
Add custom fstab and profile for Visstrim_M10 board.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoAdd configuration file for Visstrim_M10 board.
Javier Martin [Wed, 9 Feb 2011 17:37:11 +0000 (17:37 +0000)]
Add configuration file for Visstrim_M10 board.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agogitpkgv.bbclass: rename git_drop_tag_prefix to fix conflict
Andreas Oberritter [Fri, 11 Feb 2011 20:51:43 +0000 (20:51 +0000)]
gitpkgv.bbclass: rename git_drop_tag_prefix to fix conflict

* fixes ERROR: Error Method already seen: git_drop_tag_prefix in
  'gitver.bbclass' now in 'gitpkgv.bbclass'

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopackage_ipk.bbclass: use common function to write relationship fields
Andreas Oberritter [Fri, 11 Feb 2011 20:51:42 +0000 (20:51 +0000)]
package_ipk.bbclass: use common function to write relationship fields

* A function write_dep_field() was added to do_package_ipk() to
  ensure explode_deps is called for every field and to simplify
  the code.

* The following statement was removed from do_package_ipk():

  if not '-locale-' and not '-dbg' and not '-dev' in pkgname:
      rdepends.append('%s-locale*' % pkgname)

  It was added in November 2008, but can never evaluate to true.

  See commit a045dfacf6f2541e0f410d9d109581f181303756

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopackage.bbclass: remove superfluous whitespace characters from RDEPENDS
Andreas Oberritter [Fri, 11 Feb 2011 20:51:41 +0000 (20:51 +0000)]
package.bbclass: remove superfluous whitespace characters from RDEPENDS

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoutils.bbclass: restore previous implementation of explode_deps()
Andreas Oberritter [Fri, 11 Feb 2011 20:51:40 +0000 (20:51 +0000)]
utils.bbclass: restore previous implementation of explode_deps()

* explode_deps() changed its behavior to omit version information
  when the function was removed from OE in favor of BitBake's
  implementation in March 2010. Since then, packages didn't contain
  versioned runtime dependencies.

  See commit 89b7e433719f43f1c36c76cb8856d559014e99bc

* This patch restores the previous implementation of explode_deps(),
  thus fixing the generation of versioned runtime dependencies.

* Reimplementing explode_deps() using bb.utils.explode_dep_versions()
  didn't work, because it choked upon parsing inline python code, e.g.
  on update-modules_1.0.bb's RDEPENDS_${PN} field.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agodpkg: add perl modules package
Filip Zyzniewski [Sat, 12 Feb 2011 05:49:01 +0000 (05:49 +0000)]
dpkg: add perl modules package

dpkg contains of perl modules as well, we need to provide these for
example for update-alternatives.

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 agodistro/jlime-2010.1.conf: cleaned up RDEPENDS, beefed up FEATURES.
Filip Zyzniewski [Sat, 12 Feb 2011 16:29:54 +0000 (16:29 +0000)]
distro/jlime-2010.1.conf: cleaned up RDEPENDS, beefed up FEATURES.

tslib and dialog should be pulled in by appropiate dependencies and
wireless-tools comes from wifi in DISTRO_FEATURES.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoinsane.bbclass: fix the check for bad RPATH
Denys Dmytriyenko [Thu, 3 Feb 2011 15:00:21 +0000 (15:00 +0000)]
insane.bbclass: fix the check for bad RPATH

* Variable 'sane' is boolean, so adding to it breaks the error condition
* Fixes previous commit 6aa31074 ported from Yocto

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoutil-linux-ng: use u-a for /sbin/blockdev
Martin Jansa [Sat, 12 Feb 2011 19:12:13 +0000 (19:12 +0000)]
util-linux-ng: use u-a for /sbin/blockdev

* resolves conflict with latest busybox

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
14 years agoeject: use u-a for /usr/bin/volname
Martin Jansa [Sat, 12 Feb 2011 19:12:14 +0000 (19:12 +0000)]
eject: use u-a for /usr/bin/volname

* resolves conflict with latest busybox

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
14 years agooestats-client.bbclass: fix bug in oestat_send() code
Yuri Bushmelev [Sat, 12 Feb 2011 11:00:27 +0000 (14:00 +0300)]
oestats-client.bbclass: fix bug in oestat_send() code

This should fix disabling oestats with following message:
WARNING: oestats: error sending task (exception <type
'exceptions.KeyError'>, value 'qalog'), disabling stats

Signed-off-by: Yuri Bushmelev <jay4mail@gmail.com>
14 years agoshr-e-gadgets: add path to edje-cc
Martin Jansa [Sat, 12 Feb 2011 08:19:06 +0000 (09:19 +0100)]
shr-e-gadgets: add path to edje-cc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agomsmcomm: bump SRCREV for version compatible with current cornucopia rev
Martin Jansa [Sat, 12 Feb 2011 07:16:04 +0000 (08:16 +0100)]
msmcomm: bump SRCREV for version compatible with current cornucopia rev

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoshr-e-gadgets: bump SRCREV
Martin Jansa [Sat, 12 Feb 2011 07:15:23 +0000 (08:15 +0100)]
shr-e-gadgets: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agosrc_distribute.bbclass: iterate over SRC_URI instead of using urldata
Yuri Bushmelev [Fri, 11 Feb 2011 23:22:36 +0000 (02:22 +0300)]
src_distribute.bbclass: iterate over SRC_URI instead of using urldata

Do not use bb.fetch.urldata in do_distribute_sources() for traversing
SRC_URIs like was already done for do_unpack(). See 661658f62b for
additional info.

This fixes race issue with lzma-native:
http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-October/026076.html

Signed-off-by: Yuri Bushmelev <jay4mail@gmail.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Andrea Adami <andrea.adami@gmail.com>
14 years agoinitscripts: removed jornada7xx specific scripts.
Filip Zyzniewski [Sat, 12 Feb 2011 02:14:26 +0000 (02:14 +0000)]
initscripts: removed jornada7xx specific scripts.

Stock ones work better (remounting / rw, makedevs calling).

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoclutter: fix broken clutter-gtk
Andreas Müller [Fri, 4 Feb 2011 05:36:10 +0000 (05:36 +0000)]
clutter: fix broken clutter-gtk

* Since clutter 1.4.2 clutter-gtk fails for machines/archs configuring
* flavour=eglx with (see clutter.inc)
*
* | Making all in clutter-gtk
* | make[2]: Entering directory `/home/Superandi/tmp/work/armv7a-angstrom-linux-gnueabi/clutter-gtk-0.10.8-r2.0/clutter-gtk-0.10.8/clutter-gtk'
* |   CC     libclutter_gtk_0.10_la-gtk-clutter-embed.lo
* |   CC     libclutter_gtk_0.10_la-gtk-clutter-scrollable.lo
* |   CC     libclutter_gtk_0.10_la-gtk-clutter-util.lo
* |   CC     libclutter_gtk_0.10_la-gtk-clutter-viewport.lo
* |   CC     libclutter_gtk_0.10_la-gtk-clutter-zoomable.lo
* |   CCLD   libclutter-gtk-0.10.la
* | /home/Superandi/tmp/sysroots/i686-linux/usr/armv7a/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lclutter-egl-1.0
*
* Since clutter 1.3.x in 'configure.ac' the meaning of 'CLUTTER_WINSYS' has
* changed. In clutter 1.2.x 'CLUTTER_WINSYS' contained the value passed by
* 'flavour' (in the error case 'eglx'). In 1.3.x this variable is set in
* 'configure.ac'. For flavour=eglx it is set to 'egl'! The correct value
* 'eglx' is found in 'CLUTTER_SONAME_INFIX'. Some of the '*.pc.in' files
* were changed. clutter-gtk fell victim for clutter-x11.pc.in.
*
* Build tested for all clutter recipes with
*
* BB_VERSION        = "1.10.2"
* MACHINE           = "overo"
* DISTRO            = "angstrom"
* DISTRO_VERSION    = "2010.7-test-20110203"

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoclutter-gst add 1.3.4
Andreas Müller [Thu, 3 Feb 2011 07:14:02 +0000 (07:14 +0000)]
clutter-gst add 1.3.4

* clutter 1.4.2 broke clutter-gst and made it necessary to have a recipe from
* development snapshot sources
*
* Build tested with
* BB_VERSION        = "1.10.2"
* METADATA_BRANCH   = "master"
* METADATA_REVISION = "2049a96"
* TARGET_ARCH       = "arm"
* TARGET_OS         = "linux-gnueabi"
* MACHINE           = "overo"
* DISTRO            = "angstrom"
* DISTRO_VERSION    = "2010.7-test-20110202"
* TARGET_FPU        = "hard"

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoinitscripts: handle busybox version of makedevs properly.
Filip Zyzniewski [Sat, 12 Feb 2011 02:06:19 +0000 (02:06 +0000)]
initscripts: handle busybox version of makedevs properly.

Makedevs from busybox has a different command line syntax.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoudev: also use /proc/devices to invalidate devcache
Denys Dmytriyenko [Sat, 12 Feb 2011 03:35:31 +0000 (03:35 +0000)]
udev: also use /proc/devices to invalidate devcache

* Besides checking for kernel version, bootargs or cmdline changes between
reboots, also consider changes in /proc/devices to invalidate device cache.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
14 years agonodejs: updated to 0.2.6
AJ ONeal [Sat, 12 Feb 2011 03:01:35 +0000 (03:01 +0000)]
nodejs: updated to 0.2.6

* added version number to patches
* libev-cross-cc_0.2.6.patch - turns off execution so that cross-compile succeeds
* node-cross-cc_0.2.6.patch - enables cross-compiling of v8 for x86, x86_64, arm, and mips

Signed-off-by: AJ ONeal <coolaj86@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolibtomcrypt: updated download link
George Alexandru Dorobantu [Sat, 12 Feb 2011 04:17:36 +0000 (04:17 +0000)]
libtomcrypt: updated download link

* updated the download link; libtomcrypt has moved to google code and the old link is dead

Signed-off-by: George Alexandru Dorobantu <gdalex@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoudev-141: backport the initscript depmod call from recent versions
Denys Dmytriyenko [Fri, 11 Feb 2011 19:20:59 +0000 (14:20 -0500)]
udev-141: backport the initscript depmod call from recent versions

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
14 years agoxkbcomp: upgrade from 1.2.0 to 1.2.1
Martin Jansa [Fri, 11 Feb 2011 16:46:29 +0000 (17:46 +0100)]
xkbcomp: upgrade from 1.2.0 to 1.2.1

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopostgresql: Update from 8.4.4 to 8.4.7, drop 8.1.x, 8.2.4
Tom Rini [Fri, 11 Feb 2011 07:24:10 +0000 (07:24 +0000)]
postgresql: Update from 8.4.4 to 8.4.7, drop 8.1.x, 8.2.4

We update SHR to pinning 8.4.7 (safe upgrade) and drop
8.1.x (EOL) and 8.2.x (un-pinned and EOL this year).  We also
un-pin SHR (at Martin's suggestion).

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
14 years agobusybox: create busybox-inetd package
Andreas Oberritter [Thu, 20 Jan 2011 17:24:17 +0000 (17:24 +0000)]
busybox: create busybox-inetd package

* Empty package unless CONFIG_INETD=y.
* Use update-alternatives with priority 50.
* Install initscript and inetd.conf.
* RPROVIDE inetd

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Eric Bénard <eric@eukrea.com>
14 years agowpa-supplicant-0.7.3: depend on openssl
Andreas Oberritter [Fri, 11 Feb 2011 20:58:00 +0000 (20:58 +0000)]
wpa-supplicant-0.7.3: depend on openssl

* let defconfig decide which crypto library to use

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agowpa-supplicant-0.7.3: enable madwifi support
Andreas Oberritter [Fri, 11 Feb 2011 20:57:59 +0000 (20:57 +0000)]
wpa-supplicant-0.7.3: enable madwifi support

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agowpa-supplicant-0.7.3: install only required files for dbus support
Andreas Oberritter [Fri, 11 Feb 2011 20:57:58 +0000 (20:57 +0000)]
wpa-supplicant-0.7.3: install only required files for dbus support

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agowpa-supplicant-0.7.3: rename defconfig-gnutls to defconfig
Andreas Oberritter [Fri, 11 Feb 2011 20:57:57 +0000 (20:57 +0000)]
wpa-supplicant-0.7.3: rename defconfig-gnutls to defconfig

* Use a more useful name for overrides in case gnutls is not to be used.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agowpa-supplicant-0.7.3: remove unused files
Andreas Oberritter [Fri, 11 Feb 2011 20:57:56 +0000 (20:57 +0000)]
wpa-supplicant-0.7.3: remove unused files

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agotestscript.sh: be able to use branches other than testing-next
Steffen Sledz [Fri, 11 Feb 2011 11:39:28 +0000 (12:39 +0100)]
testscript.sh: be able to use branches other than testing-next

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolibmms 0.5: move to libmms dir
Koen Kooi [Fri, 11 Feb 2011 12:54:25 +0000 (13:54 +0100)]
libmms 0.5: move to libmms dir

14 years agoupstart: create directory before installing files into it
Andreas Oberritter [Tue, 1 Feb 2011 15:18:43 +0000 (15:18 +0000)]
upstart: create directory before installing files into it

* do_install installs files into ${sysconfdir}/event.d, so the
  directory must be created first.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
14 years agolinux: don't patch unifdef.c if it doesn't exist
Andreas Oberritter [Tue, 1 Feb 2011 15:16:16 +0000 (15:16 +0000)]
linux: don't patch unifdef.c if it doesn't exist

* Fixes build with Linux 2.6.18.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
14 years agolibmms-0.6: initial recipe
Andreas Oberritter [Thu, 3 Feb 2011 20:51:25 +0000 (20:51 +0000)]
libmms-0.6: initial recipe

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
14 years agolibdca-0.0.5-3: initial recipe (Debian)
Andreas Oberritter [Fri, 4 Feb 2011 01:15:53 +0000 (01:15 +0000)]
libdca-0.0.5-3: initial recipe (Debian)

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
14 years agorfkill: fix install and remove bogus DEPENDS, it's not using libnl nor pkgconfig...
Koen Kooi [Fri, 11 Feb 2011 09:40:26 +0000 (10:40 +0100)]
rfkill: fix install and remove bogus DEPENDS, it's not using libnl nor pkgconfig(-native)

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolibsdl-directfb: delete unpinned version 1.2.9
Henning Heinold [Fri, 11 Feb 2011 08:38:41 +0000 (09:38 +0100)]
libsdl-directfb: delete unpinned version 1.2.9

14 years agolibsdl-mixer: fix it the same way as the libsdl recipe and bump PR
Henning Heinold [Fri, 11 Feb 2011 08:38:06 +0000 (09:38 +0100)]
libsdl-mixer: fix it the same way as the libsdl recipe and bump PR

14 years agolinux-jlime-ben-nanonote: Add support for USB networking
Alex Ferguson [Mon, 31 Jan 2011 16:43:44 +0000 (18:43 +0200)]
linux-jlime-ben-nanonote: Add support for USB networking

Added jz4740-udc.patch from qi-hardware which adds support for
usb networking.

Added modified kernel config file which enables the above patch.

Modified linux-jlime-ben-nanonote recipe for the above files.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agojlime-extras: Update version from 1.0.6 to 1.0.7
Alex Ferguson [Mon, 31 Jan 2011 16:43:43 +0000 (18:43 +0200)]
jlime-extras: Update version from 1.0.6 to 1.0.7

The newer version contains some changes in the startup scripts and
configuration for mplayer.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agojlime-extras-ben-nanonote: Update version from 1.0.1 to 1.0.2
Alex Ferguson [Mon, 31 Jan 2011 16:43:42 +0000 (18:43 +0200)]
jlime-extras-ben-nanonote: Update version from 1.0.1 to 1.0.2

The newer version contains some changes in relation to jlime-extras.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agofileselector: Update version from 1.3.1 to 1.3.2
Alex Ferguson [Mon, 31 Jan 2011 16:43:41 +0000 (18:43 +0200)]
fileselector: Update version from 1.3.1 to 1.3.2

The newer version contains some bugfixes.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agopulseaudio: add version 0.9.22 with DP=-1
Henning Heinold [Thu, 10 Feb 2011 17:35:17 +0000 (18:35 +0100)]
pulseaudio: add version 0.9.22 with DP=-1

* only one patch from 0.9.21 was applied, so no
  need to copy them all around

14 years agopulseaudio: fix build for uclibc again and bump PR
Henning Heinold [Thu, 10 Feb 2011 17:33:38 +0000 (18:33 +0100)]
pulseaudio: fix build for uclibc again and bump PR

14 years agousb-modeswitch-data: Patch makefile to use portable install options.
Stefan Schmidt [Thu, 10 Feb 2011 15:45:38 +0000 (16:45 +0100)]
usb-modeswitch-data: Patch makefile to use portable install options.

Without this it fails with our install wrapper whcih does only support portable
options.

14 years agousb-modeswitch: Patch makefile to use portable install options.
Stefan Schmidt [Thu, 10 Feb 2011 15:44:25 +0000 (16:44 +0100)]
usb-modeswitch: Patch makefile to use portable install options.

Without this it fails with our install wrapper whcih does only support portable
options.

14 years agoxserver-xorg-conf: fix htcdream calibration and Monitor entries
Denis 'GNUtoo' Carikli [Thu, 10 Feb 2011 15:26:10 +0000 (16:26 +0100)]
xserver-xorg-conf: fix htcdream calibration and Monitor entries

Without that fix that fix the screen is not calibrated well.

The Monitor "Monitor" ->  Monitor "Monitor0" was a typo,
  Thanks pespin in #openmoko-cdevel on Freenode on irc for notifying the error:
     Feb 09 23:27:58 <pespin> I think this line in xorg.conf is wrong ->         Monitor "Monitor"

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
14 years agoxserver-xorg: 1.9.3.902 was released as 1.9.4, rename
Martin Jansa [Thu, 10 Feb 2011 08:26:44 +0000 (09:26 +0100)]
xserver-xorg: 1.9.3.902 was released as 1.9.4, rename

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agocups: fix desktop file QA issues
chase maupin [Thu, 10 Feb 2011 04:36:59 +0000 (04:36 +0000)]
cups: fix desktop file QA issues

* This patch fixes the QA issues with version 1.2.12 of cups.
* The patch being applied was taken from
  http://bugs.gentoo.org/show_bug.cgi?id=236706
* Bump the PR

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agobase-files: update fstab for jornada7xx
Filip Zyzniewski [Thu, 10 Feb 2011 04:23:09 +0000 (04:23 +0000)]
base-files: update fstab for jornada7xx

We use the scsi subsystem for PCMCIA ATA access, so device files are
/dev/sda*, not /dev/hda*.
See recipes/linux/linux-jlime-jornada7xx-2.6.34+git/defconf_jlime:702.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolinux-omap 2.6.31: remove DP for zoom2
Koen Kooi [Wed, 9 Feb 2011 21:26:57 +0000 (22:26 +0100)]
linux-omap 2.6.31: remove DP for zoom2

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoomapzoom2/3.conf : switch to linux-omap kernel
Graeme Gregory [Wed, 9 Feb 2011 18:21:26 +0000 (18:21 +0000)]
omapzoom2/3.conf : switch to linux-omap kernel

Signed-off-by: Graeme Gregory <dp@xora.org.uk>
14 years agolinux-omap_2.6.38.bb: add 2.6.38-rc4 version
Graeme Gregory [Wed, 9 Feb 2011 18:19:24 +0000 (18:19 +0000)]
linux-omap_2.6.38.bb: add 2.6.38-rc4 version

I have only enabled this kernel for the omapzoom2/3 machines that I
take care of and it has been boot tested on the zoom3.

This recipe has PARALLEL_MAKE disabled as multiple jobs is showing
a dependency issue in the kernel which I hit 100% of time in OE.

Signed-off-by: Graeme Gregory <dp@xora.org.uk>
14 years agooe.test_types: improve naming/organization
Chris Larson [Wed, 9 Feb 2011 19:02:36 +0000 (12:02 -0700)]
oe.test_types: improve naming/organization

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoMore sane naming for the variable typing code
Chris Larson [Wed, 9 Feb 2011 17:28:42 +0000 (10:28 -0700)]
More sane naming for the variable typing code

oe.types.value -> oe.data.typed_value

    This name has been bugging me.  This function is the primary interface to
    the module for OE metadata, as it takes a variable name and datastore and
    returns an object of the correct type.  While this function is part of the
    variable typing implementation, in reality it's more about giving you a
    useful object from the metadata, so I think oe.data is a more appropriate
    place for it.

oe.types -> oe.maketype

    These are the functions which construct types, not the types themselves,
    so it was somewhat misleading.

oe._types -> oe.types

    These are the actual types, any callable in this module becomes an OE
    type, using its arguments to determine the variable flags (optional and
    required) to obey.  Will use __init__'s args in the case of an actual
    python class.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agooe.types: for invalid type, list valid ones
Chris Larson [Wed, 9 Feb 2011 18:38:16 +0000 (11:38 -0700)]
oe.types: for invalid type, list valid ones

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agotzcode-native: update to 2011b
Otavio Salvador [Wed, 9 Feb 2011 14:13:04 +0000 (14:13 +0000)]
tzcode-native: update to 2011b

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14 years agocmake-sdk: add 2.8.2 recipe
Otavio Salvador [Thu, 20 Jan 2011 23:42:26 +0000 (23:42 +0000)]
cmake-sdk: add 2.8.2 recipe

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14 years agolibnewt: include latest fixes and allow python removal
Otavio Salvador [Thu, 20 Jan 2011 17:33:32 +0000 (17:33 +0000)]
libnewt: include latest fixes and allow python removal

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14 years agogitpkgv.bbclass: return None if repository does not exist
Otavio Salvador [Thu, 20 Jan 2011 16:19:44 +0000 (16:19 +0000)]
gitpkgv.bbclass: return None if repository does not exist

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14 years agoslang: fix 2.2.2 URL
Otavio Salvador [Thu, 20 Jan 2011 16:18:26 +0000 (16:18 +0000)]
slang: fix 2.2.2 URL

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14 years agonetworkmanager git: up DP for angstrom
Koen Kooi [Wed, 9 Feb 2011 16:14:18 +0000 (17:14 +0100)]
networkmanager git: up DP for angstrom

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agofbv-1.0b-BGR666.patch: patch for support BGR666 @ 24bpp
Marco Cavallini [Wed, 9 Feb 2011 15:14:11 +0000 (16:14 +0100)]
fbv-1.0b-BGR666.patch: patch for support BGR666 @ 24bpp

14 years agofbv_1.0b.bb: added support for new fbv-1.0b-BGR666.patch
Marco Cavallini [Wed, 9 Feb 2011 15:12:23 +0000 (16:12 +0100)]
fbv_1.0b.bb: added support for new fbv-1.0b-BGR666.patch

 * bump PR
 * support for BGR666 @ 24bpp

14 years agofsogsmd: bump; we rely on libgisi / gisicomm now instead of libisi
Michael 'Mickey' Lauer [Wed, 9 Feb 2011 15:20:59 +0000 (16:20 +0100)]
fsogsmd: bump; we rely on libgisi / gisicomm now instead of libisi

14 years agobug2v4l2: Fix recipe to atcually work.
Stefan Schmidt [Wed, 9 Feb 2011 11:40:25 +0000 (12:40 +0100)]
bug2v4l2: Fix recipe to atcually work.

The first commit of this one was not intended. Sorry for that. The recipe is now
cleaned up and working.

14 years agobuglabs/jnotify: Add recipe for java notify usage
Stefan Schmidt [Thu, 2 Dec 2010 13:51:42 +0000 (14:51 +0100)]
buglabs/jnotify: Add recipe for java notify usage

14 years agonetworkmanager git: update to 0.8.3
Koen Kooi [Wed, 9 Feb 2011 11:21:52 +0000 (12:21 +0100)]
networkmanager git: update to 0.8.3

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoiw: bump PR for nl2 change
Koen Kooi [Wed, 9 Feb 2011 09:40:10 +0000 (10:40 +0100)]
iw: bump PR for nl2 change

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agobug-x11-image: Add X11 buglabs image
Stefan Schmidt [Wed, 8 Dec 2010 11:12:19 +0000 (12:12 +0100)]
bug-x11-image: Add X11 buglabs image

14 years agobuglabs/dauber-feeds: Feed config for internal repos
Stefan Schmidt [Wed, 8 Dec 2010 11:59:51 +0000 (12:59 +0100)]
buglabs/dauber-feeds: Feed config for internal repos

14 years agobuglabs/repo-feeds: Feed configs for external use
Stefan Schmidt [Wed, 8 Dec 2010 12:00:23 +0000 (13:00 +0100)]
buglabs/repo-feeds: Feed configs for external use

14 years agojni-library.bbclass: Override JAVAH for our jni recipes.
Stefan Schmidt [Wed, 15 Dec 2010 17:52:09 +0000 (18:52 +0100)]
jni-library.bbclass: Override JAVAH for our jni recipes.

We need the javah from icedtea6 here.

14 years agoiw: Its compatible with libnl2 as well use it.
Stefan Schmidt [Thu, 3 Feb 2011 13:51:01 +0000 (14:51 +0100)]
iw: Its compatible with libnl2 as well use it.

14 years agowpa-supplicant-0.7: Enable the nl80211 driver
Stefan Schmidt [Thu, 3 Feb 2011 09:34:55 +0000 (10:34 +0100)]
wpa-supplicant-0.7: Enable the nl80211 driver

Also enable support for libnl2 and depend on it.

14 years agou-boot : for omapzoom2/3 and gcc 4.5 the -Os optimisation produces a
Graeme Gregory [Tue, 8 Feb 2011 22:40:17 +0000 (22:40 +0000)]
u-boot : for omapzoom2/3 and gcc 4.5 the -Os optimisation produces a
u-boot which doesnt boot or launch kernel. This makes u-boot a lot
slower but as we only see it once on boot this is unimportant in long
view so remove the -Os from build.

Signed-off-by: Graeme Gregory <dp@xora.org.uk>
14 years agolibsdl: use new .inc for 2.1.14 version
Henning Heinold [Tue, 8 Feb 2011 22:31:53 +0000 (23:31 +0100)]
libsdl: use new .inc for 2.1.14 version

* make autotools-usage and libtool2.4 from directfb generic,
  this fixes libsdl-x11 too
* switch to INC_PR

14 years agodisko: update git version, use INC_PR, re work disko.inc usage
Henning Heinold [Tue, 8 Feb 2011 22:24:59 +0000 (23:24 +0100)]
disko: update git version, use INC_PR, re work disko.inc usage

14 years agodisko: fix legacy staging
Henning Heinold [Tue, 8 Feb 2011 22:26:25 +0000 (23:26 +0100)]
disko: fix legacy staging

14 years agou-boot git: add missing patch to beagle. Thanks to Steve K for spotting that
Koen Kooi [Tue, 8 Feb 2011 20:00:16 +0000 (21:00 +0100)]
u-boot git: add missing patch to beagle. Thanks to Steve K for spotting that

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agodirectfb: update directfb 1.4 to directfb 1.4.11 and switch to INC_PR support
Henning Heinold [Tue, 8 Feb 2011 17:06:40 +0000 (18:06 +0100)]
directfb: update directfb 1.4 to directfb 1.4.11 and switch to INC_PR support

* remove directfb < 1.2 stuff from .inc file
* bump PR through INC_PR support

14 years agorootfs_deb.bbclass: fix alternatives handling
Filip Zyzniewski [Mon, 7 Feb 2011 04:12:05 +0000 (04:12 +0000)]
rootfs_deb.bbclass: fix alternatives handling

After fixing update-alternatives-native the command:
   rmdir ${IMAGE_ROOTFS}/var/dpkg/alternatives

fails, because the directory is not empty, and the command:
  ln -s ${libdir}/opkg/alternatives ${IMAGE_ROOTFS}/var/dpkg/alternatives

creates a dangling symlink, because we mkdir only the parent directory of
the target.

Fixes: mkdir -p the alternatives directory itself and move alternatives
definitions into it before rmdiring the original alternatives directory

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoupdate-alternatives-dpkg: make it work.
Filip Zyzniewski [Mon, 7 Feb 2011 04:01:59 +0000 (04:01 +0000)]
update-alternatives-dpkg: make it work.

Previous version of the recipe provided a non-functional version
of update-alternatives.

  * move from 1.13.25 to 1.14.29
    1.13.25 needed dpkg-gettext.pl which is not contained by
    dpkg-1.14.29.

  * patching the native one with update-alternatives-native.patch
    - remove absolute perl path from the shebang
    - handle a mix of build host and target host paths
    - patch contains a piece from the previous paths.patch

  * moved paths.patch application from the main inc file to 1.13.25
    recipes

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agodpkg-native: Fix the admindir location.
Filip Zyzniewski [Mon, 7 Feb 2011 02:00:35 +0000 (02:00 +0000)]
dpkg-native: Fix the admindir location.

Until now the admindir was specified as $STAGING_DIR_NATIVE/var/dpkg,
which caused update-alternatives to put alternative definitions there.
This patch causes the definitions to be put into the host's rootfs
during rootfs_deb_do_rootfs (when running busybox postinst for
example).

resulting line in Dpkg.pm: our $admindir="$ENV{D}/var/dpkg"

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoapt: remove references to not-built man pages.
Filip Zyzniewski [Mon, 7 Feb 2011 01:02:18 +0000 (01:02 +0000)]
apt: remove references to not-built man pages.

Manual pages are not being built because doxygen is currently not
supported by openembedded.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoapt_0.7.20.2: fixed compilation errors with gcc-4.4.
Filip Zyzniewski [Sun, 6 Feb 2011 23:56:47 +0000 (23:56 +0000)]
apt_0.7.20.2: fixed compilation errors with gcc-4.4.

Just like in apt-native_0.7.20.2.bb.
Related bugzilla entry: http://bugs.openembedded.org/show_bug.cgi?id=5511

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agorootfs_deb.bbclass: removed $(( ... )) operator usage.
Filip Zyzniewski [Sun, 6 Feb 2011 23:48:56 +0000 (23:48 +0000)]
rootfs_deb.bbclass: removed $(( ... )) operator usage.

Bitbake's pyshlex.py cannot parse it raising NotImplementedError in
line 295 (bitbake @ c8d8388ce9662574a390be3b849c07d1b044275d).

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolinux-omap 2.6.37: catch up with beagleboardtoys wifi rename
Koen Kooi [Tue, 8 Feb 2011 12:24:21 +0000 (13:24 +0100)]
linux-omap 2.6.37: catch up with beagleboardtoys wifi rename

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agou-boot git: beagleboard: add more expansionboards and rediff patches
Koen Kooi [Tue, 8 Feb 2011 11:30:34 +0000 (12:30 +0100)]
u-boot git: beagleboard: add more expansionboards and rediff patches

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolinux-libc-headers_2.6.31.bb: Fix build with make 3.82 for powerpc
Khem Raj [Mon, 7 Feb 2011 20:38:24 +0000 (12:38 -0800)]
linux-libc-headers_2.6.31.bb: Fix build with make 3.82 for powerpc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc, {e,}glibc: work around pstage install order issue
Chris Larson [Mon, 7 Feb 2011 20:15:57 +0000 (13:15 -0700)]
gcc, {e,}glibc: work around pstage install order issue

Note that this is dealt with differently in the sstate world, so this should
*not* go into the meta-oe/oe-core universe.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agolibglademm_2.4.1.bb: remove legacy staging, bump PR
Bernhard Guillon [Mon, 7 Feb 2011 13:20:00 +0000 (14:20 +0100)]
libglademm_2.4.1.bb: remove legacy staging, bump PR

*removing legacy staging also solve missing libglademm-2.4.pc problem

Signed-off-by: Bernhard Guillon <Bernhard.Guillon@opensimpad.org>
14 years agoangstrom source mirror: blacklist *.done as well
Koen Kooi [Mon, 7 Feb 2011 12:19:28 +0000 (13:19 +0100)]
angstrom source mirror: blacklist *.done as well

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolibgles-omap3: fix other devmem2 references and remove stale comment about non-TSPA...
Koen Kooi [Mon, 7 Feb 2011 11:41:08 +0000 (12:41 +0100)]
libgles-omap3: fix other devmem2 references and remove stale comment about non-TSPA releases

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agobusybox-1.18.2: add latest fixes
Eric Bénard [Sun, 6 Feb 2011 18:17:08 +0000 (19:17 +0100)]
busybox-1.18.2: add latest fixes

ping : fix IPv6 pinging
1bb52a9b73772d47a49bcaee0eb4eeb0c68b9b4c
udhcpc: fix a problem with binary-encoded options
fbea22056014a05a0c6619eb458d4955869b5e93
tar: update TAR_AUTODETECT

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agoangstrom source mirror: blacklist git2/ dir as well
Koen Kooi [Mon, 7 Feb 2011 10:27:46 +0000 (11:27 +0100)]
angstrom source mirror: blacklist git2/ dir as well

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