[oe] [PATCH] rootfs_ipk.bbclass: Fix BAD_RECOMMENDATIONS.

2010-08-18 Thread Graham Gower
See http://code.google.com/p/opkg/source/detail?r=553 And previous discussions: http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg01423.html http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg04051.html Signed-off-by: Graham Gower

Re: [oe] [PATCH] quilt: disable packaged staging on native builds

2010-08-18 Thread Frans Meulenbroeks
2010/8/17 Chris Larson clar...@kergoth.com: On Tue, Aug 17, 2010 at 1:03 PM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: 2010/8/17 Jason Kridner jkrid...@beagleboard.org: Signed-off-by: Jason Kridner jkrid...@beagleboard.org ---  recipes/quilt/quilt-native.inc |    3 +++  

Re: [oe] [PATCH] bison: add flex dependency

2010-08-18 Thread Frans Meulenbroeks
2010/8/17 Phil Blundell ph...@gnu.org: On Tue, 2010-08-17 at 16:14 +0200, Frans Meulenbroeks wrote: 2010/8/17 Phil Blundell ph...@gnu.org: On Mon, 2010-08-16 at 16:26 -0500, Jason Kridner wrote: -DEPENDS = virtual/libintl +DEPENDS = virtual/libintl virtual/flex Does this actually work?

Re: [oe] [PATCH 1/2] sox-native: Run oe-stylize.py

2010-08-18 Thread Frans Meulenbroeks
2010/8/17 Noor Ahsan noor_ah...@mentor.com: * Run oe-stylize.py script on the recipe and modified the recipe according to the output of oe-stylize.py. Signed-off-by: Noor Ahsan noor_ah...@mentor.com ---  recipes/sox/sox-native_13.0.0.bb |   13 ++---  1 files changed, 6

[oe] [PATCH] elftoaout-native_2.3.bb: Removed legacy style staging

2010-08-18 Thread Fahad Usman
* converted do_stage to do_install * replaced ${STAGING_BINDIR} with ${D}${bindir} * added NATIVE_INSTALL_WORKS = 1 * added PR = r1 Signed-off-by: Fahad Usman fahad_us...@mentor.com --- recipes/elftoaout/elftoaout-native_2.3.bb |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-)

[oe] [PATCH] uicmoc3-native: convert to new style staging, remove 'do_stage()'

2010-08-18 Thread Noor Ahsan
* Rename do_stage function name and set the new name as do_install. * Replace OE_QMAKE_INCDIR_QT with ${D}${includedir}/qte3/include, OE_QMAKE_LIBDIR_QT with ${D}${libdir}/qte3/lib, OE_QMAKE_MOC with ${D}${bindir}/moc3, OE_QMAKE_UIC with ${D}${bindir}/uic3, OE_QMAKE_LIBDIR_QT with

[oe] [PATCH] gawk-native_3.1.4.bb: Removed legacy style staging

2010-08-18 Thread Fahad Usman
* converted do_stage to do_install * replaced ${STAGING_BINDIR} with ${D}${bindir} * added NATIVE_INSTALL_WORKS = 1 * added PR = r1 Signed-off-by: Fahad Usman fahad_us...@mentor.com --- recipes/gawk/gawk-native_3.1.4.bb |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff

Re: [oe] [PATCH] gawk-native_3.1.4.bb: Removed legacy style staging

2010-08-18 Thread Frans Meulenbroeks
2010/8/18 Fahad Usman fahad_us...@mentor.com: * converted do_stage to do_install * replaced ${STAGING_BINDIR} with ${D}${bindir} * added NATIVE_INSTALL_WORKS = 1 * added PR = r1 Signed-off-by: Fahad Usman fahad_us...@mentor.com ---  recipes/gawk/gawk-native_3.1.4.bb |    9 ++---  1

Re: [oe] What to do about the poor bitbake Quality Control?

2010-08-18 Thread Martyn Welch
On 17/08/10 16:02, Cliff Brake wrote: I think it would be very useful to have a stable branch that is only synchronised with dev when X number of targets build from a clean build. It seems like this would be high value, with little effort. Of course there will be corner things that break, but

Re: [oe] Write access for Simon Busch

2010-08-18 Thread Dr. Michael Lauer
Simon, send Cliff and me your SSH key. Cheers, :M: ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[oe] [PATCH] libidl-native: add dependency on bison-native

