Re: [oe] Missing kernel modules in OE 2011.03

2012-06-28 Thread Hauser, Wolfgang (external)
Hi, Wasn't aware that you need to include that in an image. Thought this was simply bitbake magic. the package kernel-modules-.ipk is a meta package containing runtime dependencies to all modules compiled with the kernel, created while bitbaking a kernel (kernel.bbclass). It should trigger

Re: [oe] Disable GNU Hash check ?

2012-03-06 Thread Hauser, Wolfgang (external)
INSANE_SKIP_${PN} = True -- Denys Thanks for that hint, but it is INSANE_SKIP_${PN} = True INSANE_SKIP_${PN}-dev = True INSANE_SKIP_${PN}-dbg = True That solves the problem. Regards Wolfgang ___ Openembedded-devel mailing list

[oe] Disable GNU Hash check ?

2012-03-05 Thread Hauser, Wolfgang (external)
Hello, I have to create a package containing static and dynamic libraries and some files. The libraries are delivered by a vendor and we have to use(install) them as they are. While bitbaking the QA procedure complains about missing GNU Hashes. Is there a possibility to disable this check for

[oe] Recipe for TrueCrypt

2012-02-21 Thread Hauser, Wolfgang (external)
Hello, is there a recipe for TrueCrypt available which is usable for OE 2011.03-maintenance based environment ? Regards Wolfgang Hauser ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] (no subject)

2012-02-15 Thread Hauser, Wolfgang (external)
Hello, is there a recipe for TrueCrypt available which is usable for OE 2011.03-maintenance based environment ? Regards Wolfgang Hauser ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] Plans for OE classic future

2011-11-24 Thread Hauser, Wolfgang (external)
I would vote for an open classic master for bugfixing too, our project based on 2011.03-maintenance goes into the final phase and to switch to oe-core, the budged is not available jet. Regards Wolfgang Hauser -Ursprüngliche Nachricht- Von:

[oe] Clean of qt4-embedded don't cleanup sysroot and deploy

2011-11-04 Thread Hauser, Wolfgang (external)
I didn't get an answer, so I ask it again. Hello, if I do a bitbake -c clean for qt4-embedded or qt4-native all libraries and binaries of QT are left in the sysroots and all created packages are left in deploy. This is an result of splitting qt into several sub packages and install them. This

[oe] Clean of qt4-embedded don't cleanup sysroot and deploy

2011-11-03 Thread Hauser, Wolfgang (external)
It may be hidden by the huge work that is done by the community, so I ask it again. Hello, if I do a bitbake -c clean for qt4-embedded or qt4-native all libraries and binaries of QT are left in the sysroots and all created packages are left in deploy. This is an result of splitting qt into

[oe] Clean of qt4-embedded don't cleanup sysroot and deploy

2011-10-21 Thread Hauser, Wolfgang (external)
Hello, if I do a bitbake -c clean for qt4-embedded or qt4-native all libraries and binaries of QT are left in the sysroots and all created packages are left in deploy. This is an result of splitting qt into several sub packages and install them. This behavior makes problems if I change the used

Re: [oe] Patches to add support for TI Linux GraphicsSDK release04.04.00.02

2011-10-13 Thread Hauser, Wolfgang (external)
Ping ? Hello, This depends on 2.6.37 kernel. http://processors.wiki.ti.com/index.php/RN_4_04_00_02#Kernel.28Linux_PS P.29_versions_used_for_validation which OpenEmbedded (2011.03-maintenance) kernel recipe builds this kernel ? Regards Wolfgang ___

Re: [oe] Patches to add support for TI Linux GraphicsSDK release04.04.00.02

2011-10-12 Thread Hauser, Wolfgang (external)
Hello, This depends on 2.6.37 kernel. http://processors.wiki.ti.com/index.php/RN_4_04_00_02#Kernel.28Linux_PS P.29_versions_used_for_validation which OpenEmbedded (2011.03-maintenance) kernel recipe builds this kernel ? Regards Wolfgang ___

[oe] Problems with generating and installing locale packages of eglibc/glibc

