openembedded.git
15 years agomachine/qemu.inc: Build and install qemu-native for qemu based targets.
Khem Raj [Sat, 15 May 2010 03:42:38 +0000 (20:42 -0700)]
machine/qemu.inc: Build and install qemu-native for qemu based targets.

* Some distributions like ubuntu dont ship roms which are needed
  to boot ppc targets therefore we need to use qemu-native to run
  the images, therefore always build qemu-native for qemu based
  targets

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agogcc-4.4.4.inc: Fix ppc issues of requiring libgcc at link time when using -Os
Khem Raj [Sat, 15 May 2010 03:38:40 +0000 (20:38 -0700)]
gcc-4.4.4.inc: Fix ppc issues of requiring libgcc at link time when using -Os

* This change converts libgcc_s.so to a linker script so when -lgcc_s is
  used then it actually links to a group of libraries and one of those
  libraries is libgcc. This fixes the problem of requiring to link with
  libgcc _always_ on ppc to get the out-of-line epilogue/prologue
  functions.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agounzip: do_stage is not needed with NATIVE_INSTALL_WORKS = "1"
Henning Heinold [Fri, 14 May 2010 21:36:24 +0000 (23:36 +0200)]
unzip: do_stage is not needed with NATIVE_INSTALL_WORKS = "1"

15 years agounzip: use BBCLASSEXTEND now
Henning Heinold [Fri, 14 May 2010 21:01:52 +0000 (23:01 +0200)]
unzip: use BBCLASSEXTEND now

* kudos to kergoth for the EXTRA_OEMAKE hint
* no functional change so no PR bump

15 years agonano: add gettext dependency
Eric BENARD [Fri, 14 May 2010 10:43:14 +0000 (10:43 +0000)]
nano: add gettext dependency

bitbake nano fails without this if gettext is not built

Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agoti-devshell: TI version of devshell that has all the 'DVSDK' environment vars set
Koen Kooi [Fri, 14 May 2010 19:33:56 +0000 (21:33 +0200)]
ti-devshell: TI version of devshell that has all the 'DVSDK' environment vars set

15 years agosigngp-native: convert to new-style staging
Koen Kooi [Fri, 14 May 2010 18:25:14 +0000 (20:25 +0200)]
signgp-native: convert to new-style staging

15 years agojava-native.bbclass: silence the legacy staging msg
Henning Heinold [Fri, 14 May 2010 19:11:34 +0000 (21:11 +0200)]
java-native.bbclass: silence the legacy staging msg

15 years agotzdata: update to 2010j
Antonio Ospite [Fri, 14 May 2010 11:20:17 +0000 (13:20 +0200)]
tzdata: update to 2010j

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
15 years agotzcode-native: update to 2010j
Antonio Ospite [Fri, 14 May 2010 15:28:32 +0000 (17:28 +0200)]
tzcode-native: update to 2010j

Update checksums; tzdata version bumps to 2010j as well.

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
15 years agobusybox: Fix the -dbg package, bump INC_PR
Tom Rini [Fri, 14 May 2010 17:14:15 +0000 (10:14 -0700)]
busybox: Fix the -dbg package, bump INC_PR

busybox will link to busybox_unstripped then strip to produce busybox,
giving us an empty -dbg package.  At the end of do_compile, copy
busybox_unstripped to busybox, so our striping happens as expected.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agolinux.inc: add protptype for 'kernel-headers' package
Koen Kooi [Fri, 14 May 2010 16:34:33 +0000 (18:34 +0200)]
linux.inc: add protptype for 'kernel-headers' package

15 years agogst-plugins: enable gst-plugin-x264
Koen Kooi [Fri, 14 May 2010 16:15:22 +0000 (18:15 +0200)]
gst-plugins: enable gst-plugin-x264

15 years agojikes-initial: make it build with new style staging
Koen Kooi [Fri, 14 May 2010 15:36:41 +0000 (17:36 +0200)]
jikes-initial: make it build with new style staging

