openembedded.git
14 years agolua-rs232: use standard prefix for Lua libraries
Petr Štetiar [Sun, 17 Oct 2010 10:49:44 +0000 (10:49 +0000)]
lua-rs232: use standard prefix for Lua libraries

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolua-filesystem: use standard prefix for Lua libraries
Petr Štetiar [Mon, 18 Oct 2010 07:44:26 +0000 (07:44 +0000)]
lua-filesystem: use standard prefix for Lua libraries

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agousermanual: update to new style staging
Paul Menzel [Tue, 19 Oct 2010 11:18:27 +0000 (13:18 +0200)]
usermanual: update to new style staging

Take a look at [1].

[1] http://wiki.openembedded.org/index.php/Legacy_staging

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogedit_2.30.0: Set `LICENSE` to GPLv2+ for real.
Paul Menzel [Tue, 19 Oct 2010 21:07:12 +0000 (23:07 +0200)]
gedit_2.30.0: Set `LICENSE` to GPLv2+ for real.

Set

In commit 860f29 [1] `LICENSE` was just set to `GPLv2` instead of `GPLv2+` in contrary to the commit message and the intention.

Thanks for Andreas Oberritter to spotting this [2].

[1] http://cgit.openembedded.net/cgit.cgi/openembedded/commit/?h=master&id=860f2947b54a29becb4686261026c205bf3b9358
[2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-October/025823.html

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agobusybox: add ts72xx hwclock-default file and modify hwclock.sh
Petr Štetiar [Tue, 19 Oct 2010 12:04:07 +0000 (12:04 +0000)]
busybox: add ts72xx hwclock-default file and modify hwclock.sh

This patch simplifies the hwclock.sh init script and adds a possibility to
fallback to default RTC device even if the device specified in HWCLOCKDEVICE
doesn't exist.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolinux-2.6.34: ts72xx - update the kernel patchset and defconfig
Petr Štetiar [Tue, 19 Oct 2010 12:03:22 +0000 (12:03 +0000)]
linux-2.6.34: ts72xx - update the kernel patchset and defconfig

- update the SD card patch so it works on ts7400 board also
- update CMDLINE and use UBIFS as rootfs by default
- add patch with fix for the ts72xx watchdog driver
- build what's possible as modules

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agots72xx: update machine config
Petr Štetiar [Tue, 19 Oct 2010 12:03:21 +0000 (12:03 +0000)]
ts72xx: update machine config

- add autoloading of common modules
- specify parameters for UBIFS image
- move CMDLINE to kernel
- update MACHINE_FEATURES
- specify KERNEL_IMAGETYPE

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibsigc++-1.2.5: convert to new style staging
Andreas Oberritter [Wed, 20 Oct 2010 04:48:59 +0000 (04:48 +0000)]
libsigc++-1.2.5: convert to new style staging

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolinux-gumstix-2.6.15 & gumstix_2.6.5-gnalm1: removed outdated recipes
Ash Charles [Mon, 18 Oct 2010 11:05:33 +0000 (11:05 +0000)]
linux-gumstix-2.6.15 & gumstix_2.6.5-gnalm1: removed outdated recipes

* removed two old recipes in the linux kernel with pre-2.6.20 kernel
   as suggested by Marcin's RFC of 20 Oct 2010.
Signed-off-by: Ash Charles <ash@gumstix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agonail_11.21.bb: Fix build failure due to dumbness in a configure-like script.
Graham Gower [Mon, 18 Oct 2010 20:14:06 +0000 (20:14 +0000)]
nail_11.21.bb: Fix build failure due to dumbness in a configure-like script.

Presumably this build failure is due to a race condition, whereby the LIBS
file contains some garbage when it is autogenerated by the 'makeconfig' script.

mipsel-oe-linux-gcc -march=mips32 -L/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib -Wl,-rpath-link,/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib -Wl,-O1 aux.o base64.o cache.o cmd1.o cmd2.o cmd3.o cmdtab.o collect.o dotlock.o edit.o fio.o getname.o getopt.o head.o hmac.o imap.o imap_search.o junk.o lex.o list.o lzw.o macro.o maildir.o main.o md5.o mime.o names.o nss.o openssl.o pop3.o popen.o quit.o send.o sendout.o smtp.o ssl.o strings.o temp.o thread.o tty.o v7.local.o vars.o version.o `grep '^[^#]' LIBS`  -o nail
mipsel-oe-linux-gcc: o: No such file or directory
mipsel-oe-linux-gcc: make: No such file or directory
mipsel-oe-linux-gcc: grep: No such file or directory
mipsel-oe-linux-gcc: happy: No such file or directory
make: *** [nail] Error 1

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoxoscope_1.12.bb: Fix build failure when comedilib has already been staged.
Graham Gower [Mon, 18 Oct 2010 20:13:27 +0000 (20:13 +0000)]
xoscope_1.12.bb: Fix build failure when comedilib has already been staged.

If comedilib is already staged, xoscope tries to use it and fails to build.

mipsel-oe-linux-gcc -march=mips32 -DHAVE_CONFIG_H -I. -I.. -I/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include/gtk-1.2 -I/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include/glib-1.2 -I/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib/glib/include  -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include  -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -Wall -MT callbacks.o -MD -MP -MF .deps/callbacks.Tpo -c -o callbacks.o callbacks.c
callbacks.c:29:19: error: static declaration of 'window' follows non-static declaration
callbacks.h:3:19: note: previous declaration of 'window' was here
make[2]: *** [callbacks.o] Error 1
make[2]: Leaving directory `/mnt/oe/tmp/work/mipsel-oe-linux/xoscope-1.12-r1/xoscope-1.12/comedi-glade-src'

So disable comedilib support at configure time. I assume since comedi is new
to the tree this year and xoscope was added years ago, that comedi support
is not desired.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoqpe-libgaim_1.5.0.bb: Add new location of glib-2.0 headers to compiler include file...
Khem Raj [Wed, 20 Oct 2010 22:53:54 +0000 (15:53 -0700)]
qpe-libgaim_1.5.0.bb: Add new location of glib-2.0 headers to compiler include file search

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agotoolchain-external: fix circular recursion if TOOLCHAIN_VENDOR is not defined
Denys Dmytriyenko [Thu, 21 Oct 2010 00:03:04 +0000 (20:03 -0400)]
toolchain-external: fix circular recursion if TOOLCHAIN_VENDOR is not defined

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agosharp-binary-only: remove unused libs/utils for Zaurus
Andrea Adami [Wed, 20 Oct 2010 23:38:26 +0000 (01:38 +0200)]
sharp-binary-only: remove unused libs/utils for Zaurus

14 years agosharprom-toolchain: remove now obsoleted/unbuildable toolchain
Andrea Adami [Wed, 20 Oct 2010 23:36:50 +0000 (01:36 +0200)]
sharprom-toolchain: remove now obsoleted/unbuildable toolchain

14 years agoconf/distro/include: remove obsolete preferred-opie-versions.inc
Paul Eggleton [Wed, 20 Oct 2010 23:30:48 +0000 (00:30 +0100)]
conf/distro/include: remove obsolete preferred-opie-versions.inc

  Specific version include files should now be used - this old one points
  to 1.2.2 which is no longer supported in the OE dev branch.

14 years agolinux-kexecboot: set INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"
Andrea Adami [Wed, 20 Oct 2010 22:53:41 +0000 (00:53 +0200)]
linux-kexecboot: set INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"

* initramfs-kexecboot-image is now *libc agnostic

14 years agoinitramfs-kexecboot-klibc-image: klibc variant of initramfs-kexecboot-image
Andrea Adami [Sat, 9 Oct 2010 23:49:12 +0000 (01:49 +0200)]
initramfs-kexecboot-klibc-image: klibc variant of initramfs-kexecboot-image

14 years agokexec-tools: explicit packaging of kexec and kdump
Andrea Adami [Sat, 9 Oct 2010 23:42:28 +0000 (01:42 +0200)]
kexec-tools: explicit packaging of kexec and kdump

14 years agokexecboot: split kexecboot-klibc recipe and oe-stylize
Andrea Adami [Sat, 9 Oct 2010 23:41:11 +0000 (01:41 +0200)]
kexecboot: split kexecboot-klibc recipe and oe-stylize

14 years agozaurus-utils: apply oe-stylize
Andrea Adami [Sat, 9 Oct 2010 13:18:13 +0000 (15:18 +0200)]
zaurus-utils: apply oe-stylize

14 years agoexpat: set acpaths=, not =+
Chris Larson [Wed, 20 Oct 2010 22:19:29 +0000 (15:19 -0700)]
expat: set acpaths=, not =+

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agobinutils.inc: Use anon python to grok CONFIGUREOPTS
Khem Raj [Wed, 20 Oct 2010 21:45:13 +0000 (14:45 -0700)]
binutils.inc: Use anon python to grok CONFIGUREOPTS

* Immediate evaluation worked fine when the package was for target
  but failed for cross because cross bbclass is inherited after
  this evaluation happens and the configure parameters are pre
  evaluated which are incorrect for binutils-cross build, therefore
  we need to evaluate this expression at very end of parsing the recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agopreferred-gpe-versions: remove now unused files.
Andrea Adami [Wed, 20 Oct 2010 21:44:51 +0000 (23:44 +0200)]
preferred-gpe-versions: remove now unused files.

14 years agoamsdelta-oe.conf: no need to specify preferred-gpe-versions-2.8
Andrea Adami [Wed, 20 Oct 2010 21:40:54 +0000 (23:40 +0200)]
amsdelta-oe.conf: no need to specify preferred-gpe-versions-2.8

* default should work flawlessy (implicitly ack'ed on irc by GPE maintainer)

14 years agosharprom-compatible: remove unmaintained distro.
Andrea Adami [Wed, 20 Oct 2010 21:34:21 +0000 (23:34 +0200)]
sharprom-compatible: remove unmaintained distro.

* embedix-2.4 kernels have been moved to obsolete
* external toolchain with gcc-2.95 was required
* ack'ed by the former OpenZaurus maintainers

14 years agoexpat: use INC_PR, set acpaths
Chris Larson [Wed, 20 Oct 2010 19:28:13 +0000 (12:28 -0700)]
expat: use INC_PR, set acpaths

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agodiffstat: fetch from upstream
Chris Larson [Wed, 20 Oct 2010 19:28:41 +0000 (12:28 -0700)]
diffstat: fetch from upstream

Upstream has archived version tarballs, so it seems, so stop relying on debian
for the fetching.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agodistro, toolchain-external: override TARGET_VENDOR with TOOLCHAIN_VENDOR
Ben Gardiner [Wed, 13 Oct 2010 11:26:25 +0000 (11:26 +0000)]
distro, toolchain-external: override TARGET_VENDOR with TOOLCHAIN_VENDOR

Trying to use an external toolchain like the 2009q1 toolchain from codesourcery
has some strange results since the toolchain has vendor 'none' but
distributions like angstrom set TARGET_VENDOR unconditionally.

This patch overrides the TARGET_VENDOR with the value of TOOLCHAIN_VENDOR,
if set. TOOLCHAIN_VENDOR can be set in the local configuration alongside the
other TOOLCHAIN_* variables. The override is performed in
toolchain-external.inc, as suggested by Koen Kooi [1]. It also reorders the
inclusion of the distro and toolchain-* so that toolchain-external can override
the value of TARGET_VENDOR, as suggested by Denys Dmytriyenko [2].

Tested with angstrom-2008.1 and the codesourcery 2009q1 toolchain by assigning
TOOLCHAIN_VENDOR = "-none"
TOOLCHAIN_TYPE = "external"
TOOLCHAIN_BRAND = "csl"
in addition to putting the CSL in the PATH.

[1] http://thread.gmane.org/gmane.comp.handhelds.openembedded/37918/focus=38047
[2] http://thread.gmane.org/gmane.comp.handhelds.openembedded/38176/focus=38188

Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca>
CC: Koen Kooi <k.kooi@student.utwente.nl>
CC: Víctor M. Jáquez L. <vjaquez@igalia.com>
CC: CC: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agolinux-openmoko-2.6.34: add patch for jitter less ts
Martin Jansa [Wed, 20 Oct 2010 18:55:00 +0000 (20:55 +0200)]
linux-openmoko-2.6.34: add patch for jitter less ts

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agobinutils: bump INC_PR to force rebuild
Koen Kooi [Wed, 20 Oct 2010 18:32:43 +0000 (20:32 +0200)]
binutils: bump INC_PR to force rebuild

14 years agogcc-4.5.inc: Backport gcc trunk svn revision 165495 to fix ICE on udev
Khem Raj [Wed, 20 Oct 2010 17:55:57 +0000 (10:55 -0700)]
gcc-4.5.inc: Backport gcc trunk svn revision 165495 to fix ICE on udev

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agocoreutils-6.0: apply patch for USE_STATVFS
Chris Larson [Sun, 17 Oct 2010 06:14:20 +0000 (23:14 -0700)]
coreutils-6.0: apply patch for USE_STATVFS

Fixes compile error on platforms where statvfs does not have an f_type member
(e.g. OSX).  See
http://www.mail-archive.com/bug-coreutils@gnu.org/msg06552.html for details.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoquilt-native: remove '?' url in _append_build-darwin..
Chris Larson [Sat, 16 Oct 2010 03:23:02 +0000 (20:23 -0700)]
quilt-native: remove '?' url in _append_build-darwin..

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agolibice: add 1.0.7
Martin Jansa [Wed, 20 Oct 2010 16:25:36 +0000 (18:25 +0200)]
libice: add 1.0.7

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxserver-xorg_git: bump SRCREV
Martin Jansa [Wed, 20 Oct 2010 15:23:58 +0000 (17:23 +0200)]
xserver-xorg_git: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agobinutils.inc: Dont filter out all --with-sysroot strings
Khem Raj [Wed, 20 Oct 2010 15:20:47 +0000 (08:20 -0700)]
binutils.inc: Dont filter out all --with-sysroot strings

* Binutils.inc is included into cross recipes because the
  cross recipes include target recipe. We only need to remove
  --with-sysroot full word only and not --with-systoot=...

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoangstrom feed sorter: optimize duplicate finder and add toggle for updater
Koen Kooi [Wed, 20 Oct 2010 13:44:04 +0000 (15:44 +0200)]
angstrom feed sorter: optimize duplicate finder and add toggle for updater

14 years agolibxml2: enable debug module (default is on)
Martin Jansa [Wed, 20 Oct 2010 11:39:35 +0000 (13:39 +0200)]
libxml2: enable debug module (default is on)

* it's not runtime debug (--with-run-debug or --with-mem-debug)
* it's needed by python API (which is not limited to provide bindings
  based on enabled modules so ie python call param_node.lsCountNode()
  always calls libxml2mod.xmlLsCountNode(self._o), but this function is
  available only with debug module enabled.
* unfortunately mesa build calls this python API from generator

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agomesa-7.9: add talloc dependency
Martin Jansa [Wed, 20 Oct 2010 10:56:05 +0000 (12:56 +0200)]
mesa-7.9: add talloc dependency

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux-openmoko-2.6.34: add patch from qtmoko for resume_reason
Martin Jansa [Wed, 20 Oct 2010 09:30:03 +0000 (11:30 +0200)]
linux-openmoko-2.6.34: add patch from qtmoko for resume_reason

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agomesa-7.8.2: remove D_P_shr as we want 7.9 now
Martin Jansa [Wed, 20 Oct 2010 09:11:24 +0000 (11:11 +0200)]
mesa-7.8.2: remove D_P_shr as we want 7.9 now

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agomesa: add 7.9 release
Martin Jansa [Tue, 5 Oct 2010 18:53:42 +0000 (20:53 +0200)]
mesa: add 7.9 release

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agotalloc: add recipe for talloc, needed by new mesa releases
Martin Jansa [Tue, 5 Oct 2010 22:03:24 +0000 (00:03 +0200)]
talloc: add recipe for talloc, needed by new mesa releases

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopalmpre: add some utilities to MACHINE_EXTRA_RDEPEND
Simon Busch [Mon, 4 Oct 2010 10:29:18 +0000 (12:29 +0200)]
palmpre: add some utilities to MACHINE_EXTRA_RDEPEND

Some utilities are essential for the palmpre but no other machine so the machine config
rdepends on them. They will be installed in an image via task-base.

Signed-off-by: Simon Busch <morphis@gravedo.de>
14 years agoxserver-xorg-conf: switch from plain tslib access to evdev for touchscreen on palmpre...
Simon Busch [Thu, 30 Sep 2010 12:37:00 +0000 (14:37 +0200)]
xserver-xorg-conf: switch from plain tslib access to evdev for touchscreen on palmpre machine

Signed-off-by: Simon Busch <morphis@gravedo.de>
14 years agoinitscripts-shr: add mountdevtmpfs init script for palmpre machine
Simon Busch [Thu, 30 Sep 2010 12:34:20 +0000 (14:34 +0200)]
initscripts-shr: add mountdevtmpfs init script for palmpre machine

On the palmpre machine we are currently come into the SHR rootfs through mounting it from
/boot and switch the rootfs via pivot_root. So we can't automatically mount devtmpfs on
/dev. Instead we do this right after SHR begins to boot and before any other filesystem is
mounted on the new rootfs.

Signed-off-by: Simon Busch <morphis@gravedo.de>
Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
14 years agolinux-palmpre: enable devtmpfs per default but do not auto mount it
Simon Busch [Thu, 30 Sep 2010 12:23:29 +0000 (14:23 +0200)]
linux-palmpre: enable devtmpfs per default but do not auto mount it

Signed-off-by: Simon Busch <morphis@gravedo.de>
14 years agolinux-palmpre: bump git SRCREV for devtmpfs support
Simon Busch [Thu, 30 Sep 2010 12:20:39 +0000 (14:20 +0200)]
linux-palmpre: bump git SRCREV for devtmpfs support

Signed-off-by: Simon Busch <morphis@gravedo.de>
14 years agotslib: fix typo in palmpre machine ts.conf file and switch to raw module
Simon Busch [Wed, 29 Sep 2010 16:22:27 +0000 (18:22 +0200)]
tslib: fix typo in palmpre machine ts.conf file and switch to raw module

Signed-off-by: Simon Busch <morphis@gravedo.de>
14 years agopalmpre-audio-scripts: add initial version
Simon Busch [Wed, 29 Sep 2010 05:04:44 +0000 (07:04 +0200)]
palmpre-audio-scripts: add initial version

For the palmpre machine some special audio scripts are needed to do audio routing, as it
is not possible to do audio routing with common tools used on other machines.

Signed-off-by: Simon Busch <morphis@gravedo.de>
14 years agotellbootie: add initial git version
Simon Busch [Wed, 29 Sep 2010 05:02:12 +0000 (07:02 +0200)]
tellbootie: add initial git version

tellbootie is a little utility for the palmpre machine which tells the bootloader over
some spare space in the memory about what to do on next restart (e.g. fall in recovery
mode).

Signed-off-by: Simon Busch <morphis@gravedo.de>
14 years agoinitscripts-shr: remove unused usb-gadget script for palmpre machine
Simon Busch [Wed, 29 Sep 2010 04:42:59 +0000 (06:42 +0200)]
initscripts-shr: remove unused usb-gadget script for palmpre machine

This script was resonsible for activating networking over usb but is not needed anymore as
our default kernel for the palmpre machine activates usb networking per default.

Signed-off-by: Simon Busch <morphis@gravedo.de>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agotslib: add patch for git version to compile cy8mrln plugin
Simon Busch [Sat, 18 Sep 2010 14:13:58 +0000 (16:13 +0200)]
tslib: add patch for git version to compile cy8mrln plugin

The cy8mrln plugin needs the cy8mrln.h which is shipped with the kernel but currently not
deployed by any kernel-headers packages. So we include the header file for now directly
within tslib.

Signed-off-by: Simon Busch <morphis@gravedo.de>
14 years agonetbase: powerup usb0 interface automatically on palmpre machine
Simon Busch [Sat, 18 Sep 2010 08:26:56 +0000 (10:26 +0200)]
netbase: powerup usb0 interface automatically on palmpre machine

Signed-off-by: Simon Busch <morphis@gravedo.de>
14 years agotsmd: add initial recipe
Simon Busch [Wed, 8 Sep 2010 20:09:33 +0000 (22:09 +0200)]
tsmd: add initial recipe

tsmd is a touchscreen management daemon for the palmpre machine. It has juast one simple
task to do: It open's the touchscreen dev node on /dev/touchscreen, process it's data with
tslib and forward all input events to uinput dev node.

Signed-off-by: Simon Busch <morphis@gravedo.de>
14 years agoread-tokens: add initial git version
Simon Busch [Fri, 17 Sep 2010 04:53:17 +0000 (06:53 +0200)]
read-tokens: add initial git version

read-tokens is a little utility especially for the palmpre. It reads so alled 'tokens'
from the internal flash and stores them in a key-value file so other system components can
read them from there.

Signed-off-by: Simon Busch <morphis@gravedo.de>
14 years agotslib: adjust various recipe settings for the palmpre machine
Simon Busch [Fri, 17 Sep 2010 04:42:06 +0000 (06:42 +0200)]
tslib: adjust various recipe settings for the palmpre machine

* set PACKAGE_ARCH = "${MACHINE_ARCH}" for palmpre machine
* provide special EXTRA_CONF setting to build plugin for the cy8mrln touchscreen

Signed-off-by: Simon Busch <morphis@gravedo.de>
14 years agoangstrom next: switch to pango 1.28.3
Koen Kooi [Wed, 20 Oct 2010 07:18:28 +0000 (09:18 +0200)]
angstrom next: switch to pango 1.28.3

14 years agoegl: Add tu816x as combatible SOC_FAMILY
Roger Monk [Wed, 20 Oct 2010 06:53:09 +0000 (08:53 +0200)]
egl: Add tu816x as combatible SOC_FAMILY

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agogst-plugins-ugly: add 0.10.16
Denys Dmytriyenko [Wed, 20 Oct 2010 04:56:09 +0000 (00:56 -0400)]
gst-plugins-ugly: add 0.10.16

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agogst-plugins-good: add 0.10.25
Denys Dmytriyenko [Wed, 20 Oct 2010 04:55:43 +0000 (00:55 -0400)]
gst-plugins-good: add 0.10.25

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agobinutils.inc: Filter out --with-sysroot for target binutils
Khem Raj [Wed, 20 Oct 2010 03:08:40 +0000 (20:08 -0700)]
binutils.inc: Filter out --with-sysroot for target binutils

* This is not needed but libtool 2.4 will add it so we filter
  it out here.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-configure-target.inc: Filter out --with-sysroot
Khem Raj [Tue, 19 Oct 2010 19:12:07 +0000 (12:12 -0700)]
gcc-configure-target.inc: Filter out --with-sysroot

* For target gcc we dont need to specify --with-sysroot
  even with libtool 2.4

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoautotools.bbclass: Move --with-sysroot to CONFIGUREOPTS
Khem Raj [Tue, 19 Oct 2010 19:07:25 +0000 (12:07 -0700)]
autotools.bbclass: Move --with-sysroot to CONFIGUREOPTS

* This is added to CONFIGUREOPTS so it can be filtered out
  when needed. Recipes like gcc need this to be filtered

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoconf/distro/include: Remove preferred-opie-cvs-versions.inc.
Paul Eggleton [Tue, 19 Oct 2010 22:46:08 +0000 (23:46 +0100)]
conf/distro/include: Remove preferred-opie-cvs-versions.inc.

  This include file is now obsolete; persons wishing to build the latest
  development version of Opie should now build from git by including
  preferred-opie-git-versions.inc instead.

14 years agoopie-mediaplayer2: remove reference to OPIE_CVS_PV and default OPIE_GIT_PV if not set
Paul Eggleton [Tue, 19 Oct 2010 22:42:39 +0000 (23:42 +0100)]
opie-mediaplayer2: remove reference to OPIE_CVS_PV and default OPIE_GIT_PV if not set

  I'm a bit skeptical of having these defaults; anyone building Opie from git
  *should* be including preferred-opie-git-versions.inc and not trying to build
  without doing so. For consistency however I'm including the defaults here.

14 years agoqt4: move QtDeclarative to qt4.inc
Koen Kooi [Tue, 19 Oct 2010 21:22:04 +0000 (23:22 +0200)]
qt4: move QtDeclarative to qt4.inc

* This avoids pulling in Qt 4.7.0 into meta-toolchain-qte when 4.6.3 is specified
* No further changes in behaviour or packaging

14 years agotransmission_2.04.bb: added checksums
Frans Meulenbroeks [Tue, 19 Oct 2010 21:11:07 +0000 (23:11 +0200)]
transmission_2.04.bb: added checksums

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolibtorrent: added xmlrpc support
Frans Meulenbroeks [Tue, 19 Oct 2010 20:47:57 +0000 (22:47 +0200)]
libtorrent: added xmlrpc support

so web clients can interface with it

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoxmlrpc-c: add inherit binconfig
Frans Meulenbroeks [Tue, 19 Oct 2010 20:47:04 +0000 (22:47 +0200)]
xmlrpc-c: add inherit binconfig

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolighttpd_1.4.28.bb: added checksums
Frans Meulenbroeks [Tue, 19 Oct 2010 18:49:05 +0000 (20:49 +0200)]
lighttpd_1.4.28.bb: added checksums

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agopreferred-shr-versions: choose git version of tslib as default
Simon Busch [Tue, 19 Oct 2010 02:46:41 +0000 (02:46 +0000)]
preferred-shr-versions: choose git version of tslib as default

Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoinsane-srcrevs: remove AUTOREV for obsolete openmoko recipes
Martin Jansa [Tue, 19 Oct 2010 09:35:44 +0000 (11:35 +0200)]
insane-srcrevs: remove AUTOREV for obsolete openmoko recipes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoremoval: add entry for removing obsoleted openmoko recipes
Martin Jansa [Tue, 19 Oct 2010 08:07:04 +0000 (10:07 +0200)]
removal: add entry for removing obsoleted openmoko recipes

Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agosettingsgui: move both versions to obsolete, nobody have it in task/images now
Martin Jansa [Tue, 19 Oct 2010 08:07:57 +0000 (10:07 +0200)]
settingsgui: move both versions to obsolete, nobody have it in task/images now

Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoopenmoko: move initscripts, psplash, alsa-scenarios also to obsolete
Martin Jansa [Tue, 19 Oct 2010 08:02:21 +0000 (10:02 +0200)]
openmoko: move initscripts, psplash, alsa-scenarios also to obsolete

Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoopenmoko: remove openmoko directories used from FILESPATH as openmoko distribution...
Martin Jansa [Tue, 19 Oct 2010 07:55:50 +0000 (09:55 +0200)]
openmoko: remove openmoko directories used from FILESPATH as openmoko distribution was obsoleted on Aug 2010

Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux-openmoko: obsolete 2.6.24 and 2.6.28
Martin Jansa [Tue, 19 Oct 2010 07:52:01 +0000 (09:52 +0200)]
linux-openmoko: obsolete 2.6.24 and 2.6.28

Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoom-3d7k: remove machine definition, because it was canceled long time ago
Martin Jansa [Tue, 19 Oct 2010 07:48:24 +0000 (09:48 +0200)]
om-3d7k: remove machine definition, because it was canceled long time ago

Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoopenmoko: obsolete old openmoko classes and recipes using those
Martin Jansa [Tue, 19 Oct 2010 07:44:01 +0000 (09:44 +0200)]
openmoko: obsolete old openmoko classes and recipes using those

Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoopenmoko: obsolete tasks and images, openmoko as distribution was obsoleted on Aug...
Martin Jansa [Tue, 19 Oct 2010 07:22:55 +0000 (09:22 +0200)]
openmoko: obsolete tasks and images, openmoko as distribution was obsoleted on Aug 10, 2010.

Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolibmokoui2, openmoko-apps: move to obsolete as libmokoui2 doesn't build for a while...
Martin Jansa [Tue, 19 Oct 2010 07:01:54 +0000 (09:01 +0200)]
libmokoui2, openmoko-apps: move to obsolete as libmokoui2 doesn't build for a while and nobody cares to fix it

Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoangstrom/build-feeds: remove openmoko targets
Martin Jansa [Tue, 19 Oct 2010 07:25:28 +0000 (09:25 +0200)]
angstrom/build-feeds: remove openmoko targets

Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoangstrom/sort.sh: remove om-3d7k as it was canceled long time ago
Martin Jansa [Tue, 19 Oct 2010 07:47:53 +0000 (09:47 +0200)]
angstrom/sort.sh: remove om-3d7k as it was canceled long time ago

Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agometa-angstrom-2007: remove openmoko-browser2 which was moved to obsoleted
Martin Jansa [Tue, 19 Oct 2010 07:15:25 +0000 (09:15 +0200)]
meta-angstrom-2007: remove openmoko-browser2 which was moved to obsoleted

Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agofso-image: remove obsoleted openmoko stuff
Martin Jansa [Tue, 19 Oct 2010 07:14:48 +0000 (09:14 +0200)]
fso-image: remove obsoleted openmoko stuff

Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolibsdl-directfb: use the options of our patched autoreconf, to prevent autoheader
Henning Heinold [Tue, 19 Oct 2010 18:36:30 +0000 (20:36 +0200)]
libsdl-directfb: use the options of our patched autoreconf, to prevent autoheader

* thank's kergoth for the hint
* no functional changes so no bump of PR's

14 years agopango: add 1.28.3
Koen Kooi [Tue, 19 Oct 2010 18:27:20 +0000 (20:27 +0200)]
pango: add 1.28.3

14 years agotask-sdk-gnuradio-native: Stop build failures due to missing packages.
Philip Balister [Tue, 19 Oct 2010 17:49:38 +0000 (13:49 -0400)]
task-sdk-gnuradio-native: Stop build failures due to missing packages.

14 years agognuradio: Drop DEPENDS on sdcc now that we use uhd for usrp interfaces/
Philip Balister [Tue, 19 Oct 2010 17:48:25 +0000 (13:48 -0400)]
gnuradio: Drop DEPENDS on sdcc now that we use uhd for usrp interfaces/

14 years agovim: Add new package vim-vimrc that installs a vimrc that makes me happy.
Philip Balister [Tue, 19 Oct 2010 17:46:08 +0000 (13:46 -0400)]
vim: Add new package vim-vimrc that installs a vimrc that makes me happy.

14 years agooestats-client.bbclass: send USERDISTRO value
Petr Štetiar [Fri, 15 Oct 2010 22:49:48 +0000 (22:49 +0000)]
oestats-client.bbclass: send USERDISTRO value

With this patch it's now possible to see the correct Angstrom distro version
in the Tinderbox. Now the distribution value is always 'angstrom', with this
patch it would be more detailed version 'angstrom-2008.1' for example.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agognome-games: update 2.30.x to 2.30.2 and add 2.32.0
Koen Kooi [Tue, 19 Oct 2010 14:58:53 +0000 (16:58 +0200)]
gnome-games: update 2.30.x to 2.30.2 and add 2.32.0

14 years agoqt4: replace underscore with dash in library name
Chase Maupin [Tue, 12 Oct 2010 03:25:13 +0000 (03:25 +0000)]
qt4: replace underscore with dash in library name

* For libraries that are added to the QT_LIB_NAMES or
  QT_EXTRA_LIBS variables replace any "_" characters in the
  library name with "-" for use in the package name.
* The actual library file names are left alone.
* Bump the PR for packages using qt4.inc

Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Holger Hans Peter Freyther <holger@moiji-mobile.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolibsdl-directfb: update to 1.2.14
Andreas Oberritter [Sun, 17 Oct 2010 12:20:18 +0000 (12:20 +0000)]
libsdl-directfb: update to 1.2.14

Changes since v1:
* removed patches.
* use autoreconf to update libtool etc.
* inherit lib_package
* dropped some unused configure options.
* ran oe-stylize.py

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by:: Henning Heinold <heinold@inf.fu-berlin.de>

14 years agodirectfb-1.4.6: fix packaging
Andreas Oberritter [Sun, 17 Oct 2010 11:12:05 +0000 (11:12 +0000)]
directfb-1.4.6: fix packaging

* Files were searched in the wrong directory, because $RV was wrong.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by:: Henning Heinold <heinold@inf.fu-berlin.de>

14 years agotiwlan-wl1271: add kernel drivers and loaders for the wifi portion of a wl1271 chipset
Koen Kooi [Tue, 19 Oct 2010 13:01:03 +0000 (15:01 +0200)]
tiwlan-wl1271: add kernel drivers and loaders for the wifi portion of a wl1271 chipset

* based on the ubuntu makefiles, so still a messy wrt OE style

14 years agomodule bbclass: add KERNEL_DIR for ubunutu style modules
Koen Kooi [Tue, 19 Oct 2010 13:00:17 +0000 (15:00 +0200)]
module bbclass: add KERNEL_DIR for ubunutu style modules

14 years agodietlibc: move do_stage to do_install
Henning Heinold [Tue, 19 Oct 2010 13:47:26 +0000 (15:47 +0200)]
dietlibc: move do_stage to do_install

* bump INC_PR