Re: [oe] [PATCH 0/3] Add efika MX support to OE

2010-08-23 Thread Frans Meulenbroeks
2010/8/23 Khem Raj raj.k...@gmail.com: Hi Following three patches will make OE support Efika MX smart computer. The kernel and u-boot is used from powerdeveloper.org as all the changes are not upstream yet. Thanks -Khem I have reviewed (but not build) the code. The code looks good and as

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

2010-08-23 Thread Frans Meulenbroeks
2010/8/23 AJ ONeal coola...@gmail.com: I did git commit -m [v2] blah blah blah Not really the desired way as now [v2] becomes part of the commit message. Frans git format-patch -1 git send-email *blah* AJ ONeal ___ Openembedded-devel mailing

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

2010-08-23 Thread Frans Meulenbroeks
2010/8/23 AJ ONeal coola...@gmail.com: I registered with patchwork and I removed my bad patches. http://patchwork.openembedded.org/patch/2732/ Is there anything more that I need to do? Or do I just wait for approval / rejection ??? No, Yes. I'm not really knowledgeable in this area so I

Re: [oe] [PATCH, v2] ncurses_5.7.bb, recipes: Make DEFAULT_PREFERENCE

2010-08-23 Thread Frans Meulenbroeks
2010/8/23 Martin Jansa martin.ja...@gmail.com: On Mon, Aug 23, 2010 at 6:26 AM, Khem Raj raj.k...@gmail.com wrote: * Select 5.7 if none pinned. * Bump PR for recipes which have ncurses dependency. Signed-off-by: Khem Raj raj.k...@gmail.com Acked-by: Martin Jansa martin.ja...@gmail.com Do

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

2010-08-23 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19-08-10 21:11, Jason Kridner wrote: 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

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

2010-08-23 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20-08-10 00:17, 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'

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

2010-08-23 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20-08-10 02:02, Denys Dmytriyenko wrote: 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

Re: [oe] [PATCH] beagleboard.conf: get a console prompt on the monitor

2010-08-23 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22-08-10 22:36, Jason Kridner wrote: Signed-off-by: Jason Kridner jkrid...@beagleboard.org --- conf/machine/beagleboard.conf |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/conf/machine/beagleboard.conf

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

2010-08-23 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22-08-10 05:04, AJ ONeal wrote: +do_install () { +install -d ${D}${bindir}/ +install -m 0755 ${S}/node ${D}${bindir}/ +} 'make install' doesn't work? No, if I do `make install` it will try to install to the host location. I tried adding

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