2011-08-17 Thread Hauser, Wolfgang (external)
Hello, we generated some locale packages of eglibc and wanted to install them while offline image generation. The locale-base* packages are installed properly, but the corresponding packages e.g. eglibc-binary-localedata-* are not installed.(the same occurs with glibc). we use following settings:

Re: [oe] 2011.03-maintenance: eglibc-binary-localedata packages missing on image

2011-08-05 Thread Hauser, Wolfgang (external)
I would look at classes/libc-package.bbclass and recipes/eglibc/eglibc-package.inc in oe.dev and see if there's been a fix here that needs to be back ported / cherry-picked. Unfortunately there are no changes between the oe.dev (remotes/origin/master) and the remotes/origin/2011.03-maintenance.

[oe] 2011.03-maintenance: eglibc-binary-localedata packages missing on image

2011-08-01 Thread Hauser, Wolfgang (external)
Hello, we want to install our generated locales on our image offline, therefor we use following settings: local.conf: ENABLE_BINARY_LOCALE_GENERATION = 1 LOCALE_GENERATION_WITH_CROSS-LOCALEDEF = 1 GLIBC_INTERNAL_USE_BINARY_LOCALE = compile GLIBC_GENERATE_LOCALES = en_US.UTF-8 en_GB.UTF-8

Re: [oe] Errors on fetching files

2011-07-14 Thread Hauser, Wolfgang (external)
So the question is if wget works from the command line why does it not work from bitbake Unless it uses another method to get the file, but I see nothing in the .bb file to indicate what program is used .. Hello, OE doesn't use the http_proxy variables from environment ! Normaly the

Re: [oe] Errors on fetching files

2011-07-14 Thread Hauser, Wolfgang (external)
To ease the proxy nightmare, use cntlm as a local proxy and use it for all proxy connections. One additional program, but It speeds up proxied connections in browsers as well because it authenticate to the main proxy one time and hold this connection. Normally every connection is authenticated

Re: [oe] Amend recipes which do not contain a (new) target machine in COMPATIBLE_MACHINE

2011-06-09 Thread Hauser, Wolfgang (external)
I have to check the exact error again, that may take bit. It's not a problem with bitbake 1.12.0, the system (debian lenny) I have to use to compile my system don't have python 2.6.0 installed, it uses 2.5.2 so bitbake 1.12.0 won't run. Sorry for complaining about an error. It was a view month

[oe] Amend recipes which do not contain a (new) target machine in COMPATIBLE_MACHINE

2011-06-08 Thread Hauser, Wolfgang (external)
Hello, I added a new machine definition for our hardware (hardware is almost like beagleboard xM) and want to add the specific patches and configurations by using the amend class in my additional layer. If I amend the kernel recipe (linux-omap-psp_2.6.32.bb) for machines contained in

Re: [oe] Amend recipes which do not contain a (new) target machine in COMPATIBLE_MACHINE

2011-06-08 Thread Hauser, Wolfgang (external)
Stupid question: why not send patches to add your machine to OE? Because it is a uncommon special hardware, not available on the shelf. ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] Amend recipes which do not contain a (new) target machine in COMPATIBLE_MACHINE

2011-06-08 Thread Hauser, Wolfgang (external)
Can you not just arrange for your layer to add your own machine to the recipe's COMPATIBLE_MACHINE definition? p. Sure, but then I have to copy the whole files used by the recipe into my layer, that cuts me off from the maintenance of the release.

Re: [oe] Amend recipes which do not contain a (new) target machine in COMPATIBLE_MACHINE

2011-06-08 Thread Hauser, Wolfgang (external)
I guess you might not be able to append to COMPATIBLE_MACHINE from amend.inc since amend.bbclass probably doesn't get run early enough. But you should be able to use COMPATIBLE_MACHINE_append_pn-... in your layer.conf, or COMPATIBLE_MACHINE += in a .bbappend file. Are those not working for you?

Re: [oe] Amend recipes which do not contain a (new) target machine in COMPATIBLE_MACHINE

2011-06-08 Thread Hauser, Wolfgang (external)
COMPATIBLE_MACHINE is a regular expression, so you need to make sure the syntax is not broken when you append to it. In the case of linux-omap-psp, you can try adding |mymachine... Well, COMPATIBLE_MACHINE_append_pn-linux-omap-psp = |mymachine is the working one. Thanks to all, helped me

Re: [oe] Amend recipes which do not contain a (new) target machine in COMPATIBLE_MACHINE

2011-06-08 Thread Hauser, Wolfgang (external)
Really? A default angstrom install will use bitbake 1.12.x and 2011.03-maintenances and that has been building perfectly for a while now. I use the release archive as base and got errors using bitbake 1.12.0. ___ Openembedded-devel mailing list

Re: [oe] Amend recipes which do not contain a (new) target machine in COMPATIBLE_MACHINE

2011-06-08 Thread Hauser, Wolfgang (external)
With archive you mean the release bracnh with all maintenance patches? What packages do you see failing and whats your distro, etc? I took the tar file from OE git server (release-2011.03.tar.gz) and use distribution angstom-2010x as a base for my own system. I have to check the exact error

Re: [oe] [2011.03-maintenance] Pull request #16

2011-05-02 Thread Hauser, Wolfgang (external)
Hello, is there an up to date git for 2011.03-maintenance which is accessible by http:// ?? Thanks and regards Wolfgang Hauser -Ursprüngliche Nachricht- Von: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] Im Auftrag von

[oe] Is there an git accessible via http containing the latest 2011.03 maintenance branch ?

2011-04-20 Thread Hauser, Wolfgang (external)
Hello, our restrictive proxy only allows http connections, so I search for an http accessible git branch, that is mostly up to date. Regards Wolfgang ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] Bug in IPV6 DISTRO_FEATURE handling in recipe openssl_1.0.0d.bb/openssl.inc

2011-04-15 Thread Hauser, Wolfgang (external)
I don't use IPV6, so I removed this feature from my DISTRO_FEATURES. This results in a mangled code in crypto/bio/bss_dgram.c. The sed command in openssl.inc: eval ${@base_contains('DISTRO_FEATURES', 'ipv6', '', 'sed -i -e /AF_INET6/,/break/d ${S}/crypto/bio/bss_dgram.c', d)} cuts out

Re: [oe] Bug in IPV6 DISTRO_FEATURE handling in recipe openssl_1.0.0d.bb/openssl.inc

2011-04-15 Thread Hauser, Wolfgang (external)
Tested a bit, the sed command should look like: eval ${@base_contains('DISTRO_FEATURES', 'ipv6', '', 'sed -i -e \'/case AF_INET6:/,/break/d\' ${S}/crypto/bio/bss_dgram.c', d)} Regards Wolfgang -Ursprüngliche Nachricht- Von: Hauser, Wolfgang (external) Gesendet: Freitag, 15. April

Re: [oe] [PATCH 3/3] base-files-3.0.14 configuration files

2011-03-21 Thread Hauser, Wolfgang (external)
What were the circumstances that caused this to happen for you? p. The problem we have is: we have to create a flushable totally read-only image for our system. Therefore we have to overlay, in my opinion, a huge number of recipes to modify the basic packages for doing offline configurations

Re: [oe] [PATCH 3/3] base-files-3.0.14 configuration files

2011-03-18 Thread Hauser, Wolfgang (external)
Mark some files in ${sysconfdir} as configuration files so they are not blindly overwritten when upgrading I would suggest a pre-/post processing in the packages, like debian does. If a config file exists or is changed, the current File will be rotated or, if possible, left as it is and

Re: [oe] [PATCH 3/3] base-files-3.0.14 configuration files

2011-03-17 Thread Hauser, Wolfgang (external)
Mark some files in ${sysconfdir} as configuration files so they are not blindly overwritten when upgrading I would suggest a pre-/post processing in the packages, like debian does. If a config file exists or is changed, the current File will be rotated or, if possible, left as it is and the new

Re: [oe] How does oe handle rebuilds?

2011-03-08 Thread Hauser, Wolfgang (external)
As I see it is recommended by the community to do a build from scratch if main features as e.g. kernel version has changed. Removing the temporary directory and do an overnight build is the easiest and cleanest resolution. Regards Wolfgang -Ursprüngliche Nachricht- Von:

Re: [oe] OpenEmbedded 2011.3 Release: Request for targets!

2011-02-16 Thread Hauser, Wolfgang (external)
Hello, yes we need qt 4.6.x especialy qt4-embedded-gles_4.6.x, the qt-4.7.1 doesn't provide a gles Version yet, we want to use powervr drivers on OMAP3, so we need supported versions providing OPENGL access. Regards Wolfgang -Ursprüngliche Nachricht- Von:

Re: [oe] svn:// fetcher do not checkout repository at every build

2010-10-04 Thread Hauser, Wolfgang (external)
...@lists.openembedded.org] Im Auftrag von Chris Larson Gesendet: Freitag, 1. Oktober 2010 18:25 An: openembedded-devel@lists.openembedded.org Betreff: Re: [oe] svn:// fetcher do not checkout repository at every build On Fri, Oct 1, 2010 at 8:54 AM, Hauser, Wolfgang (external) wolfgang.hauser.exter

Re: [oe] svn:// fetcher do not checkout repository at every build

2010-10-01 Thread Hauser, Wolfgang (external)
archive name to manage the removal ? Thanks for your help Wolfgang -Ursprüngliche Nachricht- Von: Hauser, Wolfgang (external) Gesendet: Freitag, 27. August 2010 12:20 An: openembedded-devel@lists.openembedded.org Betreff: svn:// fetcher do not checkout repository at every build Hello

Re: [oe] svn:// fetcher do not checkout repository at every build

2010-10-01 Thread Hauser, Wolfgang (external)
- Von: Hauser, Wolfgang (external) Gesendet: Freitag, 27. August 2010 12:20 An: openembedded-devel@lists.openembedded.org Betreff: svn:// fetcher do not checkout repository at every build Hello, as pointed in the bitbake user manual, the svn fetcher should checkout a repository at every

Re: [oe] svn:// fetcher do not checkout repository at every build

2010-10-01 Thread Hauser, Wolfgang (external)
Hello, an additional question according to checking out from svn: Before the sources are checked out from internal svn following messages are received: --2010-10-01 17:14:57-- http://www.angstrom-distribution.org/unstable/sources/xxx.tar.gz .. snip 2010-10-01 17:15:10 ERROR 404: Not Found.

Re: [oe] qt4-embedded-gles_4.6.3: Error on compile/link for angstrom distro and omap3evm machine

2010-09-23 Thread Hauser, Wolfgang (external)
Hello, the problem is solved with a complete build from scratch. I should do it more frequently. Regards Wolfgang Hauser -Ursprüngliche Nachricht- Von: Hauser, Wolfgang (external) Gesendet: Mittwoch, 22. September 2010 14:09 An: 'openembedded-devel@lists.openembedded.org' Betreff: qt4

Re: [oe] How to add special directories and files to a native package ?

2010-09-23 Thread Hauser, Wolfgang (external)
. Is that a proper way ? What are the possible impacts ? Regards Wolfgang Hauser -Ursprüngliche Nachricht- Von: Hauser, Wolfgang (external) Gesendet: Dienstag, 21. September 2010 12:13 An: 'openembedded-devel@lists.openembedded.org' Betreff: How to add special directories and files to a native

[oe] qt4-embedded-gles_4.6.3: Error on compile/link for angstrom distro and omap3evm machine

2010-09-22 Thread Hauser, Wolfgang (external)
Hello, I tried to build the latest qt4-embedded-gles 4.6.3 and got following error message: ... snip | rm -f libQtOpenGLE.so.4.6.3 libQtOpenGLE.so libQtOpenGLE.so.4 libQtOpenGLE.so.4.6 | arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp

Re: [oe] [PATCH] qt4-embedded: avoid circular dependencies for reciped providing qt4-embedded

2010-09-21 Thread Hauser, Wolfgang (external)
Is it possible to apply this patch soon ? I need the gles version of qt4-embedded. At the time I workaround this problem by a modified qt4-embedded recipe. -Ursprüngliche Nachricht- Von: openembedded-devel-boun...@lists.openembedded.org