2010-08-18 Thread Jason Kridner
bison-native now depends on flex-native, so we should be good there. The error that would show up without bison: checking for bison... no checking for byacc... no checking for yacc... no configure: error: yacc is not usable as yacc - consider using bison Signed-off-by: Jason Kridner

[oe] psplash psplash-bar.png

2010-08-18 Thread Jay Snyder
I made a custom splash screen for psplash with the make-image-header script. My splash image doesn't have the same background color as the original, so when the progress bar gets overlaid by psplash, I get a band of grey on my screen. I'd like to modify the bar image, but I can find the

[oe] OE stable, testing, dev (was Re: What to do about the poor bitbake Quality Control?)

2010-08-18 Thread Cliff Brake
On Wed, Aug 18, 2010 at 4:30 AM, Martyn Welch martyn.we...@ge.com wrote: On 17/08/10 16:02, Cliff Brake wrote: I think it would be very useful to have a stable branch that is only synchronised with dev when X number of targets build from a clean build.  It seems like this would be high value,

[oe] [PATCH resend][STABLE 1/4] u-boot_git: Add bug20 support

2010-08-18 Thread Stefan Schmidt
From: Stefan Schmidt ste...@buglabs.net Signed-off-by: Stefan Schmidt ste...@buglabs.net --- recipes/u-boot/files/bug20/bug-uboot.patch | 1147 recipes/u-boot/files/bug20/bug-video-setting.patch | 10 + recipes/u-boot/u-boot_git.bb |5 +-

[oe] [PATCH][STABLE 3/4] pointercal: Add bug20 support and bump PR

2010-08-18 Thread Stefan Schmidt
From: Stefan Schmidt ste...@buglabs.net Signed-off-by: Stefan Schmidt ste...@buglabs.net --- recipes/pointercal/files/bug20/pointercal | Bin 0 - 46 bytes recipes/pointercal/pointercal_0.0.bb |2 +- 2 files changed, 1 insertions(+), 1 deletions(-) create mode 100644

[oe] [PATCH][STABLE 4/4] eject-2.1.5: Switch to a working SCR_URI, update checksum and bump PR

2010-08-18 Thread Stefan Schmidt
From: Stefan Schmidt ste...@buglabs.net Signed-off-by: Stefan Schmidt ste...@buglabs.net --- conf/checksums.ini |4 recipes/eject/eject_2.1.5.bb |6 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/conf/checksums.ini b/conf/checksums.ini index

[oe] [PATCH resend][STABLE 2/4] alsa-state: Add state file for bug20

2010-08-18 Thread Stefan Schmidt
From: Stefan Schmidt ste...@buglabs.net Signed-off-by: Stefan Schmidt ste...@buglabs.net --- recipes/alsa/alsa-state.bb |2 +- recipes/alsa/alsa-state/bug20/asound.state | 646 2 files changed, 647 insertions(+), 1 deletions(-) create mode

Re: [oe] OE stable, testing, dev (was Re: What to do about the poor bitbake Quality Control?)

2010-08-18 Thread Jason Kridner
On Wed, Aug 18, 2010 at 11:07 AM, Cliff Brake cliff.br...@gmail.com wrote: On Wed, Aug 18, 2010 at 4:30 AM, Martyn Welch martyn.we...@ge.com wrote: On 17/08/10 16:02, Cliff Brake wrote: I think it would be very useful to have a stable branch that is only synchronised with dev when X number of

[oe] cmake-native and packaged staging error

2010-08-18 Thread Frans Meulenbroeks
When restoring cmake-native from packaged staging I got this error on a package that used it (boost): CMake Error: Could not find CMAKE_ROOT !!! CMake has most likely not been installed correctly. Modules directory not found in /home/frans/oe/tmp_angstrom/sysroots/i686-linux/usr/bin CMake Error:

Re: [oe] OE stable, testing, dev (was Re: What to do about the poor bitbake Quality Control?)