2010-08-23 Thread Paul Menzel
Am Donnerstag, den 19.08.2010, 00:15 -0600 schrieb 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. You are also missing a Signed-off-by line. The process is documented in the Wiki [1] including an example. (Left navigation

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

2010-08-23 Thread Paul Menzel
Am Montag, den 23.08.2010, 07:45 +0200 schrieb Frans Meulenbroeks: 2010/8/23 AJ ONeal coola...@gmail.com: I did git commit -m [v2] blah blah blah Not really the desired way as now [v2] becomes part of the commit message. Git’s manual pages are very good: `git help format-patch`.

Re: [oe] orphaned files

2010-08-23 Thread Vitus Jensen
On Sat, 21 Aug 2010, Frans Meulenbroeks wrote: 2010/8/20 Vitus Jensen vjen...@gmx.de: I thought I made a mistake in the script, but after verification I have not. The recipes you mention have been removed a few days ago

[oe] [PATCH 2/2] uicmoc4-native: Convert to new style staging, Remove do_stage()

2010-08-23 Thread Noor Ahsan
* Remove do_stage function * set NATIVE_INSTALL_WORKS = 1 Signed-off-by: Noor Ahsan nah...@pkl-nahsan-ubuntu.(none) --- recipes/uicmoc/uicmoc4-native_4.4.3.bb | 15 ++- 1 files changed, 2 insertions(+), 13 deletions(-) diff --git a/recipes/uicmoc/uicmoc4-native_4.4.3.bb

[oe] [PATCH 1/2] uicmoc4-native.inc: Convert to new style staging, Remove do_stage()

2010-08-23 Thread Noor Ahsan
* Converted do_stage to do_install * Replaced ${STAGING_BINDIR} with ${D}${bindir} * ${STAGING_DIR_NATIVE} with ${D}${datadir} as q3porting.xml is placed in share directory when we install this package on host. * Replaced some tabs with spaces. * Bump PR to r2 Signed-off-by: Noor Ahsan

[oe] INC_PR

2010-08-23 Thread Frans Meulenbroeks
Probably a useless fact but less than 25% of our inc files uses INC_PR: fr...@frans-desktop:~/workspace/openembedded.git/recipes$ ls */*inc | wc -l 890 fr...@frans-desktop:~/workspace/openembedded.git/recipes$ grep -l INC_PR */*inc | wc -l 202 So 890 inc files, 202 inc files have INC_PR Frans

[oe] new recipe for obexpushd

2010-08-23 Thread Hauser, Wolfgang (external)
Hello, we needed the package obexpushd (from debian) for our system. I've created a recipe for that package. If there is any interest, I can provide this package. I load the original source package from debian package server. Is that the proper way to get the sources ? It may be possible to get

[oe] [PATCH] libesmtp_1.0.4.bb: fix the installed but not shipped in any package warning.

2010-08-23 Thread Michael Kurz
* add esmtp-plugins/*.la to -dev package * add esmtp-plugins/*.a to -static package * move libesmtp-config to the -dev package Signed-off-by: Michael Kurz bet...@bitcloner.org --- recipes/libesmtp/libesmtp_1.0.4.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git

Re: [oe] [PATCH, v2] ncurses_5.7.bb, recipes: Make DEFAULT_PREFERENCE

2010-08-23 Thread Khem Raj
On Mon, Aug 23, 2010 at 12:10 AM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: 2010/8/23 Martin Jansa martin.ja...@gmail.com: On Mon, Aug 23, 2010 at 6:26 AM, Khem Raj raj.k...@gmail.com wrote: * Select 5.7 if none pinned. * Bump PR for recipes which have ncurses dependency.

Re: [oe] OE stable, testing, dev

2010-08-23 Thread Cliff Brake
On Sat, Aug 21, 2010 at 8:31 AM, Gary Thomas g...@mlbassoc.com wrote: Perhaps share this load?  I'd volunteer to make some tests using my Fedora servers. I have posted some initial thoughts to: http://wiki.openembedded.org/index.php/Testing Please sign up for combinations you want to test.

Re: [oe] [PATCH 0/3] Add efika MX support to OE

2010-08-23 Thread Leon Woestenberg
Khem, On Mon, Aug 23, 2010 at 5:13 AM, Khem Raj raj.k...@gmail.com wrote: Following three patches will make OE support Efika MX smart computer. The kernel and u-boot is used from powerdeveloper.org as all the changes are not upstream yet. Thanks, it was on my to-do. Do you have the Efika MX

Re: [oe] new recipe for obexpushd

2010-08-23 Thread Khem Raj
On Mon, Aug 23, 2010 at 5:55 AM, Hauser, Wolfgang (external) wolfgang.hauser.exter...@eads.com wrote: Hello, we needed the package obexpushd (from debian) for our system. I've created a recipe for that package. If there is any interest, I can provide this package. I think if you provide it

[oe] several recipes give a link error: libc.so, needed by libgcc_s.so, not found

2010-08-23 Thread Jay Snyder
I am getting the following warning (I assume it is a warning, because they all seem to produce working executables) for several recipes (rxvt-unicode shown):

Re: [oe] orphaned files

2010-08-23 Thread Frans Meulenbroeks
2010/8/23 Vitus Jensen vjen...@gmx.de: On Sat, 21 Aug 2010, Frans Meulenbroeks wrote: Vitus as the owner/maintainer of the recipe do you want me to reinstate 1.8.28 ? Yes, please do so. Afterwards I will move 1.8 and 1.9 to the current versions. Vitus reverted the patch as requested.

[oe] script to remove orphaned files

2010-08-23 Thread Frans Meulenbroeks
Dear all, As I indicated before there are quite some orphaned patch files that are not used in any recipe. To resolve this I've written a small bash script to remove unused patches/files from a directory. Below is a copy of the script. This is posted to get feedback on the script (with the

Re: [oe] [PATCH] conf/distro/include: remove unused versions

2010-08-23 Thread Frans Meulenbroeks
Summarizing and concluding this: The proposed list was conf/distro/include/freeze.inc conf/distro/include/fso-autorev.inc conf/distro/include/insane-srcrevs.inc conf/distro/include/maemo-preferred.inc conf/distro/include/preferred-gpe-versions-2.6.inc

Re: [oe] several recipes give a link error: libc.so, needed by libgcc_s.so, not found

2010-08-23 Thread Frans Meulenbroeks
2010/8/23 Jay Snyder jay.sny...@tycoelectronics.com: I am getting the following warning (I assume it is a warning, because they all seem to produce working executables) for several recipes (rxvt-unicode shown):

Re: [oe] several recipes give a link error: libc.so, needed by libgcc_s.so, not found

2010-08-23 Thread Khem Raj
On Mon, Aug 23, 2010 at 12:16 PM, Jay Snyder jay.sny...@tycoelectronics.com wrote: I am getting the following warning (I assume it is a warning, because they all seem to produce working executables) for several recipes (rxvt-unicode shown):

Re: [oe] script to remove orphaned files

2010-08-23 Thread Khem Raj
On Mon, Aug 23, 2010 at 1:19 PM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: Dear all, As I indicated before there are quite some orphaned patch files that are not used in any recipe. To resolve this I've written a small bash script to remove unused patches/files from a directory.

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

2010-08-23 Thread AJ ONeal
Please also remember to update the patch queue [2]. Update it to what? That link you gave me is very unclear It is desirable to update the state of the patch in the patch queue. This could also be added to the script. The patch is listed as new. I'd agree with that state. It certainly

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

2010-08-23 Thread AJ ONeal
You are also missing a Signed-off-by line. All I do to add that is --signoff, correct? ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

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

2010-08-23 Thread AJ ONeal
No, if I do `make install` it will try to install to the host location. I tried adding ./configure --prefix=${D}, but that ends up installing to `./work/arm.../usr/bin/bin` I don't know how to add the [v2] onto a patch, but I'm going to submit again with what I have working.

[oe] Build failing on glib

2010-08-23 Thread J. L.
I am building for an overo fire and have tried cleaning the recipe deleting the entire tmp dir and still get stuck on this one file. I have no clue how to even try to fix this one for myself would appreciate some help. Here is as much of the error left in the terminal: | checking whether to

Re: [oe] Build failing on glib

2010-08-23 Thread AJ ONeal
| checking for *glib-genmarshal*... no | configure: *error*: Could not find a *glib-genmarshal* in your PATH NOTE: Task failed: /home/vdubhack/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/glib-2.0-2.24.1-r0/temp/log.do_configure.28085 ERROR: TaskFailed event exception, aborting ERROR:

Re: [oe] several recipes give a link error: libc.so, needed by libgcc_s.so, not found

2010-08-23 Thread Maksym Parkachov
Hi Jay, ./rxvt-unicode-7.9-r1/temp/log.do_compile.9530:44:/home/oe/build-2010-07-29/tmp/sysroots/x86_64-linux/usr/lib/gcc/i686-angstrom-linux/4.3.3/../../../../i686-angstrom-linux/bin/ld: warning: libc.so, needed by

Re: [oe] [PATCH] beagleboard-demo-image: update for xM demo shipped with board

2010-08-23 Thread Jason Kridner
On Mon, Aug 23, 2010 at 4:48 AM, Koen Kooi k.k...@student.utwente.nl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22-08-10 21:28, Jason Kridner wrote: * removed e-wm please don't do that. What is the right way to build an image that can switch window managers? *

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

2010-08-23 Thread AJ ONeal
Please also remember to update the patch queue [2]. Update it to what? That link you gave me is very unclear It is desirable to update the state of the patch in the patch queue. This could also be added to the script. This sentence addresses the case when your patch is

Re: [oe] [PATCH] [v2] added recipe for nodejs

2010-08-23 Thread AJ ONeal
bump AJ ONeal On Sat, Aug 21, 2010 at 9:28 PM, AJ ONeal coola...@gmail.com wrote: --- recipes/nodejs/files/libev-cross-cc.patch | 18 recipes/nodejs/files/node-cross-cc.patch | 14 ++ .../node-dont-include-hosts-usr-include.patch | 22

[oe] testing branch 2010-08-23

2010-08-23 Thread Cliff Brake
Hello, As detailed in the following page, we are trying to get a testing branch going where we try to verify OE builds for a number of combinations of distro/machine/target/ http://wiki.openembedded.net/index.php/Testing I have branched dev.oe.org to the testing-testing branch, and have

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

2010-08-23 Thread J. L.
Great write up AJ once again I wasnt even aware of some of those steps. Probably why a patch I tried to send in a long while ago never showed up again nor did I hear anything. Thanks for taking the time to write out those steps and very clearly, hope to see more on your blog as well about all

Re: [oe] [PATCH] [v2] added recipe for nodejs

2010-08-23 Thread Paul Menzel
Dear AJ, sorry I overlooked that message. I will reply to your other message tomorrow. Am Montag, den 23.08.2010, 17:22 -0600 schrieb AJ ONeal: bump AJ ONeal On Sat, Aug 21, 2010 at 9:28 PM, AJ ONeal coola...@gmail.com wrote: --- After this line a short summary of the changes

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

2010-08-23 Thread Jason Kridner
On Mon, Aug 23, 2010 at 4:43 AM, Koen Kooi k.k...@student.utwente.nl wrote: On 20-08-10 00:17, 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

[oe] [PATCH v2] beagleboard.conf: get a console prompt on the monitor

2010-08-23 Thread Jason Kridner
Bump sysvinit PR and enable the right GETTYS for BeagleBoard. Signed-off-by: Jason Kridner jkrid...@beagleboard.org --- conf/machine/beagleboard.conf |3 +++ recipes/sysvinit/sysvinit_2.86.bb |2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git

Re: [oe] H1940 Boot Issue

2010-08-23 Thread openembedded
Hi, One more observation after a bit of debugging here - I am able to use my OE generated kernel with an older (non-OE) initrd was able to find ... so it seems that the OE generated file system / initrd is the issue. I have tried using a ramdisk, and also a SD partition, to debug the issue -

[oe] Build Directory inside conf

2010-08-23 Thread openembedded
Hi, One item that may need to be cleaned up - there seems to be a copy of build​ inside conf. Thanks. ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel