openembedded.git
14 years agotask-shr-feed: add maxima
Martin Jansa [Fri, 23 Jul 2010 05:18:41 +0000 (07:18 +0200)]
task-shr-feed: add maxima

14 years agomaxima: add recipe, tool for algebraic calculation
David Lanzendörfer [Thu, 22 Jul 2010 13:34:58 +0000 (13:34 +0000)]
maxima: add recipe, tool for algebraic calculation

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agofsogsmd: temporarily disable palm pre support, until upstream has been sorted out
Michael 'Mickey' Lauer [Fri, 23 Jul 2010 21:00:56 +0000 (23:00 +0200)]
fsogsmd: temporarily disable palm pre support, until upstream has been sorted out

14 years agoEFL: bump SRCREV
Martin Jansa [Thu, 22 Jul 2010 22:34:53 +0000 (00:34 +0200)]
EFL: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux_git: bump SRCREV for rc6, enable PLATFORM_PATA for spitz
Martin Jansa [Mon, 19 Jul 2010 12:52:17 +0000 (14:52 +0200)]
linux_git: bump SRCREV for rc6, enable PLATFORM_PATA for spitz

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoconf/machine/include/nios2.inc: removed pinnings
Frans Meulenbroeks [Thu, 22 Jul 2010 20:47:21 +0000 (22:47 +0200)]
conf/machine/include/nios2.inc: removed pinnings

removed the pinnings of gcc, glibc, binutils etc
these are not needed any more now the recipes involved
have COMPATIBLE_TARGET_SYS to protect against usage
of recipes that do not support nios2

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agobinutils_2.20.1: commented out enabling for nios2
Frans Meulenbroeks [Thu, 22 Jul 2010 20:45:48 +0000 (22:45 +0200)]
binutils_2.20.1: commented out enabling for nios2

commented out enabling for nios2 as there is an open issue
with ld; will enable again once I fixed the issue

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agogcc: added COMPATIBLE_TARGET_SYS
Frans Meulenbroeks [Thu, 22 Jul 2010 20:42:45 +0000 (22:42 +0200)]
gcc: added COMPATIBLE_TARGET_SYS

added COMPATIBLE_TARGET_SYS ?= "(?!nios2)" to the gcc-common.inc file
and COMPATIBLE_TARGET_SYS = "." to the only recipe that does
support nios2 (gcc-4.2.1.bb)

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolinux-openmoko-2.6.32: make defconfig more modularized and disable preempt
Martin Jansa [Wed, 21 Jul 2010 12:20:32 +0000 (14:20 +0200)]
linux-openmoko-2.6.32: make defconfig more modularized and disable preempt

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux-openmoko-2.6.32: update stable patch to 2.6.32.16, rebase some patches and...
Martin Jansa [Wed, 21 Jul 2010 09:03:25 +0000 (11:03 +0200)]
linux-openmoko-2.6.32: update stable patch to 2.6.32.16, rebase some patches and add possible WS fix

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agocornucopia.inc: bump FSO_CORNUCOPIA_SRCREV to get SetFunctionality fixes of fsogsmd
Klaus Kurzmann [Thu, 22 Jul 2010 19:46:53 +0000 (21:46 +0200)]
cornucopia.inc: bump FSO_CORNUCOPIA_SRCREV to get SetFunctionality fixes of fsogsmd

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
14 years agoglibc.inc: changned = to ?= in COMPATIBLE_TARGET_SYS assignment
Frans Meulenbroeks [Thu, 22 Jul 2010 19:24:03 +0000 (21:24 +0200)]
glibc.inc: changned = to ?= in COMPATIBLE_TARGET_SYS assignment

replaced = by ?= apparently this fell out of the file somewhere

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoglibc: added COMPATIBLE_TARGET_SYS
Frans Meulenbroeks [Thu, 22 Jul 2010 19:21:28 +0000 (21:21 +0200)]
glibc: added COMPATIBLE_TARGET_SYS