[oe] How to add special directories and files to a native package ?

2010-09-21 Thread Hauser, Wolfgang (external)
Hello, I have to place some files into a special path in a native package / staging. I tried to add these directories by FILES_${PN} = \ /usr/local/xxx/bin \ /usr/local/xxx/lib \ /usr/local/xxx/scripts \ in my xxx-native recipe, but this won't work for the native staging, the

Re: [oe] net-snmp trouble

2010-09-15 Thread Hauser, Wolfgang (external)
Hello, IMAGE_INSTALL += \ openssh \ nano \ file\ strace \ apache2 \ modphp \ parted \ net-snmp\ simply use packages net-snmp-client net-snmp-mib for a client

[oe] What is the difference of classes sdk and nativesdk ?

2010-09-09 Thread Hauser, Wolfgang (external)
Hello, in OE the class sdk is marked as deprecated and nativesdk should be used. But all toolchain recipes using sdk class. What is the difference/purpose of the nativesdk class ? It is used in OE in few cases, could it be mixed up with recipes inheriting sdk class while building a toolchain ?

[oe] svn:// fetcher do not checkout repository at every build

2010-08-27 Thread Hauser, Wolfgang (external)
Hello, as pointed in the bitbake user manual, the svn fetcher should checkout a repository at every build if SRCDATE is set to now. If I want to use that in OE (for our local applications), always the archive for the repository, stored in download cache, is used instead of doing a new checkout.

Re: [oe] Patch procedure for dummies

2010-08-26 Thread Hauser, Wolfgang (external)
Thanks from me too, but for me it would be helpful to add the necessary steps for people which don't have snmp access for git and have to send patches through the allowed mail client as an attachment. Regards Wolfgang -Ursprüngliche Nachricht- Von:

Re: [oe] Patch procedure for dummies

2010-08-26 Thread Hauser, Wolfgang (external)
for dummies 2010/8/26 Hauser, Wolfgang (external) wolfgang.hauser.exter...@eads.com: Thanks from me too, but for me it would be helpful to add the necessary steps for people which don't have snmp access for git and have to send patches through the allowed mail client as an attachment

[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] 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] mpfr-native_svn.bb: Problems accessing the repository(s) behind a proxy

2010-08-17 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] image.bbclass (rootfs_ipk.bbclass) should run package pre- and postinstall routines in package dependency order

2010-08-16 Thread Hauser, Wolfgang (external)
Hello, I need to reconfigure some packages in my image, therefore I added some additional packages for configuring. I assumed, the packages are installed and configured in proper order while creating an image by bitbake. But at the time, the package pre- and postinstalls are executed in

Re: [oe] [PATCH][v2 2/2] busybox: fix defconfig handling problems triggered by configure according to {MACHINE, DISTRO}_FEATURES; added inetd handling

2010-08-12 Thread Hauser, Wolfgang (external)
I am sorry and I hope the formal stuff will be alright when you resubmit. (Should be v3.) I haven't forgot this, I just haven't time to work on it. The new patch is on the way, I've done some tests and if I got a bit spare time I'll prepare the patch. Regards Wolfgang

Re: [oe] Why PREFERRED_VERSION setting of distro.conf overrules local.conf setting ?

2010-08-11 Thread Hauser, Wolfgang (external)
Hello, I don't wanted to initiate heavy changes, for my experience: Don't change a running system. I just asked for a simple way to use my preferred version for specific packages. As I understand OE, it should be possible to use the main repository with some view personal changes to get the

Re: [oe] Why PREFERRED_VERSION setting of distro.conf overruleslocal.conf setting ?