15 years agousb-gadget-mode: switch beagle to g_ether to make MS Windows work
Koen Kooi [Fri, 14 May 2010 12:52:57 +0000 (14:52 +0200)]
usb-gadget-mode: switch beagle to g_ether to make MS Windows work

15 years agolinux-omap-psp 2.6.32: add ram timing for second bank as well
Koen Kooi [Fri, 14 May 2010 08:11:55 +0000 (10:11 +0200)]
linux-omap-psp 2.6.32: add ram timing for second bank as well

15 years agomodule_strip.bbclass: set KERNEL_MAJOR_VERSION
Eric BENARD [Fri, 14 May 2010 04:59:21 +0000 (04:59 +0000)]
module_strip.bbclass: set KERNEL_MAJOR_VERSION

KERNEL_MAJOR_VERSION may not be set (for example when building a module)
and this was preventing modules from being stripped.

Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agoeglibc: Bump SRCREV for 2.11 and trunk recipes
Khem Raj [Thu, 13 May 2010 23:27:10 +0000 (16:27 -0700)]
eglibc: Bump SRCREV for 2.11 and trunk recipes

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agosane-toolchain.inc: Bump preferred versions for binutils, gcc and eglibc
Khem Raj [Thu, 13 May 2010 02:32:15 +0000 (19:32 -0700)]
sane-toolchain.inc: Bump preferred versions for binutils, gcc and eglibc

* Move gcc to 4.4.4, binutils to 2.20.1 and eglibc to 2.11

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agomachine/qemuarm: Move kernel version to 2.6.33
Khem Raj [Thu, 13 May 2010 02:30:24 +0000 (19:30 -0700)]
machine/qemuarm: Move kernel version to 2.6.33

* Tested using gcc 4.4.4 DISTRO=minimal

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoRevert "initscripts 1.0 : change it to MACHINE_ARCH and bump PR"
Denis 'GNUtoo' Carikli [Thu, 13 May 2010 19:43:09 +0000 (21:43 +0200)]
Revert "initscripts 1.0 : change it to MACHINE_ARCH and bump PR"

This reverts commit 0e617baf2916269bbe02cb7b2d4eb20161c86547.

This commit broke initscripts is in practically all images

Thanks a lot Koen for notifying it to me.

15 years agolinux-openmoko-shr-devel: bump SRCREV for ar6000 fixes
Martin Jansa [Thu, 13 May 2010 19:32:23 +0000 (21:32 +0200)]
linux-openmoko-shr-devel: bump SRCREV for ar6000 fixes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoconf/machine/bug20.conf, add xf86-input-tslib for BUG2.0 touchscreen
John Connolly [Wed, 12 May 2010 15:19:04 +0000 (10:19 -0500)]
conf/machine/bug20.conf, add xf86-input-tslib for BUG2.0 touchscreen

*BUG20 is using tslib for xorg touchscreen.
*would like this to get into stable
*tested on BUG2.0

15 years agomatchbox-common: depend on matchbox-panel and bump PR
Denis 'GNUtoo' Carikli [Wed, 12 May 2010 15:55:36 +0000 (17:55 +0200)]
matchbox-common: depend on matchbox-panel and bump PR

matchbox common contains matchbox-session:
  root@bug:~# opkg files matchbox-common | sort
  /usr/bin/matchbox-session
  ...
And matchbox-session depends on matchbox-panel:
  ...(setup commands)
  root@bug:~# /usr/bin/matchbox-session
  /usr/bin/matchbox-session: line 23: matchbox-panel: not found

15 years agotslib: convert to new staging and bump PR
Denis 'GNUtoo' Carikli [Wed, 12 May 2010 20:19:17 +0000 (22:19 +0200)]
tslib: convert to new staging and bump PR

15 years agoinitscripts 1.0 : change it to MACHINE_ARCH and bump PR
Denis 'GNUtoo' Carikli [Wed, 12 May 2010 19:45:16 +0000 (21:45 +0200)]
initscripts 1.0 : change it to MACHINE_ARCH and bump PR