added COMPATIBLE_TARGET_SYS ?= "(?!nios2)" to the glibc.inc file
and COMPATIBLE_TARGET_SYS = "." to the only recipe that does
support nios2 (glibc_2.5.bb)

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agogcc-4.5.inc: Bump SRCREV to latest git tip.
Khem Raj [Thu, 22 Jul 2010 18:31:59 +0000 (11:31 -0700)]
gcc-4.5.inc: Bump SRCREV to latest git tip.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agosanity.bbclass, abi_version.conf: Bump the ABI to inform that cross has died.
Khem Raj [Wed, 21 Jul 2010 17:55:59 +0000 (10:55 -0700)]
sanity.bbclass, abi_version.conf: Bump the ABI to inform that cross has died.

* tmpdir layout is changed bump ABI version to force a rebuild.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Ackef-by: Chris Larson <clarson@kergoth.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
14 years agorecipes: Fix references to CROSS_DIR
Khem Raj [Wed, 21 Jul 2010 17:54:53 +0000 (10:54 -0700)]
recipes: Fix references to CROSS_DIR

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Ackef-by: Chris Larson <clarson@kergoth.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
14 years agotoolchain: Remove references to CROSS_DIR
Khem Raj [Wed, 21 Jul 2010 17:51:16 +0000 (10:51 -0700)]
toolchain: Remove references to CROSS_DIR

* Toolchain is installed into native sysroot now.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Ackef-by: Chris Larson <clarson@kergoth.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
14 years agoclasses,bitbake.conf: Remove CROSS_DIR, install cross-packages into native sysroot
Khem Raj [Wed, 21 Jul 2010 17:42:38 +0000 (10:42 -0700)]
classes,bitbake.conf: Remove CROSS_DIR, install cross-packages into native sysroot

* Update references to CROSS_DIR in classes and bitbake.conf.
* This patch is based on Joshua Lock's work in poky.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Ackef-by: Chris Larson <clarson@kergoth.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
14 years agolinux-omap-psp 2.6.32: fix cpuidle in multiconfig
Koen Kooi [Thu, 22 Jul 2010 12:18:44 +0000 (14:18 +0200)]
linux-omap-psp 2.6.32: fix cpuidle in multiconfig

14 years agopython-pygtk2: install .pc file
Koen Kooi [Thu, 22 Jul 2010 12:09:54 +0000 (14:09 +0200)]
python-pygtk2: install .pc file

14 years agolinux-omap-psp 2.6.32: add patch to fix USER button on xM and turn on core dumps
Koen Kooi [Thu, 22 Jul 2010 11:15:14 +0000 (13:15 +0200)]
linux-omap-psp 2.6.32: add patch to fix USER button on xM and turn on core dumps

14 years agocoreutils: LICENSE for versions after 6.9 is GPLv3.
Marc Olzheim [Wed, 21 Jul 2010 23:26:18 +0000 (23:26 +0000)]
coreutils: LICENSE for versions after 6.9 is GPLv3.

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoopenjdk-6: fix filespath so jvm.cfg is found and remove poky-stuff
Henning Heinold [Thu, 22 Jul 2010 07:49:59 +0000 (09:49 +0200)]
openjdk-6: fix filespath so jvm.cfg is found and remove poky-stuff

14 years agokexecboot: add runtime dependency on losetup (klibc-static)
Andrea Adami [Wed, 21 Jul 2010 23:41:50 +0000 (01:41 +0200)]
kexecboot: add runtime dependency on losetup (klibc-static)

14 years agoklibc: bump PR after relocating losetup
Andrea Adami [Wed, 21 Jul 2010 23:38:45 +0000 (01:38 +0200)]
klibc: bump PR after relocating losetup

14 years agoklibc-utils: move losetup in /sbin
Andrea Adami [Wed, 21 Jul 2010 23:35:33 +0000 (01:35 +0200)]
klibc-utils: move losetup in /sbin

* as done for modprobe

14 years agoqemumips.conf, qemumipsel.conf: Add FEED_ARCH
Khem Raj [Wed, 21 Jul 2010 22:32:58 +0000 (15:32 -0700)]
qemumips.conf, qemumipsel.conf: Add FEED_ARCH

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoarm-thumb.inc: Make OVERRIDE TARGET_CC_ARCH TARGET_CC_KERNEL_ARCH conditionally apply...
Khem Raj [Wed, 21 Jul 2010 22:19:59 +0000 (15:19 -0700)]
arm-thumb.inc: Make OVERRIDE TARGET_CC_ARCH TARGET_CC_KERNEL_ARCH conditionally apply for arm only.

* Thumb is only relevant for ARM architecture so dont override if architecture is not arm.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoMerge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
Frans Meulenbroeks [Wed, 21 Jul 2010 20:13:33 +0000 (22:13 +0200)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev

14 years agoarm-thumb.inc: Don't modify TARGET_CC_*ARCH on non-arm/armeb
Tom Rini [Wed, 21 Jul 2010 20:02:45 +0000 (13:02 -0700)]
arm-thumb.inc: Don't modify TARGET_CC_*ARCH on non-arm/armeb

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agostage-manager-ipkg: Make the workaround for tar + SIGPIPE more robust
Tom Rini [Wed, 21 Jul 2010 19:57:25 +0000 (12:57 -0700)]
stage-manager-ipkg: Make the workaround for tar + SIGPIPE more robust

Signed-off-by: Gilbert Coville <gilbert_coville@mentor.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolinux-libc-headers: added COMPATIBLE_TARGET_SYS
Frans Meulenbroeks [Fri, 16 Jul 2010 17:09:55 +0000 (19:09 +0200)]
linux-libc-headers: added COMPATIBLE_TARGET_SYS

added COMPATIBLE_TARGET_SYS ?= "(?!nios2)" to the inc file
and COMPATIBLE_TARGET_SYS = "." to the only recipe that does
support nios2

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agobinutils: added COMPATIBLE_TARGET_SYS
Frans Meulenbroeks [Fri, 16 Jul 2010 17:04:08 +0000 (19:04 +0200)]
binutils: added COMPATIBLE_TARGET_SYS

added COMPATIBLE_TARGET_SYS ?= "(?!nios2)" to the inc file
and COMPATIBLE_TARGET_SYS = "." to the few recipes that do
support nios2

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agouclibc-git: Update cpu to be arm926t in config for qemuarm
Khem Raj [Wed, 21 Jul 2010 17:27:22 +0000 (10:27 -0700)]
uclibc-git: Update cpu to be arm926t in config for qemuarm

* Fix PIE execution when uclibc is compiled with thumb
* Update defconfig for armv5te architecture

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agodistro: Move thumb into distro features
Khem Raj [Sun, 18 Jul 2010 22:18:55 +0000 (22:18 +0000)]
distro: Move thumb into distro features

* Currenlty we define the thumb specific overrides in machine tune files
  and as machine conf files are included before the distro conf files
  the overrides dont get right values and set incorrectly.

* This patch moves the tune-thumb.inc from machine/include into
  distro/include and lets distro decide on thumb and thumb-interworking
  features based on the machine selected. If a machine which does not
  support thumb like all armv4 based machines is selected then distro
  makes correct decision now to disable thumb and thumb-interworking
  based upon the machine seletected.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoopenjdk: fix sed scripts for jvm.cfg postinst/prerm
Henning Heinold [Wed, 21 Jul 2010 13:50:39 +0000 (15:50 +0200)]
openjdk: fix sed scripts for jvm.cfg postinst/prerm

* bump INC_PR

14 years agoopenjdk-6-6b18: updating comment about armv7 support
Henning Heinold [Wed, 21 Jul 2010 12:17:23 +0000 (14:17 +0200)]
openjdk-6-6b18: updating comment about armv7 support

14 years agosquashfstools: pin to today instead of using a floating srcdate
Koen Kooi [Wed, 21 Jul 2010 15:03:48 +0000 (17:03 +0200)]
squashfstools: pin to today instead of using a floating srcdate

14 years agollvm2.7: backported llvm2.8svn r104558, r104652 & r104653 fixes.
Xerxes Rånby [Wed, 21 Jul 2010 11:15:21 +0000 (13:15 +0200)]
llvm2.7: backported llvm2.8svn r104558, r104652 & r104653 fixes.

* llvm2.7/r104558-VFPmisc.patch: Add missing implementation
  to the materialization of VFP misc. instructions
  (vmrs, vmsr and vmov (immediate)).
* llvm2.7/r104652-VFPLoadStoreMultiple.patch: LLVM PR7221
  Makes VFP calculations correct.
* llvm2.7/r104653-BFC-BFI.patch: LLVM PR7222
    Fixes LLVM ERROR: ARMv6t2 JIT is not yet supported.
* llvm2.7_2.7.bb: Added above patches and bumped PR.

14 years agolinux-openmoko: upgrade kernel in NAND partition also if rootfs is ubi (not only...
Martin Jansa [Wed, 21 Jul 2010 11:14:30 +0000 (13:14 +0200)]
linux-openmoko: upgrade kernel in NAND partition also if rootfs is ubi (not only mtdblock)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxbmc: fix up recipe a bit
Koen Kooi [Wed, 21 Jul 2010 10:16:38 +0000 (12:16 +0200)]
xbmc: fix up recipe a bit

14 years agolinux-omap-psp 2.6.32: add patches to make the VGA and 3MP cameras work on the beagel...
Koen Kooi [Wed, 21 Jul 2010 10:12:55 +0000 (12:12 +0200)]
linux-omap-psp 2.6.32: add patches to make the VGA and 3MP cameras work on the beagelboard xM

14 years agogst-plugins-bad 0.10.19: add missing dep on libcdaudio
Koen Kooi [Wed, 21 Jul 2010 09:48:25 +0000 (11:48 +0200)]
gst-plugins-bad 0.10.19: add missing dep on libcdaudio

14 years agoglib-2.0: Remove the old-style native dependency and move virtual-native dependency...
Florian Boor [Wed, 21 Jul 2010 09:37:52 +0000 (11:37 +0200)]
glib-2.0: Remove the old-style native dependency and move virtual-native dependency to a place vere it is easier to recognize.
          Fixes build of latest glib-2.0 if no preferred versions of glib are set.

14 years agosane-toolchain.inc: Check for architectures which dont support EABI
Khem Raj [Tue, 20 Jul 2010 05:10:20 +0000 (22:10 -0700)]
sane-toolchain.inc: Check for architectures which dont support EABI

* This patch reverses the check for EABI support. This would mean
  that future processors will not have to be added everytime they
  come out.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agobitbake.conf, local.conf.sample: Disable ccache by default
Tom Rini [Tue, 20 Jul 2010 18:50:09 +0000 (11:50 -0700)]
bitbake.conf, local.conf.sample: Disable ccache by default

This moves the current CCACHE over to local.conf.sample and documents
when it's useful to enable.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoangstrom-gnome-image: switch to psplash
Koen Kooi [Tue, 20 Jul 2010 18:50:23 +0000 (20:50 +0200)]
angstrom-gnome-image: switch to psplash

14 years agoxserver-xorg-conf: fix rotation issue with htcdream and bump PR
Denis 'GNUtoo' Carikli [Tue, 20 Jul 2010 16:12:06 +0000 (18:12 +0200)]
xserver-xorg-conf: fix rotation issue with htcdream and bump PR

I used comment in the htcdream's xorg.conf for telling the user
  what to comment in order to remove rotation,but I forgetten to
  add some coments for the trackball,with the result of the trackball
  beeing rotated when the screen is not.

I was told in irc and belive that a PR bump is ok and doesn't need
  prior review

14 years agomplayer-common: add support for htcdream and bump PR
Denis 'GNUtoo' Carikli [Mon, 19 Jul 2010 19:02:03 +0000 (21:02 +0200)]
mplayer-common: add support for htcdream and bump PR

Alsa is prefered over oss because oss emulation on top of alsa is
  more inclined to buffer-underflows
The configuration is derived from om-gta02's configuration because
  the htcdream doesn't have a floating point unit either(armv6-novfp)

14 years agoopenjdk-6-6b18: add pre1.8.1 releasebranch fixes up to 19 Jul 2010.
Xerxes Rånby [Tue, 20 Jul 2010 15:30:03 +0000 (17:30 +0200)]
openjdk-6-6b18: add pre1.8.1 releasebranch fixes up to 19 Jul 2010.
* openjdk-6-6b18-1.8/icedtea1.8-pre1.8.1-releasebranch-fixes.patch: Updated.
fixes origin from http://icedtea.classpath.org/hg/release/icedtea6-1.8/shortlog

14 years agollvm2.7: new ARMv4 rawMOVLRPC.patch; backported llvm2.8svn r97745 & r104587 fixes.
Xerxes Rånby [Tue, 20 Jul 2010 15:11:02 +0000 (17:11 +0200)]
llvm2.7: new ARMv4 rawMOVLRPC.patch; backported llvm2.8svn r97745 & r104587 fixes.
* llvm2.7/MOVLRPC.patch: deleted.
* llvm2.7/rawMOVLRPC.patch: New patch replaces MOVLRPC.patch.
  emits mov lr, pc before indirect call_nolink branches
  using pseudo instructions for improved stablility on ARMv4 and ARMv4t.
          fixes segfault after called function return. llvm PR7608
* llvm2.7/r97745-llvmPR6480.patch: New backported from llvm2.8svn.
  fixes Assertion `SubUsed && "Using an undefined register!"' failed.
* llvm2.7/r104587-MOVimm32.patch: New backported from llvm2.8svn.
  fixes TestARMCodeEmitter::emitPseudoInstruction UNREACHABLE
  at ARMCodeEmitter.cpp:554

14 years agoti-codecs-dm6467: Add latest codec server v.1.0.0.8
Roger Monk [Tue, 20 Jul 2010 13:03:47 +0000 (14:03 +0100)]
ti-codecs-dm6467: Add latest codec server v.1.0.0.8

   * Add latest version recipe

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoti-codecs-dm6467: Fix URL to codec server download
Roger Monk [Tue, 20 Jul 2010 13:02:59 +0000 (14:02 +0100)]
ti-codecs-dm6467: Fix URL to codec server download

   * Update URL to use absolute path instead of 'latest'

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agozhone: don't call exit from Xsession.d script
Martin Jansa [Tue, 20 Jul 2010 09:36:12 +0000 (11:36 +0200)]
zhone: don't call exit from Xsession.d script

* xserver-common version of Xsession does "source" for Xsession.d/* and exit kills main Xsession script

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agobase.bbclass: base_do_compile() accepts GNUmakefile as Makefile
Vitus Jensen [Mon, 19 Apr 2010 22:32:22 +0000 (22:32 +0000)]
base.bbclass: base_do_compile() accepts GNUmakefile as Makefile

GNU make will look for GNUmakefile, makefile and Makefile.  GNUmakefile
isn't recommended but used by some programs, e.g. canutils.

Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoRevert "distro: Move thumb into distro features"
Khem Raj [Tue, 20 Jul 2010 05:03:57 +0000 (22:03 -0700)]
Revert "distro: Move thumb into distro features"

This reverts commit e9fe87a13cf4e0453ff601c422ecbe6a98bc8f76.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoremove dm3730-am3715-evm machine type references
Chase Maupin [Fri, 16 Jul 2010 03:24:20 +0000 (03:24 +0000)]
remove dm3730-am3715-evm machine type references

* Removed references to the dm3730-am3715-evm machine type
  and replaced with dm37x-evm and am37x-evm machine types.

Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agodm3730-am3715-evm: split machine type into two
Chase Maupin [Fri, 16 Jul 2010 03:24:19 +0000 (03:24 +0000)]
dm3730-am3715-evm: split machine type into two

* Split the dm3730-am3715-evm machine type into two separate
  machines.  These are dm37x-evm and am37x-evm.
* This split will allow for being able to distiguish different
  MACHINE_FEATURES in the future such as whether the machine has
  a DSP or not.  This will allow for cleaner task creation.
* In order to be able to choose the proper collateral and software
  such as documentation and codecs we need machine types that
  differentiate product lines (i.e. AM vs DM) and product
  families (i.e. 37x vs 35x).  This change allows enough
  differentiation to chose proper collateral without
  requiring a machine type for every derivative chip.

Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agosane-toolchain.inc: Add armv4 to ARM EABI supporting architectures.
Khem Raj [Mon, 19 Jul 2010 08:22:45 +0000 (01:22 -0700)]
sane-toolchain.inc: Add armv4 to ARM EABI supporting architectures.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agodistro: Move thumb into distro features
Khem Raj [Mon, 19 Jul 2010 08:09:01 +0000 (01:09 -0700)]
distro: Move thumb into distro features

* Currenlty we define the thumb specific overrides in machine tune files
  and as machine conf files are included before the distro conf files
  the overrides dont get right values and set incorrectly.

* This patch moves the tune-thumb.inc from machine/include into
  distro/include and lets distro decide on thumb and thumb-interworking
  features based on the machine selected. If a machine which does not
  support thumb like all armv4 based machines is selected then distro
  makes correct decision now to disable thumb and thumb-interworking
  based upon the machine seletected.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoopkg: bump SRCREV to 543
Koen Kooi [Mon, 19 Jul 2010 19:22:37 +0000 (21:22 +0200)]
opkg: bump SRCREV to 543

14 years agoopenjdk-6: Added manual RDEPENDS for vm-shark and vm-cacao.
Robert Schuster [Mon, 19 Jul 2010 16:51:17 +0000 (18:51 +0200)]
openjdk-6: Added manual RDEPENDS for vm-shark and vm-cacao.

14 years agoopenjdk-6: Reworked packaging (RDEPENDS) to match what users are used to from Ubuntu.
Robert Schuster [Mon, 19 Jul 2010 16:41:00 +0000 (18:41 +0200)]
openjdk-6: Reworked packaging (RDEPENDS) to match what users are used to from Ubuntu.

14 years agolinux-openmoko-2.6.32: add missing patch, enable XFS, brtfs, GPT
Martin Jansa [Mon, 19 Jul 2010 11:14:06 +0000 (13:14 +0200)]
linux-openmoko-2.6.32: add missing patch, enable XFS, brtfs, GPT

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux-openmoko-2.6.34: enable XFS, brtfs and GPT in defconfig
Martin Jansa [Mon, 19 Jul 2010 11:02:35 +0000 (13:02 +0200)]
linux-openmoko-2.6.34: enable XFS, brtfs and GPT in defconfig

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agobc-cube: add libgles-omap3-x11wsegl to x11 rdepends
Koen Kooi [Mon, 19 Jul 2010 10:42:08 +0000 (12:42 +0200)]
bc-cube: add libgles-omap3-x11wsegl to x11 rdepends

14 years agoangstrom-jalimo: fix openjdk-6-jre preferred version
Martin Jansa [Sun, 18 Jul 2010 00:54:39 +0000 (00:54 +0000)]
angstrom-jalimo: fix openjdk-6-jre preferred version

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
14 years agousbmodeswitch: fix virtual/libusb0
Koen Kooi [Mon, 19 Jul 2010 10:04:06 +0000 (12:04 +0200)]
usbmodeswitch: fix virtual/libusb0

14 years agoopenjdk-6-6b18: add pre1.8.1 releasebranch fixes up to 13 Jul 2010.
Xerxes Rånby [Mon, 19 Jul 2010 09:24:11 +0000 (11:24 +0200)]
openjdk-6-6b18: add pre1.8.1 releasebranch fixes up to 13 Jul 2010.
fixes origin from http://icedtea.classpath.org/hg/release/icedtea6-1.8/shortlog

14 years agodevicekit-power 014: fix build for offline machines
Koen Kooi [Mon, 19 Jul 2010 08:47:58 +0000 (10:47 +0200)]
devicekit-power 014: fix build for offline machines

14 years agouclibc-git: Refresh config for mipsel and bump to latest git master.
Khem Raj [Mon, 19 Jul 2010 08:16:40 +0000 (01:16 -0700)]
uclibc-git: Refresh config for mipsel and bump to latest git 

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agobalsa: Updated to version 2.4.7. Fixed infinite symlink error.
Stanislav Brabec [Sun, 18 Jul 2010 22:30:39 +0000 (22:30 +0000)]
balsa: Updated to version 2.4.7. Fixed infinite symlink error.

Signed-off-by: Stanislav Brabec <utx@penguin.cz>
14 years agolsof: Fixed typo in addtask.
Stanislav Brabec [Sun, 18 Jul 2010 22:13:23 +0000 (22:13 +0000)]
lsof: Fixed typo in addtask.

Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agojson-glib: Put in an extra folder as it may be used by others.
Stefan Schmidt [Sun, 18 Jul 2010 18:57:52 +0000 (20:57 +0200)]
json-glib: Put in an extra folder as it may be used by others.

This way it is easier to spot. We need to make sure that the versions in moblin
work with this version as well and move them.

14 years agoindicator-network_0.2.6: And finally the connman/ofono based network indicator
Stefan Schmidt [Sun, 18 Jul 2010 17:45:46 +0000 (19:45 +0200)]
indicator-network_0.2.6: And finally the connman/ofono based network indicator

14 years agoindicator-applet_0.4.3: Gnome applet for so called indicators of Ayatana
Stefan Schmidt [Sun, 18 Jul 2010 17:44:49 +0000 (19:44 +0200)]
indicator-applet_0.4.3: Gnome applet for so called indicators of Ayatana

14 years agolibindicator_0.3.8: Add for other Ayatana parts
Stefan Schmidt [Sun, 18 Jul 2010 17:44:00 +0000 (19:44 +0200)]
libindicator_0.3.8: Add for other Ayatana parts

14 years agoido_0.1.6: Add for other Ayatana parts
Stefan Schmidt [Sun, 18 Jul 2010 17:43:30 +0000 (19:43 +0200)]
ido_0.1.6: Add for other Ayatana parts

14 years agolibdbusmenu_0.3.5: Add for other Ayatana parts
Stefan Schmidt [Sun, 18 Jul 2010 17:42:38 +0000 (19:42 +0200)]
libdbusmenu_0.3.5: Add for other Ayatana parts

14 years agojson-glib_0.10.4: Add json-glib
Stefan Schmidt [Sun, 18 Jul 2010 17:40:46 +0000 (19:40 +0200)]
json-glib_0.10.4: Add json-glib

This is needed for other parts of the Ayatana project of Canonical. See here for
more infos:
https://launchpad.net/ayatana

14 years agodfu-util_0.1: Add 0.1 release
Stefan Schmidt [Sun, 18 Jul 2010 17:37:15 +0000 (19:37 +0200)]
dfu-util_0.1: Add 0.1 release

14 years agokeymaps: remove initscripts dependency
Denis 'GNUtoo' Carikli [Sat, 17 Jul 2010 14:53:55 +0000 (16:53 +0200)]
keymaps: remove initscripts dependency

Multiple initscripts version exist,for instance
  initscripts-shr,initscripts-openmoko,initscripts etc...
Depending on a particular initscript is not a good idea:

For instance on SHR(distro) and htcdream(machine)
  it install initscripts instead of initscripts-shr in
  shr-image,which result in having the /etc/init.d/devices which
  is,according to mickeyl, an init script for devfs.
  if this init script is present(with the corresponding rc links) it get
  executed,which causes some devices nodes to lack.
  which prevent sound,modem and maybe other driver from working on the
  htcdream.

Thanks mrmoku in #openmoko-cdevel in Freenode
  for helping me finding the offending recipe.
Thanks mickeyl in #openmoko-cdevel in Freenode for telling me
  that usually packages don't depend on the initscripts

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agotask-shr-feed: update openjdk entry
Martin Jansa [Sun, 18 Jul 2010 10:46:36 +0000 (12:46 +0200)]
task-shr-feed: update openjdk entry

14 years agojack: add 0.118.0 (latest stable)
Koen Kooi [Sun, 18 Jul 2010 11:20:27 +0000 (13:20 +0200)]
jack: add 0.118.0 (latest stable)

14 years agoobex-data-server: Adding imagemagick to DEPENDS (requires MagicWand by default).
Stanislav Brabec [Sun, 18 Jul 2010 09:24:55 +0000 (09:24 +0000)]
obex-data-server: Adding imagemagick to DEPENDS (requires MagicWand by default).

14 years agoopensp-native_1.5: Configure asks for gettext inherit it
Stefan Schmidt [Sun, 18 Jul 2010 09:07:13 +0000 (11:07 +0200)]
opensp-native_1.5: Configure asks for gettext inherit it

14 years agogrep_2.6.3: Configure asks for gettext inherit it
Stefan Schmidt [Sun, 18 Jul 2010 09:06:21 +0000 (11:06 +0200)]
grep_2.6.3: Configure asks for gettext inherit it

14 years agobison.inc: Configure asks for gettext inherit it
Stefan Schmidt [Sun, 18 Jul 2010 09:05:17 +0000 (11:05 +0200)]
bison.inc: Configure asks for gettext inherit it

14 years agolinux(-kexecboot)_git: bump SRCREV, add fix for bug 16310
Martin Jansa [Wed, 14 Jul 2010 10:58:31 +0000 (12:58 +0200)]
linux(-kexecboot)_git: bump SRCREV, add fix for bug 16310

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agophonefsod: bump SRCREV
Martin Jansa [Sun, 18 Jul 2010 07:49:02 +0000 (09:49 +0200)]
phonefsod: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agocornucopia: bump SRCREV
Martin Jansa [Sun, 18 Jul 2010 07:48:33 +0000 (09:48 +0200)]
cornucopia: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoangstrom: don't use -ggdb3 for -native and -cross
Koen Kooi [Sat, 17 Jul 2010 18:48:27 +0000 (20:48 +0200)]
angstrom: don't use -ggdb3 for -native and -cross

* As Phil points out, not enough people are debugging -native stuff
* The actual bug in the git -native recipe not using links still isn't solved, though

14 years agowebkit-gtk: add 1.2.3 build (from release tarball, not svn/git)
Koen Kooi [Sat, 17 Jul 2010 15:09:28 +0000 (17:09 +0200)]
webkit-gtk: add 1.2.3 build (from release tarball, not svn/git)

14 years agoMerge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
Lukas Gorris [Sat, 17 Jul 2010 12:14:28 +0000 (14:14 +0200)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev

14 years agoopenjdk-6: use zip-native rather than host-zip, similiar to icedtea6-native
Henning Heinold [Fri, 16 Jul 2010 22:43:47 +0000 (00:43 +0200)]
openjdk-6: use zip-native rather than host-zip, similiar to icedtea6-native

* bump INC_PR

14 years agoicedtea6-native: use the right variable for zip and override it via make commandline
Henning Heinold [Fri, 16 Jul 2010 11:52:04 +0000 (13:52 +0200)]
icedtea6-native: use the right variable for zip and override it via make commandline

* bump INC_PR

14 years agovala: 0.9.3.1 -> 0.9.3.2
Michael 'Mickey' Lauer [Sat, 17 Jul 2010 09:37:03 +0000 (11:37 +0200)]
vala: 0.9.3.1 -> 0.9.3.2

14 years agoglibc-2.9: added missing ld.so.conf
Frans Meulenbroeks [Sat, 17 Jul 2010 08:03:38 +0000 (10:03 +0200)]
glibc-2.9: added missing ld.so.conf

Thanks for Khem to pointing this out!

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoquilt-native_0.48: Patch to properly detect newer versions of GNU patch is added.
Yuri Bushmelev [Fri, 16 Jul 2010 21:21:51 +0000 (01:21 +0400)]
quilt-native_0.48: Patch to properly detect newer versions of GNU patch is added.

New versions of GNU patch present themselves as "GNU patch" instead
of just "patch".
NOTE1: both configure.ac and configure are patched because we have
no native autotools at that stage.
NOTE2: encountered on ALT Linux Sisyphus (testing branch).

14 years agolinux-qsd8: bump srcrev, update defconfig and machine features
Lukas Gorris [Fri, 16 Jul 2010 17:15:01 +0000 (19:15 +0200)]
linux-qsd8: bump srcrev, update defconfig and machine features

The new revision includes patch to allow use of gcc-4.5 generated binaries and adds some new features.