2010-08-11 Thread Hauser, Wolfgang (external)
well. if you want so many changes to an existing distro then something is wrong with your distro choice. Few changes can be covered as it should be. Don't understand me wrong, a little example what I mean: I want to use some features in busybox the original DISTRO version don't use (and the

[oe] [PATCH] busybox: fix defconfig handling problems triggered by configure according to {MACHINE, DISTRO}_FEATURES; added inetd handling (resent)

2010-08-09 Thread Hauser, Wolfgang (external)
busybox: fix defconfig/.config usage; add inetd, telnetd package; add inetd support for ftpd, telnetd, httpd *Use ${S}/.config instead of ${WORKINGDIR}/defconfig for installing confguration dependend parts. *This applies the changes done by DISTRO_FEATURES processing. *Added configuration

Re: [oe] [PATCH] busybox: fix defconfig handling problems triggered by configure according to {MACHINE, DISTRO}_FEATURES; added inetd handling (resent)

2010-08-09 Thread Hauser, Wolfgang (external)
[RESENT] after [PATCH] so that the tools can strip it automatically. Am Montag, den 09.08.2010, 10:12 +0200 schrieb Hauser, Wolfgang (external): busybox: fix defconfig/.config usage; add inetd, telnetd package; add inetd support for ftpd, telnetd, httpd *Use ${S}/.config instead of ${WORKINGDIR

[oe] [PATCH][v2] busybox: fix defconfig handling problems triggered by configure according to {MACHINE, DISTRO}_FEATURES; added inetd handling

2010-08-09 Thread Hauser, Wolfgang (external)
Hopefully it's ok now. Regards Wolfgang Hauser busybox_inetd.patch Description: busybox_inetd.patch ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] [PATCH] busybox: fix defconfig handling problems triggered by configure according to {MACHINE, DISTRO}_FEATURES; added inetd handling (resent)

2010-08-09 Thread Hauser, Wolfgang (external)
handling (resent) Am Montag, den 09.08.2010, 11:40 +0200 schrieb Hauser, Wolfgang (external): I'll try it again, it's not easy to send out something in a proper way from the restricted area here. (git-send-email is impossible for example) Thanks. But by the way, it may be very useful

[oe] [PATCH][v2] busybox: fix defconfig handling problems triggered by configure according to {MACHINE, DISTRO}_FEATURES; added inetd handling

2010-08-09 Thread Hauser, Wolfgang (external)
It seams, attachment with binary mime type is ignored by patchwork. Sent again. Regards Wolfgang Hauser busybox: fix defconfig/.config usage; add inetd, telnetd package; add inetd support for ftpd, telnetd, httpd *Use ${S}/.config instead of ${WORKINGDIR}/defconfig for installing confguration

[oe] [PATCH][v2 2/2] busybox: fix defconfig handling problems triggered by configure according to {MACHINE, DISTRO}_FEATURES; added inetd handling

2010-08-09 Thread Hauser, Wolfgang (external)
Ok now splitted. Regards Wolfgang Hauser busybox: revision change Signed-off-by: Wolfgang Hauser wolfgang.hauser.exter...@eads.com --- recipes/busybox/busybox.inc |2 +- recipes/busybox/busybox_1.16.2.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [PATCH][v2 1/2] busybox: fix defconfig handling problems triggered by configure according to {MACHINE, DISTRO}_FEATURES; added inetd handling

2010-08-09 Thread Hauser, Wolfgang (external)
Ok now splitted. Regards Wolfgang Hauser busybox: fix defconfig/.config usage; add inetd, telnetd package; add inetd support for ftpd, telnetd, httpd *Use ${S}/.config instead of ${WORKINGDIR}/defconfig for installing confguration dependend parts. *This applies the changes done by

Re: [oe] [PATCH][v2][Resent] busybox: fix defconfig handling problems triggered by configure according to {MACHINE, DISTRO}_FEATURES; added inetd handling

2010-08-09 Thread Hauser, Wolfgang (external)
Sorry to bother you again. It looks like you appended to patches in your attachment. Please sent them separately. That doesn't matter, I am learning. That doesn't matter, I am learning. But that are the things, a HowTo may contain and newbees don't know about w/o extensive manual digging.

Re: [oe] [PATCH][v2 2/2] busybox: fix defconfig handling problems triggered by configure according to {MACHINE, DISTRO}_FEATURES; added inetd handling

2010-08-09 Thread Hauser, Wolfgang (external)
That is not necessary as increasing of the INC_PR will have the PR increased along the way. The busybox_1.16.2.bb is changed too, should there be really no increase of PR ? Regards Wolfgang Hauser ___ Openembedded-devel mailing list

[oe] Why PREFERRED_VERSION setting of distro.conf overrules local.conf setting ?

2010-08-09 Thread Hauser, Wolfgang (external)
Hello, I want to change some used versions of packages, so I added a PREFERRED_VERSION_package=xxx for the packages I want to have a special(newer) version to be used. But e. g. for busybox the version defined in the used distro.conf is used instead of my setting in local.conf. Should

[oe] [PATCH] busybox: fix defconfig handling problems triggered by configure according to {MACHINE, DISTRO}_FEATURES; added inetd handling

2010-08-06 Thread Hauser, Wolfgang (external)
Bugfix: Use ${S}/.config instead of ${WORKINGDIR}/defconfig for installing configuration dependent parts. Now the changes done by DISTRO_FEATURES processing are treated in do_install(). Enhancements: Added configuration dependent packages for inetd, telnetd, httpd which enable inetd based daemon

Re: [oe] Problems building gdb-cross-sdk

2010-08-03 Thread Hauser, Wolfgang (external)
: Dienstag, 3. August 2010 09:23 An: openembedded-devel@lists.openembedded.org Betreff: Re: [oe] Problems building gdb-cross-sdk On Monday, August 02, 2010 11:06:16 pm Hauser, Wolfgang (external) wrote: Hello, I am running in strange problems while building gdb-cross-sdk. snip File

[oe] Problems building gdb-cross-sdk

2010-08-02 Thread Hauser, Wolfgang (external)
Hello, I am running in strange problems while building gdb-cross-sdk. If I run bitbake gdb-cross-sdk on exactly the same overlay/openembedded environment on different virtual machines, I succeed on my test VM, using my production VM I get the following error: DEBUG: Legacy staging mode for

Re: [oe] bitbake error on ncurses_5.4.bb C compiler cannot create executables

2010-07-27 Thread Hauser, Wolfgang (external)
I use the http://gitorious.org/angstrom/openembedded repository, and the latest pull reports the same error to me ! I build an image extending a console-base-image for opma3evm using angstrom distro. Regards Wolfgang Hauser -Ursprüngliche Nachricht- Von:

Re: [oe] [Bitbake-dev] A new bitbake extension: .bbappend files

2010-07-19 Thread Hauser, Wolfgang (external)
I'd be very interested to find a way so that a 'require gcc.inc' in myproject/recipes/gcc_4.4.4.bb would find oe-stable/recipes/gcc/gcc.inc. So far I failed. Try to add the relative path of the .inc to your require statement: 'require recipes/gcc/gcc.inc' (see also the arago overlays as example)

Re: [oe] [PATCH] busybox: add suport for FEATURE_INDIVIDUAL setup

2010-07-12 Thread Hauser, Wolfgang (external)
For me the patch works. Wolfgang Hauser -Ursprüngliche Nachricht- Von: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] Im Auftrag von Roman I Khimov Gesendet: Montag, 12. Juli 2010 07:33 An:

[oe] Best practice to resolve dependency loops ?

2010-07-09 Thread Hauser, Wolfgang (external)
Hello, the current org.openembedded.dev fails while building a image based on console-base-image complaining about unresolved dependency loops. The debugging output of bitbake list the failing packages, but not the dependencies causing the problem. What is the best practice to examine and solve

Re: [oe] Best practice to resolve dependency loops ?

2010-07-09 Thread Hauser, Wolfgang (external)
I would like to add an additional question: Is there e.g something like a dot to html converter aavialable? I've read about parsing the .dot file using grep or awk. I have to search it again. Wolfgang ___ Openembedded-devel mailing list

Re: [oe] Creating a Own Tool chain, some referenced packages are not included into the SDK archive

2010-07-09 Thread Hauser, Wolfgang (external)
Worked here for long time and environment-setup gets populated with corresponding lines... It may work if command script wasn't installed on a host system, while variable script is set in meta-toolchain.bb in the right way, so it was found by meta-toolchain-qte.bb too. Regards Wolfgang Hauser

[oe] Is there a recipe for building and using busybox with libbusybox out there ?

2010-07-07 Thread Hauser, Wolfgang (external)
Hello, I want to use busybox with the applet binaries linked against libbusybox in our system. We need a wide range of applets at the same time, so I suppose it will save overall needed memory space. Also I want to prevent the system from updating alternatives while the first boot. We have to

Re: [oe] Is there a recipe for building and using busybox with libbusybox out there ?

2010-07-07 Thread Hauser, Wolfgang (external)
: Mittwoch, 7. Juli 2010 12:26 An: openembedded-devel@lists.openembedded.org Betreff: Re: [oe] Is there a recipe for building and using busybox with libbusybox out there ? On Wed, 2010-07-07 at 11:45 +0200, Hauser, Wolfgang (external) wrote: I want to use busybox with the applet binaries linked

Re: [oe] Is there a recipe for building and using busybox with libbusybox out there ?

2010-07-07 Thread Hauser, Wolfgang (external)
- Hash: SHA1 On 07-07-10 12:26, Phil Blundell wrote: On Wed, 2010-07-07 at 11:45 +0200, Hauser, Wolfgang (external) wrote: I want to use busybox with the applet binaries linked against libbusybox in our system. We need a wide range of applets at the same time, so I suppose it will save

Re: [oe] Is there a recipe for building and using busybox with libbusybox out there ?

2010-07-07 Thread Hauser, Wolfgang (external)
...@lists.openembedded.org] Im Auftrag von Roman I Khimov Gesendet: Mittwoch, 7. Juli 2010 11:52 An: openembedded-devel@lists.openembedded.org Betreff: Re: [oe] Is there a recipe for building and using busybox withlibbusybox out there ? В сообщении от Среда 07 июля 2010 13:45:25 автор Hauser, Wolfgang