This recipe is clearly MACHINE_ARCH because:
  do_install_append_hipox () {
          ln -sf          ../init.d/sysfs.sh      ${D}${sysconfdir}/rc6.d/S80sysfs
  }
Then one could think,why not putting it machine arch only for hipox...
but :
  recipes/initscripts $ find initscripts-1.0/ -type d
  initscripts-1.0/
  initscripts-1.0/jornada56x
  initscripts-1.0/tosa
  initscripts-1.0/slugos
  initscripts-1.0/gumstix-verdex
  initscripts-1.0/mtx-2
  initscripts-1.0/h3900
  initscripts-1.0/collie
  initscripts-1.0/gumstix-connex
  initscripts-1.0/logicpd-pxa270
  initscripts-1.0/h3600
  initscripts-1.0/simpad
  initscripts-1.0/akita
  initscripts-1.0/mtx-1
  initscripts-1.0/foonas
  initscripts-1.0/openprotium
  initscripts-1.0/poodle
  initscripts-1.0/oplinux
  initscripts-1.0/oplinux-uclibc
  initscripts-1.0/spitz
  initscripts-1.0/jornada6xx
  initscripts-1.0/uml
  initscripts-1.0/jornada7xx
  initscripts-1.0/openmn
  initscripts-1.0/c7x0

15 years agogconf 2.28.0: depending on dbus-x11 fixes ORBit issues and bump PR
Denis 'GNUtoo' Carikli [Tue, 11 May 2010 21:41:38 +0000 (23:41 +0200)]
gconf 2.28.0: depending on dbus-x11 fixes ORBit issues and bump PR

If we don't depend on dbus-x11 starting /etc/x11/xserver-nodm output messages like:
  GConf Error: Failed to contact configuration server; some possible causes are that you
  need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system
  crash.
I think gconf is the right package to depend on dbus-x11 because:
  work/.../GConf-2.28.0/po $ grep "GConf Error:" en_GB.po
  msgid "GConf Error: %s\n"
  msgstr "GConf Error: %s\n"
And :
  grep "Failed to contact configuration server" en_GB.po
  "Failed to contact configuration server; some possible causes are that you "
  "Failed to contact configuration server; some possible causes are that you "
And:
<khem> GNUtoo: I have seen this error with firefox on my desktop
<GNUtoo> yes but I wonder where to add the dep,then not in matchbox-something
<GNUtoo> maybe in gconf
<khem> yeah gconf seems best

15 years agognash: add new 0.8.7 version, based on gnash_trunk.bb in gnash's bzr
Denis 'GNUtoo' Carikli [Tue, 11 May 2010 20:29:25 +0000 (22:29 +0200)]
gnash: add new 0.8.7 version, based on gnash_trunk.bb in gnash's bzr

The gnash_trunk.bb was made by Rob Savoye with lot of help from me

This recipe contains the following changes:
*--disable-avm2 for speed,for now it's useless and only output debug messages:
<bwy> It disables AVM2, though as AVM2 code doesn't do much, it's no less compatible without it.
*added speex dependency to avoid bad includes issues such as :
  | CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/speex
*converted to correct variables(${STAGING_INCDIR}instead of
  ${STAGING_DIR_HOST}/usr/include)
*make gnash plugin rdepend on gnash because gnash plugin executes
  the standalone gnash player

15 years agomatchbox-desktop 0.9.1: fix segfault at startup and convert to new staging
Denis 'GNUtoo' Carikli [Tue, 11 May 2010 20:24:32 +0000 (22:24 +0200)]
matchbox-desktop 0.9.1: fix segfault at startup and convert to new staging

If matchbox-common is not present,matchbox-desktop segfault
  (the debugging was done with strace)
Also convert to new staging:
  I had packaged staging,removed the custom do_stage and got:
    staging/armv6-angstrom-linux-gnueabi/usr/include/matchbox-desktop $ ls
    mbdesktop.h  mbdesktop_item.h  mbdesktop_module.h  mbdesktop_view.h
  Thanks Tartarus for confirming me what to do in case of custom do_stage

15 years agomono: Add version 2.6.3
Shane Volpe [Tue, 11 May 2010 15:06:47 +0000 (11:06 -0400)]
mono: Add version 2.6.3

 * Removed old versions of mono as they were broken.
 * Fixed mono packages so mono now builds with new native staging.
 * Changed mono floating point to ARM_FPU_NONE so it works with all architectures.
 * Added libtoolize --force --copy to mono.inc to allow any libtool version to work.

15 years agoqemu: add workarround to fallback to safe mmap_min_addr
Martin Jansa [Thu, 13 May 2010 10:33:59 +0000 (12:33 +0200)]
qemu: add workarround to fallback to safe mmap_min_addr

* in case /proc/sys/vm/mmap_min_addr cannot be read because of security
  of host system

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agopixman: add generic 565 scanline fetcher
Koen Kooi [Wed, 12 May 2010 17:25:41 +0000 (19:25 +0200)]
pixman: add generic 565 scanline fetcher

15 years agoimote2.conf: Restore old kernel provider.
Stefan Schmidt [Thu, 13 May 2010 08:30:18 +0000 (10:30 +0200)]
imote2.conf: Restore old kernel provider.

Thanks Koen for spotting.

15 years agoxorg: add newer xserver 1.8.1, xdm, imake
Martin Jansa [Tue, 11 May 2010 10:41:06 +0000 (12:41 +0200)]
xorg: add newer xserver 1.8.1, xdm, imake

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoEFL: bump SRCREV for fixed focus and Efreet filter in illume2 Home
Martin Jansa [Fri, 7 May 2010 12:38:04 +0000 (14:38 +0200)]
EFL: bump SRCREV for fixed focus and Efreet filter in illume2 Home

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoxorg-xserver-common.inc: Bump PR for the last change to the bug20 xorg conf
Stefan Schmidt [Wed, 12 May 2010 18:36:42 +0000 (20:36 +0200)]
xorg-xserver-common.inc: Bump PR for the last change to the bug20 xorg conf

15 years agolibphone-ui-shr: add libfsoframework to DEPENDS
Klaus Kurzmann [Wed, 12 May 2010 14:20:15 +0000 (16:20 +0200)]
libphone-ui-shr: add libfsoframework to DEPENDS

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agolibphone-ui: add libfso-glib and libfsofamework to DEPENDS
Klaus Kurzmann [Wed, 12 May 2010 14:20:00 +0000 (16:20 +0200)]
libphone-ui: add libfso-glib and libfsofamework to DEPENDS

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agofennec: rediff the native bpp patch and update .desktop file
Thomas B. Ruecker [Wed, 12 May 2010 13:52:41 +0000 (15:52 +0200)]
fennec: rediff the native bpp patch and update .desktop file

15 years agobug20/xorg.conf: update to use tslib driver for touchscreen input device.
Ken Gilmer [Thu, 6 May 2010 21:55:40 +0000 (17:55 -0400)]
bug20/xorg.conf: update to use tslib driver for touchscreen input device.

15 years agobeagleboard-linuxtag2010-demo-image: add all kernel modules
Koen Kooi [Wed, 12 May 2010 07:54:52 +0000 (09:54 +0200)]
beagleboard-linuxtag2010-demo-image: add all kernel modules

15 years agoshr: prefer gcc-4.4.4
Martin Jansa [Wed, 12 May 2010 06:13:43 +0000 (08:13 +0200)]
shr: prefer gcc-4.4.4

15 years agou-boot-1.3.2: Fix compilation with gcc 4.4 for mpc8313e-rdb/ppc
Khem Raj [Wed, 12 May 2010 04:26:31 +0000 (21:26 -0700)]
u-boot-1.3.2: Fix compilation with gcc 4.4 for mpc8313e-rdb/ppc

* Fix the linker script to allocate all .rodata section variants
  gcc-4.4 generated rodata sections with alignment 1 as .rodata1.1
  and linker script did not allocate it as a result it got default
  adress and create a large hole. So when it came to objcopy converting
  to srec format it kept on filling the gap with 0xff and virtually
  ran the build box out of memory.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoeglibc: Bump SRCREV for 2.11 and trunk.
Khem Raj [Wed, 12 May 2010 04:25:25 +0000 (21:25 -0700)]
eglibc: Bump SRCREV for 2.11 and trunk.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agogcc-4.4.4: Move gcc 4.4.3 recipes to gcc 4.4.4
Khem Raj [Tue, 11 May 2010 23:51:55 +0000 (16:51 -0700)]
gcc-4.4.4: Move gcc 4.4.3 recipes to gcc 4.4.4

* Reset INC_PR and update checksums.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agogcc-configure: Disable --enable-target-optspace for powerpc.
Khem Raj [Tue, 11 May 2010 23:46:45 +0000 (16:46 -0700)]
gcc-configure: Disable --enable-target-optspace for powerpc.

* Use OPTSPACE to get the value in gcc-cross-initial and
  gcc-cross-intermediate inc files.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agouclibc_git: Bump SRCREV.
Khem Raj [Thu, 6 May 2010 17:32:29 +0000 (10:32 -0700)]
uclibc_git: Bump SRCREV.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agofreesmartphone: bump SRCREVs for more gprs fixes and direct sms delivery
Martin Jansa [Tue, 11 May 2010 10:42:37 +0000 (12:42 +0200)]
freesmartphone: bump SRCREVs for more gprs fixes and direct sms delivery

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoshr-autorev: drop fltkspacetrader from AUTOREV
Martin Jansa [Tue, 11 May 2010 08:56:03 +0000 (10:56 +0200)]
shr-autorev: drop fltkspacetrader from AUTOREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agobeagleboard-linuxtag2010-demo-image: add some more stuff
Koen Kooi [Tue, 11 May 2010 19:03:50 +0000 (21:03 +0200)]
beagleboard-linuxtag2010-demo-image: add some more stuff

15 years agoopencv: bump SRCREV
Koen Kooi [Tue, 11 May 2010 19:03:25 +0000 (21:03 +0200)]
opencv: bump SRCREV

15 years agoangstrom-codec-engine-preferred-versions: Add 2 new TI 'preferred' configurations...
Roger Monk [Tue, 11 May 2010 16:44:50 +0000 (17:44 +0100)]
angstrom-codec-engine-preferred-versions: Add 2 new TI 'preferred' configurations (latest/latestproduction)

