Re: [oe] tinderbox packages

2010-08-19 Thread Khem Raj
On Wed, Aug 18, 2010 at 10:37 PM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: 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

Re: [oe] cmake-native dependency

2010-08-19 Thread Khem Raj
On Wed, Aug 18, 2010 at 10:46 PM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: 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

Re: [oe] [PATCH] src_distribute_local.bbclass: add an error message and exit if a file is not found

2010-08-19 Thread Frans Meulenbroeks
2010/8/12 Frans Meulenbroeks fransmeulenbro...@gmail.com: When a file was not found do_distribute_local would still continue. This patch adds an error message and terminates do_distribute_local Signed-off-by: Frans Meulenbroeks fransmeulenbro...@gmail.com ---  

Re: [oe] [PATCH] added a .bb for node.js

2010-08-19 Thread AJ ONeal
P.S. Is this correct way for me to add a recipe? I didn't notice a particular document for it on the website. AJ ONeal ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] [PATCH 1/3][v2] chumby-falconwing: Create chumby-falconwing machine

2010-08-19 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][v2] chumby-falconwing: Create chumby-falconwing bootloader recipe

2010-08-19 Thread Sean Cross
bootstream-falconwing: Add recipe and patch for chumby Bootstream-based bootloader for use with Falconwing-based devices such as the chumby One. Signed-off-by: Sean Cross s...@chumby.com --- .../bootstream-falconwing_1.bb | 65

[oe] [PATCH 2/3][v2] chumby-falconwing: Create chumby-falconwing linux kernel recipe

2010-08-19 Thread Sean Cross
linux-chumby-falconwing: Add chumby Falconwing-based Linux kernel recipe and associated config file. Signed-off-by: Sean Cross s...@chumby.com --- recipes/linux/linux-chumby-falconwing.bb| 14 + recipes/linux/linux-chumby-falconwing/defconfig | 1987 +++ 2 files

[oe] [PATCH] removed duplicate node recipe

2010-08-19 Thread AJ ONeal
--- recipes/node/node_v0.1.104.bb | 23 --- 1 files changed, 0 insertions(+), 23 deletions(-) delete mode 100644 recipes/node/node_v0.1.104.bb diff --git a/recipes/node/node_v0.1.104.bb b/recipes/node/node_v0.1.104.bb deleted file mode 100644 index 368b8fb..000 ---

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

2010-08-19 Thread Stefan Schmidt
Hello. On Wed, 2010-08-18 at 13:52, Khem Raj wrote: However there are recipes which still depend on this e17/e17edje-player_svn.bb e17/edje-editor_svn.bb Role replaced by editje upstream comic-reader/comic-reader_svn.bb e17/exhibit_svn.bb efl1/eflpp_svn.bb efl1/evolve_svn.bb No

Re: [oe] [PATCH] removed duplicate node recipe

2010-08-19 Thread Frans Meulenbroeks
2010/8/19 AJ ONeal coola...@gmail.com: ---  recipes/node/node_v0.1.104.bb |   23 ---  1 files changed, 0 insertions(+), 23 deletions(-)  delete mode 100644 recipes/node/node_v0.1.104.bb diff --git a/recipes/node/node_v0.1.104.bb b/recipes/node/node_v0.1.104.bb deleted

Re: [oe] [PATCH] removed duplicate node recipe

2010-08-19 Thread AJ ONeal
I created the node recipe in the last e-mail patch, but I had a leftover test file that I didn't mean to commit. This removed it. AJ ONeal On Thu, Aug 19, 2010 at 12:50 AM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: 2010/8/19 AJ ONeal coola...@gmail.com: ---

Re: [oe] [PATCH] removed duplicate node recipe

2010-08-19 Thread AJ ONeal
the e-mail entitled [patch] added a .bb for node.js is is the correct way to add a new recipe? ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[oe] [PATCH] added a .bb for node.js

2010-08-19 Thread AJ ONeal
--- recipes/node/files/libev-arm-cross.patch | 45 ++ recipes/node/files/node-arm-cross.patch | 31 recipes/node/node_0.1.104.bb | 28 ++ recipes/node/node_v0.1.104.bb| 23 +++ 4 files

Re: [oe] [PATCH] removed duplicate node recipe

2010-08-19 Thread Frans Meulenbroeks
2010/8/19 AJ ONeal coola...@gmail.com: I created the node recipe in the last e-mail patch, but I had a leftover test file that I didn't mean to commit. This removed it. In that case, as the patch is not yet accepted the way of working is to create a new patch (v2) instead of applying a patch

Re: [oe] [PATCH] added a .bb for node.js

2010-08-19 Thread Frans Meulenbroeks
Can't judge the patches, but will give some feedback on one of your recipe versions 2010/8/19 AJ ONeal coola...@gmail.com: diff --git a/recipes/node/node_0.1.104.bb b/recipes/node/node_0.1.104.bb new file mode 100644 index 000..a99eaff --- /dev/null +++ b/recipes/node/node_0.1.104.bb

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

2010-08-19 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Can't this me merged into the .26.28 kernel recipe? On 19-08-10 01:03, Sean Cross wrote: Signed-off-by: Sean Cross s...@chumby.com --- recipes/linux/linux-chumby-falconwing.bb| 14 + recipes/linux/linux-chumby-falconwing/defconfig |

Re: [oe] [PATCH] added a .bb for node.js

2010-08-19 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19-08-10 08:07, AJ ONeal wrote: diff --git a/recipes/node/node_0.1.104.bb b/recipes/node/node_0.1.104.bb new file mode 100644 index 000..a99eaff --- /dev/null +++ b/recipes/node/node_0.1.104.bb @@ -0,0 +1,28 @@ +DESCRIPTION = nodeJS

Re: [oe] [PATCH] added a .bb for node.js

2010-08-19 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 And the PN should be nodejs On 19-08-10 08:07, AJ ONeal wrote: --- recipes/node/files/libev-arm-cross.patch | 45 ++ recipes/node/files/node-arm-cross.patch | 31

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

2010-08-19 Thread Martin Jansa
On Wed, Aug 18, 2010 at 01:52:45PM -0700, Khem Raj wrote: 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

Re: [oe] OE stable, testing, dev

2010-08-19 Thread Florian Boor
Hi, Cliff Brake schrieb: So something like Debian's stable, testing and unstable[1]? That sounds good to me -- so how about org.openembedded.dev and org.openembedded.testing branches? great to see this finally happen, I remember we discussed this years ago. I'll plan to start doing a

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

2010-08-19 Thread Fahad
On Wed, 2010-08-18 at 10:40 +0200, Frans Meulenbroeks wrote: 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

Re: [oe] problem building openjdk-6

2010-08-19 Thread Martin Jansa
On Wed, Aug 11, 2010 at 09:25:48AM +0200, Henning Heinold wrote: On Wed, Aug 11, 2010 at 08:47:14AM +0200, Jaap de Jong wrote: Hi, since a day or 6/7 ago I can't build openjdk-6 anymore. This is the latest patch that builds fine; later fail... commit

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

2010-08-19 Thread Frans Meulenbroeks
2010/8/19 Fahad fahad_us...@mentor.com: Hi Frans, With this do_install function, I get only one binary file (sysroots/i686-linux/usr/bin/gawk) in the resulting .ipk file, but if I remove the do_install function from the recipe and let the autotools's do_install execute, a bunch of other

[oe] virtclass_install prepend