Re: [oe] meta-toolchain-qte produces toolchain with missing Qt includedirs

2010-07-01 Thread Hauser, Wolfgang (external)
I have the same behavior with an derived qt4 toolchain, but some other referenced packages are missing too. -Ursprüngliche Nachricht- Von: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] Im Auftrag von Arjan Gesendet:

Re: [oe] Creating a Own Tool chain, some referenced packages are not included into the SDK archive

2010-07-01 Thread Hauser, Wolfgang (external)
...@lists.openembedded.org] Im Auftrag von Holger Freyther Gesendet: Donnerstag, 1. Juli 2010 14:51 An: openembedded-devel@lists.openembedded.org Betreff: Re: [oe] Creating a Own Tool chain, some referenced packages are not included into the SDK archive On 06/29/2010 11:20 PM, Hauser, Wolfgang (external) wrote: Hello

Re: [oe] Creating a Own Tool chain, some referenced packages are not included into the SDK archive

2010-07-01 Thread Hauser, Wolfgang (external)
Freyther Gesendet: Donnerstag, 1. Juli 2010 14:51 An: openembedded-devel@lists.openembedded.org Betreff: Re: [oe] Creating a Own Tool chain, some referenced packages are not included into the SDK archive On 06/29/2010 11:20 PM, Hauser, Wolfgang (external) wrote: Hello Holger Freyther, here

[oe] Creating a Own Tool chain, some referenced packages are not included into the SDK archive

2010-06-29 Thread Hauser, Wolfgang (external)
Hello, I tried to build my own tool chain, using the target task listed below. The bitbake of the tool chain run w/o errors, but the referenced packages will be installed partly only into the SDK archive. (e.g. libqt-embeddedcore4-dev and libqt-embeddedphonon4-dev reside in the SDK archive, the

Re: [oe] Creating a Own Tool chain, some referenced packages are not included into the SDK archive

2010-06-29 Thread Hauser, Wolfgang (external)
. Juni 2010 16:49 An: openembedded-devel@lists.openembedded.org Betreff: Re: [oe] Creating a Own Tool chain, some referenced packages are not included into the SDK archive On 06/29/2010 10:04 PM, Hauser, Wolfgang (external) wrote: Hello, I use an private overlay, referencing