2010-08-18 Thread Frans Meulenbroeks
2010/8/18 Jason Kridner jkrid...@beagleboard.org: On Wed, Aug 18, 2010 at 11:07 AM, Cliff Brake cliff.br...@gmail.com wrote: Getting started (http://wiki.openembedded.net/index.php/Getting_started) points to a tarball for bitbake 1.8.18.  Is this still the recommended version/mechanism for

Re: [oe] OE stable, testing, dev (was Re: What to do about the poor bitbake Quality Control?)

2010-08-18 Thread Khem Raj
On Wed, Aug 18, 2010 at 8:07 AM, Cliff Brake cliff.br...@gmail.com wrote: On Wed, Aug 18, 2010 at 4:30 AM, Martyn Welch martyn.we...@ge.com wrote: On 17/08/10 16:02, Cliff Brake wrote: I think it would be very useful to have a stable branch that is only synchronised with dev when X number of

[oe] etk is in obsolete but there are recipes which depend on it

2010-08-18 Thread Khem Raj
Hi This commit below moved etk to obsolete commit bd75858d8e523dfbed244bf4046b5ce01690 Author: Martin Jansa martin.ja...@gmail.com Date: Fri Mar 19 18:14:59 2010 +0100 efl: move epsilon/etk to obsolete, because they're not supported with newer ecore anymore Signed-off-by: Martin

Re: [oe] etk is in obsolete but there are recipes which depend on it

2010-08-18 Thread Frans Meulenbroeks
2010/8/18 Khem Raj raj.k...@gmail.com: Hi This commit below moved etk to obsolete commit bd75858d8e523dfbed244bf4046b5ce01690 Author: Martin Jansa martin.ja...@gmail.com Date:   Fri Mar 19 18:14:59 2010 +0100    efl: move epsilon/etk to obsolete, because they're not supported with

Re: [oe] Openjdk shark and cacao VMs not working - armv4 LL VM symbol powf, version GLIBCXX_3.4 not, defined

2010-08-18 Thread Stefan Ring
Xerxes Rånby xerxes at zafena.se writes: SHR root at gojama ~ $ java -cacao Linpack LOG: [0x4019] md_signal_handler_sigill: Unknown illegal instruction 0xed1c5a06 at 0x441c2790 LOG: [0x4019] Aborting... Aborted This regression on armv4 and armv5 are most likely caused by

[oe] [PATCH] base-files: Prefer ext4 ext3 ext2

2010-08-18 Thread Tom Rini
Have /etc/filesystems try and mount ext4 then ext3 then ext2 Signed-off-by: Tom Rini tom_r...@mentor.com --- recipes/base-files/base-files/filesystems |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes/base-files/base-files/filesystems

[oe] [PATCH 1/3] Add falconwing machine config

2010-08-18 Thread Sean Cross
Signed-off-by: Sean Cross s...@chumby.com --- conf/machine/chumby-falconwing.conf | 24 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 conf/machine/chumby-falconwing.conf diff --git a/conf/machine/chumby-falconwing.conf

[oe] [PATCH 3/3] Add bootstream-falconwing recipe

2010-08-18 Thread Sean Cross
Signed-off-by: Sean Cross s...@chumby.com --- .../bootstream-falconwing_1.bb | 65 recipes/bootstream-falconwing/fix-oe-build.patch | 405 2 files changed, 470 insertions(+), 0 deletions(-) create mode 100644

[oe] Add chumby falconwing support

2010-08-18 Thread Sean Cross
The following patches add support for chumby Falconwing-based boards, such as the chumby One. This is distinct from the current chumby machine, which appears to be support for the Chumy Classic, Ironforge-based devices. ___ Openembedded-devel mailing

[oe] [PATCH 2/3] Add chumby falconwing kernel recipe

2010-08-18 Thread Sean Cross
Signed-off-by: Sean Cross s...@chumby.com --- recipes/linux/linux-chumby-falconwing.bb| 14 + recipes/linux/linux-chumby-falconwing/defconfig | 1987 +++ 2 files changed, 2001 insertions(+), 0 deletions(-) create mode 100644 recipes/linux/linux-chumby-falconwing.bb

Re: [oe] [PATCH 1/3] Add falconwing machine config

2010-08-18 Thread Graham Gower
On 19 August 2010 08:33, Sean Cross s...@chumby.com wrote: Signed-off-by: Sean Cross s...@chumby.com ---  conf/machine/chumby-falconwing.conf |   24  1 files changed, 24 insertions(+), 0 deletions(-)  create mode 100644 conf/machine/chumby-falconwing.conf diff --git

Re: [oe] [PATCH 1/3] Add falconwing machine config

2010-08-18 Thread Sean Cross
On Aug 18, 2010, at 4:15 PM, Graham Gower wrote: On 19 August 2010 08:33, Sean Cross s...@chumby.com wrote: Signed-off-by: Sean Cross s...@chumby.com --- conf/machine/chumby-falconwing.conf | 24 1 files changed, 24 insertions(+), 0 deletions(-) create mode

Re: [oe] [PATCH 1/3] Add falconwing machine config

2010-08-18 Thread Graham Gower
On 19 August 2010 09:33, Sean Cross s...@chumby.com wrote: On Aug 18, 2010, at 4:15 PM, Graham Gower wrote: On 19 August 2010 08:33, Sean Cross s...@chumby.com wrote: Signed-off-by: Sean Cross s...@chumby.com ---  conf/machine/chumby-falconwing.conf |   24  1

[oe] gnome-utils and gnome-applets configuring without scrollkeeper

2010-08-18 Thread Jason Kridner
From what I've seen, EXTRA_OECONF = --disable-scrollkeeper does not eliminate the dependency on scrollkeeper. Taking a read of configure's command-line help: --disable-scrollkeeper do not make updates to the scrollkeeper database I don't think that means that there isn't a dependency on

Re: [oe] etk is in obsolete but there are recipes which depend on it

2010-08-18 Thread Martin Jansa
On Wed, Aug 18, 2010 at 11:09:35PM +0200, Frans Meulenbroeks wrote: 2010/8/18 Khem Raj raj.k...@gmail.com: Hi This commit below moved etk to obsolete commit bd75858d8e523dfbed244bf4046b5ce01690 Author: Martin Jansa martin.ja...@gmail.com Date:   Fri Mar 19 18:14:59 2010 +0100

[oe] tinderbox packages

2010-08-18 Thread Frans Meulenbroeks
In my dir I have these bb files: docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb docbook-sgml-dtd/docbook-sgml-dtd-4.4-native.bb docbook-sgml-dtd/docbook-sgml-dtd-4.5-native.bb However tinderbox only shows the first one in the list of packages. Does

[oe] cmake-native dependency

2010-08-18 Thread Frans Meulenbroeks
Dear all, Yesterday I noticed a cmake error due to pstaging on boost and usbmuxd. I noticed cmake-native was not in the dependency list, so I added it. However after doing so Koen told me that this dependency is automatically added by inherit cmake. Questions: - what to do next (options: leave

Re: [oe] [PATCH 1/3] Add falconwing machine config

2010-08-18 Thread Khem Raj
On Wed, Aug 18, 2010 at 4:03 PM, Sean Cross s...@chumby.com wrote: Signed-off-by: Sean Cross s...@chumby.com ---  conf/machine/chumby-falconwing.conf |   24  1 files changed, 24 insertions(+), 0 deletions(-)  create mode 100644 conf/machine/chumby-falconwing.conf

Re: [oe] [PATCH 1/3] Add falconwing machine config

2010-08-18 Thread Sean Cross
On Aug 18, 2010, at 10:47 PM, Khem Raj wrote: On Wed, Aug 18, 2010 at 4:03 PM, Sean Cross s...@chumby.com wrote: Signed-off-by: Sean Cross s...@chumby.com --- conf/machine/chumby-falconwing.conf | 24 1 files changed, 24 insertions(+), 0 deletions(-) create

Re: [oe] [PATCH] base-files: Prefer ext4 ext3 ext2

2010-08-18 Thread Frans Meulenbroeks
2010/8/19 Tom Rini tom_r...@mentor.com: Have /etc/filesystems try and mount ext4 then ext3 then ext2 Signed-off-by: Tom Rini tom_r...@mentor.com ---  recipes/base-files/base-files/filesystems |    3 ++-  1 files changed, 2 insertions(+), 1 deletions(-) diff --git

Re: [oe] [PATCH 3/3] Add bootstream-falconwing recipe

2010-08-18 Thread Khem Raj
On Wed, Aug 18, 2010 at 4:03 PM, Sean Cross s...@chumby.com wrote: Signed-off-by: Sean Cross s...@chumby.com ---  .../bootstream-falconwing_1.bb                     |   65  recipes/bootstream-falconwing/fix-oe-build.patch   |  405  2 files changed, 470