2010-08-19 Thread Frans Meulenbroeks
Hi, Found this in our reicpes: dbus/dbus-glib_0.86.bb:do_install_virtclass-native_prepend() { postfix/postfix.inc:do_install_prepend_virtclass-native() { Who is right wrt the position of _prepend ? Or are both ok ? (and if so are there any differences? ) Frans

Re: [oe] problem building openjdk-6

2010-08-19 Thread Henning Heinold
On Thu, Aug 19, 2010 at 12:55:18PM +0200, Martin Jansa wrote: Hi, did you resolve it somehow? I still have the same issue on 2 hosts, 2 different DISTROs and I didn't find any empty .jar or something. Regards, -- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com Hi, not the

Re: [oe] problem building openjdk-6

2010-08-19 Thread Martin Jansa
On Thu, Aug 19, 2010 at 02:13:01PM +0200, Henning Heinold wrote: On Thu, Aug 19, 2010 at 12:55:18PM +0200, Martin Jansa wrote: Hi, did you resolve it somehow? I still have the same issue on 2 hosts, 2 different DISTROs and I didn't find any empty .jar or something. Regards, --

Re: [oe] orphaned files

2010-08-19 Thread Vitus Jensen
On Sun, 15 Aug 2010, Frans Meulenbroeks wrote: I've made a list of patch files in recipes (prefixed with file://) and compared it with the list of patch files as appear on disk. Below is the list of 645 files that do not show up in any recipe and as such can be considered as orphaned. Proposal

[oe] mpfr-native_svn.bb: Problems accessing the repository(s) behind a proxy

2010-08-19 Thread Hauser, Wolfgang (external)
Hello, as I am sitting behind an restrictive proxy, I'm unable to use svn: protocol. The svn repository used for mpfr-native_svn.bb is accessible via svn: or https: . The https: access needs an authentication (--username= --password==) according to the webpage. Is there a possibility to send

[oe] [PATCH] tzcode-native.inc: Converted new style staging, remove do_datge()

2010-08-19 Thread Noor Ahsan
* Converted do_stage to do_install * Converted ${STAGING_BINDIR_NATIVE} to ${D}${bindir} * Set NATIVE_INSTALL_WORKS = 1 * Bumped PR to r4 * Removed tab with 8 spaces in SRC_URI Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- recipes/tzcode/tzcode-native.inc | 20 +--- 1

[oe] configure error for xproto

2010-08-19 Thread David Peters
I recently ran sh oebb.sh update and tried building packages for the am3517-evm board. I'm now getting the following error. Any ideas what is causing this? . . . 614 configure:3097: checking whether the C compiler works 615 configure:3119: arm-angstrom-linux-gnueabi-gcc -march=armv7-a

[oe] libc.a sanity check

2010-08-19 Thread Alessandro GARDICH
Hi all Recently i got into a know bug of OE. Trying to build a static native executable do_compile fail with /usr/bin/ld: cannot find -lc . For me was module-init-tools-cross and my target was atngw100 with uclibc so I spend quite long time trying to figure out what was wrong recipe (I though

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

2010-08-19 Thread Tom Rini
Frans Meulenbroeks wrote: 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

[oe] [PATCH] tofrodos-native: created

2010-08-19 Thread Jason Kridner
Created from the same version used for non-native. Had to replace S, since PN doesn't reflect the tar directory (tofrodos). Updated patch to include creation of new directories. This needed to be done in the Makefile to cover both do_install and do_populate_sysroot. Added patch to use

[oe] [PATCH] ti-msp430-chronos: replaced dos2unix with fromdos

2010-08-19 Thread Jason Kridner
* Added dependency on tofrodos-native * Ran oe-stylize.pl * Corrected spelling of LICENSE Signed-off-by: Jason Kridner jkrid...@beagleboard.org --- recipes/ti/ti-msp430-chronos_1.05.00.00.bb | 33 +++ 1 files changed, 14 insertions(+), 19 deletions(-) diff --git

[oe] [PATCH] esc-media: updated revision

2010-08-19 Thread Jason Kridner
Added startup.wav (missed it the first time). Corrected the MD5SUM. Signed-off-by: Jason Kridner jkrid...@beagleboard.org --- recipes/esc/esc-media_5.bb | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) create mode 100644 recipes/esc/esc-media_5.bb diff --git

[oe] Creating a new recipe, how to fix config.log: CROSS COMPILE Badness /usr/include in INCLUDEPATH?

2010-08-19 Thread AJ ONeal
I'm assuming that this CROSS COMPILE Badness is part of OE and not part of the package. What is it that I need to do to correct this error? Please point me in the right direction. NOTE: Running task 391 of 552 (ID: 8, /home/coolaj86/overo-oe/user.collection/recipes/nodejs/nodejs_0.1.104.bb,

Re: [oe] virtclass_install prepend

2010-08-19 Thread Chris Larson
On Thu, Aug 19, 2010 at 4:29 AM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: Hi, Found this in our reicpes: dbus/dbus-glib_0.86.bb:do_install_virtclass-native_prepend() { This prepends to do_install_virtclass-native, which will then replace do_install when the overrides are

Re: [oe] problem building openjdk-6

2010-08-19 Thread Martin Jansa
On Thu, Aug 19, 2010 at 02:13:01PM +0200, Henning Heinold wrote: On Thu, Aug 19, 2010 at 12:55:18PM +0200, Martin Jansa wrote: Hi, did you resolve it somehow? I still have the same issue on 2 hosts, 2 different DISTROs and I didn't find any empty .jar or something. Regards, --

[oe] [PATCH] Fix the package_arch=machine_arch logic to use FILESPATH*

2010-08-19 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com - Use FILESPATHPKG and FILESPATHBASE to locate the machine specific dirs - Use the fetch urldata rather than poking at urls ourselves - Move the logic into utils.bbclass as def'd python functions - Simplify Signed-off-by: Chris Larson

[oe] [PATCH] beagleboard.conf: use qt4-x11-free-gles

2010-08-19 Thread Jason Kridner
Signed-off-by: Jason Kridner jkrid...@beagleboard.org --- conf/machine/beagleboard.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index ce48019..579bcc6 100644 --- a/conf/machine/beagleboard.conf +++

Re: [oe] Creating a new recipe, how to fix config.log: CROSS COMPILE Badness /usr/include in INCLUDEPATH?

2010-08-19 Thread Frans Meulenbroeks
2010/8/19 AJ ONeal coola...@gmail.com: I'm assuming that this CROSS COMPILE Badness is part of OE and not part of the package. Right What is it that I need to do to correct this error? Please point me in the right direction. see below NOTE: Running task 391 of 552 (ID: 8,

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

2010-08-19 Thread Frans Meulenbroeks
2010/8/19 Tom Rini tom_r...@mentor.com: Frans Meulenbroeks wrote: 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

Re: [oe] virtclass_install prepend

2010-08-19 Thread Frans Meulenbroeks
2010/8/19 Chris Larson clar...@kergoth.com: On Thu, Aug 19, 2010 at 4:29 AM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: Hi, Found this in our reicpes: dbus/dbus-glib_0.86.bb:do_install_virtclass-native_prepend() { This prepends to do_install_virtclass-native, which will then

[oe] [PATCH v3 3/3] chumby-falconwing: Create chumby-falconwing bootloader recipe

2010-08-19 Thread Sean Cross
The checksums of the archive changed, which means the recipe needed to be updated to match. Signed-off-by: Sean Cross s...@chumby.com --- .../bootstream-falconwing_1.bb | 65 recipes/bootstream-falconwing/fix-oe-build.patch | 405 2 files

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

2010-08-19 Thread Sean Cross
On Aug 19, 2010, at 1:32 AM, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Can't this me merged into the .26.28 kernel recipe? On 19-08-10 01:03, Sean Cross wrote: Signed-off-by: Sean Cross s...@chumby.com --- recipes/linux/linux-chumby-falconwing.bb| 14

[oe] [PATCH] base-files: beagleboard: profile: use nano

2010-08-19 Thread Jason Kridner
If nano is available and EDITOR isn't otherwise set, then use it. Advanced users who would prefer vi will know how to set EDITOR anyway. I can clearly see myself being frustrated typing 'export EDITOR=vi' every time I start a BeagleBoard test ramdisk image, but better me have that than to try to

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

2010-08-19 Thread Frans Meulenbroeks
Since I had some time to spare I converted the recipe to BBCLASSEXTEND = native Thanks for your contribution and inspiration. Frans ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] [PATCH] base-files: beagleboard: profile: use nano

2010-08-19 Thread Gary Thomas
On 08/19/2010 02:08 PM, Jason Kridner wrote: If nano is available and EDITOR isn't otherwise set, then use it. Advanced users who would prefer vi will know how to set EDITOR anyway. I can clearly see myself being frustrated typing 'export EDITOR=vi' every time I start a BeagleBoard test ramdisk

[oe] [PATCH] base-files: beagleboard: profile: use nano

2010-08-19 Thread Jason Kridner
If nano is available and EDITOR isn't otherwise set, then use it. Advanced users who would prefer vi will know how to set EDITOR anyway. I can clearly see myself being frustrated typing 'export EDITOR=vi' every time I start a BeagleBoard test ramdisk image, but better me have that than to try to

Re: [oe] [PATCH 1/3][v2] chumby-falconwing: Create chumby-falconwing machine

2010-08-19 Thread Denys Dmytriyenko
On Wed, Aug 18, 2010 at 11:24:13PM -0700, Sean Cross wrote: Signed-off-by: Sean Cross s...@chumby.com Sean, Do you have corresponding configs for a Silvermoon machine as well? :) I wouldn't mind playing with that... :) -- Denys ___

Re: [oe] Add chumby falconwing support

2010-08-19 Thread Denys Dmytriyenko
On Wed, Aug 18, 2010 at 04:03:16PM -0700, Sean Cross wrote: 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. Sean, I

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

2010-08-19 Thread Denys Dmytriyenko
On Wed, Aug 18, 2010 at 07:05:48PM +0200, Frans Meulenbroeks wrote: 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

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

2010-08-19 Thread Denys Dmytriyenko
On Wed, Aug 18, 2010 at 09:57:18PM -0400, Jason Kridner wrote: 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