* 'latest' - latest released versions (includes public early adopter versions)
   * 'latestproduction' - latest released versions (only production (GA) release versions)

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
15 years agoangstrom-codec-engine-preferred-versions : Update for CE production release (v.2...
Roger Monk [Tue, 11 May 2010 16:41:52 +0000 (17:41 +0100)]
angstrom-codec-engine-preferred-versions : Update for CE production release (v.2.25.02)

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
15 years agoti-codec-engine: Replace Engineering release with Product v.2.25.02.11
Roger Monk [Tue, 11 May 2010 16:40:26 +0000 (17:40 +0100)]
ti-codec-engine: Replace Engineering release with Product v.2.25.02.11

* v2.25.02 is now released

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
15 years agoti-xdais: Replace Engineering release with Product v.6.25.02.11
Roger Monk [Tue, 11 May 2010 16:37:55 +0000 (17:37 +0100)]
ti-xdais: Replace Engineering release with Product v.6.25.02.11

* v6.25.02 is now released

Signed-off-by: Koen Kooi <k-kooi@ti.com>
15 years agoti-local-power-manager: Add v.1.24.02.09
Roger Monk [Tue, 11 May 2010 16:36:08 +0000 (17:36 +0100)]
ti-local-power-manager: Add v.1.24.02.09

* Add latest GA version
   * This fixes 'OPT' definition required for DSPLINK 1.65
      * This was previously patched in 1.24.01 recipe
      * Safe and backward compatible with DSPLINK 1.64

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
15 years agoti-cgt6x: Add v6.1.5
Roger Monk [Tue, 11 May 2010 16:34:25 +0000 (17:34 +0100)]
ti-cgt6x: Add v6.1.5

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
15 years agobeagleboard-linuxtag2010-demo-image: add image to show at Linuxtag 2010
Koen Kooi [Tue, 11 May 2010 14:23:17 +0000 (16:23 +0200)]
beagleboard-linuxtag2010-demo-image: add image to show at Linuxtag 2010

15 years agomatrix-gui_svn: add init script for dm365-evm.
Brijesh Singh [Mon, 10 May 2010 22:56:15 +0000 (17:56 -0500)]
matrix-gui_svn: add init script for dm365-evm.

* use default Rotation to 0 degrees.
* remove touch screen specific variables.

Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
15 years agovala: fix tarball checksums; tarball was corrupt when i generated mine
Michael 'Mickey' Lauer [Mon, 10 May 2010 19:46:19 +0000 (21:46 +0200)]
vala: fix tarball checksums; tarball was corrupt when i generated mine

15 years agolinux-omap-psp 2.6.32: rediff touchbook and beagleboard patches, tweak beagleboard...
Koen Kooi [Sun, 9 May 2010 08:54:01 +0000 (10:54 +0200)]
linux-omap-psp 2.6.32: rediff touchbook and beagleboard patches, tweak beagleboard defconfig

15 years agoqt4-embedded: fix decorations and mouse configs
Koen Kooi [Sun, 9 May 2010 08:55:01 +0000 (10:55 +0200)]
qt4-embedded: fix decorations and mouse configs

Imported from http://arago-project.org/git/?p=arago.git;a=commitdiff;h=0fe5a365d34a07f93861741e25c5cfaaf662aa1c
Original patch done by Denys Dmytriyenko

15 years agoccache: fix QA error
Koen Kooi [Sun, 9 May 2010 07:56:59 +0000 (09:56 +0200)]
ccache: fix QA error

15 years agovala: 0.8.0.128 -> 0.8.1.1
Michael 'Mickey' Lauer [Mon, 10 May 2010 07:03:57 +0000 (09:03 +0200)]
vala: 0.8.0.128 -> 0.8.1.1

15 years agotask-shr-feed: add emacs-x11 and set P_V to 23.1
Martin Jansa [Mon, 10 May 2010 08:06:28 +0000 (10:06 +0200)]
task-shr-feed: add emacs-x11 and set P_V to 23.1

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoemacs: add missing chunk in use-qemu.patch for 23.1, create libc.so -> libc.so.6...
Martin Jansa [Mon, 10 May 2010 08:07:23 +0000 (10:07 +0200)]
emacs: add missing chunk in use-qemu.patch for 23.1, create libc.so -> libc.so.6 link

* prefix-args were built with target compiler but later executed in host
  environment, older emacs versions used prefix-args from qemu, but this
  part was missing in emacs23.1-use-qemu.patch
* Paul Fertser suggested that prefix-args should be built with host
  compiler instead and then without need to use qemu-arm
* When there is no libc.so in ${STAGING_DIR_TARGET}, which is copied to
  treedir, then it tries to use libc.so from host, which is wrong.
  Added something like angstrom-libc-fixup-hack.bb but for treedir.
* Also add dbus to DEPENDS to make sure configure finds it for bindings.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agofsoinitd_git.bb: new recipe
Klaus Kurzmann [Sun, 9 May 2010 21:09:37 +0000 (23:09 +0200)]
fsoinitd_git.bb: new recipe

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agoMerge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
Michael Lippautz [Sun, 9 May 2010 20:38:21 +0000 (22:38 +0200)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev

15 years agolibexif: Switched to .inc file based recipe.
Michael Lippautz [Sun, 9 May 2010 19:21:39 +0000 (21:21 +0200)]
libexif: Switched to .inc file based recipe.

* Added gettext as build dep.

Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
15 years agolibexif: Switched to .inc file based recipe.
Michael Lippautz [Sun, 9 May 2010 19:21:39 +0000 (21:21 +0200)]
libexif: Switched to .inc file based recipe.

* Added gettext as build dep. Thanks to M.v.Khurja <vonkhurja@gmx.net>
  for reporting.

Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
15 years agolibnxml: convert to new style staging
Michael Lippautz [Sun, 9 May 2010 08:43:39 +0000 (10:43 +0200)]
libnxml: convert to new style staging

Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
15 years agolibzip: convert to new style staging
Michael Lippautz [Sun, 9 May 2010 08:11:49 +0000 (10:11 +0200)]
libzip: convert to new style staging

Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
15 years agoSlugOS: initscripts-slugos - "unset" CONFFILES in order to avoid
Mike Westerhof [Sun, 9 May 2010 04:25:25 +0000 (23:25 -0500)]
SlugOS: initscripts-slugos - "unset" CONFFILES in order to avoid
an opkg problem during rootfs creation caused by existing
/etc/device_table file.

15 years agotask-beagleboard-demo: remove e-wm-config-angstrom-touchscreen
Koen Kooi [Sat, 8 May 2010 19:09:45 +0000 (21:09 +0200)]
task-beagleboard-demo: remove e-wm-config-angstrom-touchscreen

15 years agoattr: clear TOPDIR env variable in recipe
Cliff Brake [Sat, 8 May 2010 18:21:28 +0000 (14:21 -0400)]
attr: clear TOPDIR env variable in recipe

15 years agoacl: clear TOPDIR env variable in recipe
Cliff Brake [Sat, 8 May 2010 18:21:05 +0000 (14:21 -0400)]
acl: clear TOPDIR env variable in recipe

15 years agolibsdl-image: convert to new style staging
Koen Kooi [Sat, 8 May 2010 16:08:42 +0000 (18:08 +0200)]
libsdl-image: convert to new style staging

15 years agoti: disable "eng" non-public versions for non-Angstrom users
Denys Dmytriyenko [Fri, 7 May 2010 20:49:03 +0000 (16:49 -0400)]
ti: disable "eng" non-public versions for non-Angstrom users

Prevent people not using Angstrom and not including angstrom-codec-engine-*
files from picking up the latest versions automatically and fail to download
sources from TI internal URLs.

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
15 years agovala: 0.8.0.95-e7a7 -> 0.8.0.128-1150
Michael 'Mickey' Lauer [Fri, 7 May 2010 09:31:20 +0000 (11:31 +0200)]
vala: 0.8.0.95-e7a7 -> 0.8.0.128-1150

Also convert to BBCLASSEXTEND = native

15 years agoiw: add 0.9.19
Michael 'Mickey' Lauer [Fri, 7 May 2010 09:21:45 +0000 (11:21 +0200)]
iw: add 0.9.19

15 years agoam-benchmarks: bump the rev for latest fixes
Denys Dmytriyenko [Fri, 7 May 2010 20:24:54 +0000 (16:24 -0400)]
am-benchmarks: bump the rev for latest fixes

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
15 years agomatrix-tui: bump the rev for latest fixes
Denys Dmytriyenko [Fri, 7 May 2010 20:24:26 +0000 (16:24 -0400)]
matrix-tui: bump the rev for latest fixes

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
15 years agomatrix-gui: bump the rev for latest fixes, sans external browser binary
Denys Dmytriyenko [Fri, 7 May 2010 20:23:55 +0000 (16:23 -0400)]
matrix-gui: bump the rev for latest fixes, sans external browser binary

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
15 years agoboost : Remove DEFAULT_PREFERENCE = "-1" from all versions.
Philip Balister [Mon, 3 May 2010 20:41:20 +0000 (16:41 -0400)]
boost : Remove DEFAULT_PREFERENCE = "-1" from all versions.

15 years agoomap3.inc: bump MACHINE_KERNEL_PR
Koen Kooi [Fri, 7 May 2010 18:15:51 +0000 (20:15 +0200)]
omap3.inc: bump MACHINE_KERNEL_PR

15 years agopacemaker: completely disable stack protector for uclibc builds
Roman I Khimov [Thu, 6 May 2010 10:06:52 +0000 (14:06 +0400)]
pacemaker: completely disable stack protector for uclibc builds

Make uclibc builds stable across different architectures.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agonet-snmp: convert to new staging
Roman I Khimov [Fri, 7 May 2010 09:05:32 +0000 (13:05 +0400)]
net-snmp: convert to new staging

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agonet-snmp: fix static libs packaging
Roman I Khimov [Fri, 7 May 2010 08:09:52 +0000 (12:09 +0400)]
net-snmp: fix static libs packaging

No reason to have static libraries in -libs package.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agokernel.bbclass: fix staging of .config
Eric Benard [Thu, 6 May 2010 16:00:58 +0000 (18:00 +0200)]
kernel.bbclass: fix staging of .config

- in staging.bb : sysroot_stage_dir does : cp -fpPR "$src"/* "$dest"
which means it won't copy .config
- so do the copy of .config in sysroot_stage_all_append after
sysroot_stage_dir

Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agoperl: change 'cp' to 'ln' to fix perl build issues, thanks to Tom Rini for the suggestion
Koen Kooi [Fri, 7 May 2010 15:11:31 +0000 (17:11 +0200)]
perl: change 'cp' to 'ln' to fix perl build issues, thanks to Tom Rini for the suggestion

15 years agoangstrom feed sorted: add imote2 support
Koen Kooi [Fri, 7 May 2010 15:00:14 +0000 (17:00 +0200)]
angstrom feed sorted: add imote2 support

15 years agoperl-native: fix do_install a bit more
Koen Kooi [Fri, 7 May 2010 14:59:25 +0000 (16:59 +0200)]
perl-native: fix do_install a bit more

* this doesn't solve the build problem with perl, though

15 years agogit: add ssh to recommends
Koen Kooi [Fri, 7 May 2010 12:27:46 +0000 (14:27 +0200)]
git: add ssh to recommends

15 years agousermanual: Add missing opening <varlistentry> tag in the user manual.
Jacob Helwig [Tue, 27 Apr 2010 17:39:13 +0000 (17:39 +0000)]
usermanual: Add missing opening <varlistentry> tag in the user manual.

While we're here, remove the straggling hard-tabs.

Signed-off-by: Jacob Helwig <jacob@technosorcery.net>
15 years agoti-cgt6x: Add version 6.1.14
Roger Monk [Fri, 7 May 2010 13:03:09 +0000 (14:03 +0100)]
ti-cgt6x: Add version 6.1.14

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
15 years agolinux-omap-psp 2.6.32: move to 3.00.01.06
Koen Kooi [Fri, 7 May 2010 08:56:32 +0000 (10:56 +0200)]
linux-omap-psp 2.6.32: move to 3.00.01.06

15 years agolibpcre: Remove old staging
Michael Lippautz [Fri, 7 May 2010 07:53:16 +0000 (09:53 +0200)]
libpcre: Remove old staging

15 years agoangstrom-uboot-scripts: add some more
Koen Kooi [Thu, 6 May 2010 17:17:32 +0000 (19:17 +0200)]
angstrom-uboot-scripts: add some more

15 years agogst-plugins: build some more plugins (e.g. mms, aacparse, faad)
Koen Kooi [Thu, 6 May 2010 14:37:08 +0000 (16:37 +0200)]
gst-plugins: build some more plugins (e.g. mms, aacparse, faad)

15 years agoibrdtn: Add development versions with DP = -1
Stefan Schmidt [Thu, 6 May 2010 13:01:20 +0000 (15:01 +0200)]
ibrdtn: Add development versions with DP = -1