Re: [OE-core] [PATCH] weston-init: Run drm udev rule after systemd multi-seat setup

2020-09-08 Thread Henning Heinold
On Tue, Sep 08, 2020 at 11:19:05PM -0700, Khem Raj wrote: > Currently, weston when autolauched with systemd ends up with seat0 > related errors because its launched before seat0 is assigned. The udev > rule to install the seat is called 72-seat-drm-pci-_00_02_0.rules > which sorts after 71-west

[OE-core] [oe-core][RFC 0/2] busybox:udhcpc: option to skip the default route

2015-09-08 Thread Henning Heinold
* add an configuration option to the default file and simple.script for setting the default route or not * this can be usefull if you already if a default route is already set via pppd or other network daemons This work was sponsored by sysmocom GmbH Signed-off-by: Henning Heinold

[OE-core] [oe-core][RFC 0/2] busybox:udhcpc: add option for modify resolv.conf

2015-09-08 Thread Henning Heinold
: Henning Heinold --- meta/recipes-core/busybox/busybox.inc | 4 +++- meta/recipes-core/busybox/busybox_1.23.2.bb| 1 + meta/recipes-core/busybox/busybox_git.bb | 1 + meta/recipes-core/busybox/files/simple.script | 28 +++--- meta/recipes-core/busybox/files

[OE-core] [oe-core][RFC 0/2]

2015-09-08 Thread Henning Heinold
. The second patch deals with setting a default route or not. We like to get this upstream and of course some feedback. Henning Heinold (2): busybox:udhcpc: add option for modify resolv.conf busybox:udhcpc: option to skip the default route meta/recipes-core/busybox/busybox.inc | 4

[OE-core] [PATCH V2] python-2.7/3.4-manifest.inc: add missing dependencies for python-netserver

2015-06-16 Thread Henning Heinold
* SimpleHTTPServer imports shutil so we need definitly python-shell * SocketServer can be run without the threading modul, but I think we should run the full blown stuff, so let us add python-threading * this work was sponsored by sysmocom GmbH Signed-off-by: Henning Heinold --- meta

[OE-core] [PATCH] python-2.7/3.4-manifest.inc: add missing dependencies for python-netserver

2015-06-09 Thread Henning Heinold
GmbH Signed-off-by: Henning Heinold --- meta/recipes-devtools/python/python-2.7-manifest.inc | 2 +- meta/recipes-devtools/python/python-3.4-manifest.inc | 4 ++-- meta/recipes-devtools/python/python.inc | 2 +- scripts/contrib/python/generate-manifest-2.7.py | 2 +- scripts

Re: [OE-core] [PATCH 3/3] gettext 0.6.1: disable native

2015-02-12 Thread Henning Heinold
Hi Robert, you mised a 1 in the subject: [OE-core] [PATCH 3/3] gettext 0.6.1: disable native ^^^ Bye Henning -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mai

Re: [OE-core] [PATCH 2/7] libtool: don't execute automake and autoconf on every invocation

2015-02-12 Thread Henning Heinold
On Thu, Feb 12, 2015 at 01:07:35AM -0800, Robert Yang wrote: > From the origin commit message: > Regression from 2.4.2 was causing noticable slow-down in builds > that call libtool many times. > * build-aux/ltmain.in (func_help): Override func_help() from > gl/build-aux/options-parser to only run a

Re: [OE-core] [PATCH 1/1] piglit: add bash to RDEPENDS_piglit

2014-09-02 Thread Henning Heinold
On Tue, Sep 02, 2014 at 02:41:49AM -0700, Robert Yang wrote: > Bash: > piglit/usr/lib/piglit/tests/asmparsertest/make_test_list.sh:#!/bin/bash > piglit/usr/lib/piglit/tests/asmparsertest/vp-tex.sh:#!/bin/bash > piglit/usr/lib/piglit/tests/spec/glsl-1.10/variable-index-read.sh:#!/bin/bash > piglit/u

[OE-core] Problem with debian renaming and upgrade-path on dora

2014-07-29 Thread Henning Heinold
Hi, I have a problem to get a sane upgrade path for a library package which should be splitted in to serval packages on dora. The old package is called libfoo now the package gets split into libfoo libfoo-bar libfoo-set and so on. Because of the debian renaming for libraries the PN-library pac

Re: [OE-core] [PATCH 1/1] perf: split package

2014-07-17 Thread Henning Heinold
an be overridden, > >and then we can age it out over time. > > > >Bruce > Do you mean we should set RDEPENDS like: > RDEPENDS_${PN} ?= "${PN}-archive ${PN}-tests ${PN}-python ${PN}-perl" > > In perf.bb file, we have RDEPENDS_${PN} += "elfutils", so

Re: [OE-core] Reagrding meta-networking

2014-06-30 Thread Henning Heinold
On Mon, Jun 30, 2014 at 01:29:26PM -, Himanshu Pandey wrote: > Hi, > > Since I want dhcp and pppoe, so I downloaded the same from git and included > meta-networking layer in bblayers.conf. This layer is getting compiled but > somehow dhcp and pppoe are not getting included in the final imag

[OE-core] [PATCH 3/3][for-dora] perf: add slang to the dependencies

2014-06-24 Thread Henning Heinold
-by: Henning Heinold --- meta/recipes-kernel/perf/perf.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index e43f053..63d356e 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf

[OE-core] [PATCH 0/3][for-dora] backport of the perf enhencements

2014-06-24 Thread Henning Heinold
The following patches are backports of the perf enhencements. They are not critical, but can reduce imagesizes for analysing performance issues. Henning Heinold (3): perf: fix broken shell comparsion in do_install perf: split packging perf: add slang to the dependencies meta/recipes

[OE-core] [PATCH 1/3][for-dora] perf: fix broken shell comparsion in do_install

2014-06-24 Thread Henning Heinold
The patch was sponsored by sysmocom Signed-off-by: Henning Heinold --- meta/recipes-kernel/perf/perf.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 903ffa6..31c2c8e 100644 --- a/meta/recipes-kernel

[OE-core] [PATCH 2/3][for-dora] perf: split packging

2014-06-24 Thread Henning Heinold
* some fundamental perf commands can work without the dependency on perl, python or bash make them separate packages and RSUGGEST them * bump PR The patch was sponsored by sysmocom Signed-off-by: Henning Heinold --- meta/recipes-kernel/perf/perf.bb | 21 +++-- 1 file

[OE-core] [oe-core][PATCH]v2 perf: add slang to the dependencies

2014-06-16 Thread Henning Heinold
-by: Henning Heinold --- meta/recipes-kernel/perf/perf.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 92d37e2..20968f9 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf

Re: [OE-core] [oe-core][PATCH 2/3] perf: fix broken shell comparsion in do_install

2014-06-10 Thread Henning Heinold
On Mon, Jun 09, 2014 at 08:35:06PM -0400, Bruce Ashfield wrote: > When describing something as broken in the short log, it's typically a good > idea to also include the symptoms, and the fix. That way the log will tell > someone experience a particular problem that this change indeed addresses > th

[OE-core] [oe-core][PATCH 3/3] perf: split packging

2014-06-09 Thread Henning Heinold
* some fundamental perf commands can work without the dependency on perl, python or bash make them separate packages and RSUGGEST them * bump PR The patch was sponsored by sysmocom Signed-off-by: Henning Heinold --- meta/recipes-kernel/perf/perf.bb | 22 +- 1 file

[OE-core] [oe-core][PATCH 2/3] perf: fix broken shell comparsion in do_install

2014-06-09 Thread Henning Heinold
The patch was sponsored by sysmocom Signed-off-by: Henning Heinold --- meta/recipes-kernel/perf/perf.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index adbecfd..74686ca 100644 --- a/meta/recipes-kernel

[OE-core] [oe-core][PATCH 1/3] perf: add slang to the dependencies

2014-06-09 Thread Henning Heinold
* some kernels depends on newt, some on slang and some on boths * changing TUI_DEFINES is not necessary, because NO_NEWT is compatible with all kernels The patch was sponsored by sysmocom Signed-off-by: Henning Heinold --- meta/recipes-kernel/perf/perf.bb | 2 +- 1 file changed, 1 insertion

[OE-core] [oe-core][PATCH 0/3] perf packaging improvements and fixes

2014-06-09 Thread Henning Heinold
only, which works on qemuarm. The series was sponsored by sysmocom and are mentioned according to http://lists.openembedded.org/pipermail/openembedded-core/2013-December/087190.html Henning Heinold (3): perf: add slang to the dependencies perf: fix broken shell comparsion in do_install perf

Re: [OE-core] [RFC/RFT 2/2] weston: upgrade to 1.5.0

2014-05-23 Thread Henning Heinold
On Thu, May 22, 2014 at 09:02:20AM -0700, Tim Orling wrote: > From: Tim Orling > > * replace 0001-remove-dependence-on-wayland-scanner-flags.patch with > disable-wayland-scanner-pkg-check.patch > * add make-lcms-configureable.patch (WIP... needs work) > = fix for JaMa test-dependencies > > S

Re: [OE-core] [PATCH 0/5] refactor the archive*.bbcalss

2014-02-13 Thread Henning Heinold
On Thu, Feb 13, 2014 at 05:54:50PM +0800, Robert Yang wrote: > > Please hold on this, the recent changes of the prefuncs and postfuncs > on bitbake makes it doesn't work on gcc-*, I will send a V2. > > // Robert > Hi Robert, do not forget the sstate problems which of course happens on dora bra

Re: [OE-core] strange directories inside sdk build with with dora

2014-02-11 Thread Henning Heinold
On Mon, Feb 10, 2014 at 09:46:47PM -0800, Khem Raj wrote: > > On Jan 21, 2014, at 7:50 AM, Henning Heinold > wrote: > > > Hi, > > > > I build a sdk with latest stable dora and in includes some x86 directories > > in the arm sysroot: > > > > pw

Re: [OE-core] [PATCH] systemd: add a hard dependency on udev=$EXTENDPKGV

2014-02-06 Thread Henning Heinold
On Thu, Feb 06, 2014 at 02:13:12PM +, Ross Burton wrote: > If the systemd/sysvinit DISTRO_FEATURES are changed without wiping the package > feeds it's possible to build an image that pulls in mismatching versions of > systemd and udev. This leads to images that are broken and don't boot > corr

Re: [OE-core] [PATCH] cogl: kms: include necessary header for size_t

2014-01-28 Thread Henning Heinold
On Tue, Jan 28, 2014 at 08:15:31PM +0100, Andreas Oberritter wrote: > Fixes compilation in cases where stddef.h is not alrady ^^ nitpicking about spelling. Bye Henning ___ Openembedded-core mailing l

[OE-core] strange directories inside sdk build with with dora

2014-01-21 Thread Henning Heinold
Hi, I build a sdk with latest stable dora and in includes some x86 directories in the arm sysroot: pwd /opt/poky/1.5.1/sysroots/armv5te-poky-linux-gnueabi find | grep "/opt" ./opt ./opt/poky ./opt/poky/1.5.1 ./opt/poky/1.5.1/sysroots ./opt/poky/1.5.1/sysroots/x86_64-pokysdk-linux ./opt/poky/1

Re: [OE-core] [PATCH 0/5] refactor the archive*.bbcalss

2014-01-13 Thread Henning Heinold
On Mon, Jan 13, 2014 at 06:47:39PM +0800, Robert Yang wrote: > > On 01/13/2014 06:21 PM, Martin Jansa wrote: > >On Tue, Jan 14, 2014 at 12:20:14AM +0800, Robert Yang wrote: > >>* The archive*.bbclass didn't work, and there were a few problems, for > >> example: > >> 1) There were a few duplica

Re: [OE-core] Status for "Sponsored by" git tags

2013-12-04 Thread Henning Heinold
Hi again, okay when the compromis is to name the sponsor in the commit message than I am fine with it too. If noboy objects, I will add it to the wiki for reference and will soon send the first patch. Bye Henning ___ Openembedded-core mailing list Open

Re: [OE-core] Status for "Sponsored by" git tags

2013-12-03 Thread Henning Heinold
On Tue, Dec 03, 2013 at 12:21:10PM -0500, Bruce Ashfield wrote: > On Tue, Dec 3, 2013 at 11:55 AM, Henning Heinold > Urk. Of the top of my head .. that just looks nasty. Signed-off-by: > already indicates > a company name, so going further than that is overkill IMHO. > > Bruce

Re: [OE-core] Status for "Sponsored by" git tags

2013-12-03 Thread Henning Heinold
On Tue, Dec 03, 2013 at 11:43:41AM -0500, Philip Balister wrote: > On 12/03/2013 11:08 AM, Henning Heinold wrote: > > Hi, > > > > how is the status about using "Sponsored by" git tags. Do we want something > > like that in openemebdded or not? > > Wha

[OE-core] Status for "Sponsored by" git tags

2013-12-03 Thread Henning Heinold
Hi, how is the status about using "Sponsored by" git tags. Do we want something like that in openemebdded or not? Bye Henning ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/open

Re: [OE-core] [PATCH 1/1] iproute2: explicitly add 'bash' to its RDEPENDS]

2013-10-31 Thread Henning Heinold
--- Begin Message --- On Wed, Oct 30, 2013 at 10:07:46AM +0800, qi.c...@windriver.com wrote: > From: Chen Qi > > If we build a minimal image with iproute2 installed, the following > error will appear during rootfs. > > error: Can't install iproute2-3.10.0-r0.0@i586: no package provides /bin/bash

Re: [OE-core] [PATCH] external-sourcery: add missing providers

2013-07-26 Thread Henning Heinold
On Thu, Jul 25, 2013 at 02:35:44PM -0700, Saul Wold wrote: > Addess the issue with multiple .bb providers > > ERROR: Multiple .bb files are due to be built which each provide virtual/libc > (/srv/hdd/releases/dylan/meta/recipes-core/eglibc/eglibc_2.17.bb > /srv/hdd/releases/dylan/meta/recipes-co

Re: [OE-core] [PATCH 2/2] libatomics-ops: force omit frame pointer for x86 builds

2013-07-18 Thread Henning Heinold
On Thu, Jul 18, 2013 at 04:46:13PM +0800, Jesse Zhang wrote: > On 07/17/2013 10:53 PM, Henning Heinold wrote: > > This makes we wonder which software on x86 relies on libatomic-ops anymore? > > gcc buildins should be good enough now. > > pulseaudio depends on libatomics-op

Re: [OE-core] [PATCH 2/2] libatomics-ops: force omit frame pointer for x86 builds

2013-07-17 Thread Henning Heinold
On Wed, Jul 17, 2013 at 12:08:51PM +0100, Paul Barker wrote: > On 17 July 2013 11:45, Phil Blundell wrote: > > On Wed, 2013-07-17 at 16:40 +0800, Jesse Zhang wrote: > >> Fix failures when building with -fno-omit-frame-pointer (and without > >> optimization, i.e. -O0): > >> > >> In file include

Re: [OE-core] [PATCH] qemu: define fdt_t types in libfdt_env.h from qemu

2013-04-14 Thread Henning Heinold
On Sun, Apr 14, 2013 at 04:25:30PM +0100, Paul Eggleton wrote: > FWIW, the reason I asked is not because I think the fix is wrong, but to try > to > determine - given that I couldn't reproduce the issue and the lack of > information about what might cause it given in the patch header - whether

[OE-core] [PATCH] qemu: define fdt_t types in libfdt_env.h from qemu

2013-04-13 Thread Henning Heinold
From: Henning Heinold * fixes In file included from /home/oe/setup-scripts/build/tmp-angstrom_next-uclibc/sysroots/x86_64-linux/usr/include/libfdt.h:55:0, from /home/oe/setup-scripts/build/tmp-angstrom_next-uclibc/work/x86_64-linux/qemu-native/1.4.0-r0/qemu-1.4.0/hw/arm

[OE-core] [PATCH] site/common-uclibc: add predefined configure vars for coreutils

2013-04-05 Thread Henning Heinold
From: Henning Heinold * this sets some configure vars which will be guessed false in cross-compile case for uclibc Signed-off-by: Henning Heinold --- meta/site/common-uclibc |5 + 1 file changed, 5 insertions(+) diff --git a/meta/site/common-uclibc b/meta/site/common-uclibc index

[OE-core] [PATCH] scripts/sstate-cache-management.sh: fix return value by adding exit 0

2013-04-05 Thread Henning Heinold
From: Henning Heinold * usefull for jenkins jobs, which will otherwise fail because 1 was returned Signed-off-by: Henning Heinold --- scripts/sstate-cache-management.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sstate-cache-management.sh b/scripts

Re: [OE-core] [PATCH] pcmciautils: fix segmentation fault of pccardctl command

2013-04-01 Thread Henning Heinold
On Mon, Apr 01, 2013 at 06:10:44PM +0900, Takeshi Hamasaki wrote: > Hi, nitpicking about spelling. > This changes difinition of PCMCIAUTILS_VERSION to string from a multichacter > constant to avoid segmentation fault of pccardctl command. ^^^ > Signed-off-by: Takeshi Hamasaki

Re: [OE-core] [PATCH v2][RFC] chrpath.bbclass: strip common parent directories from rpath#

2013-03-05 Thread Henning Heinold
Hi, I will try your patch on meta-java too, because later openjdk's vm had problem with the rpath too, until khem made a patch. Bye Henning ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/

Re: [OE-core] sprinkled references to "powerpc" vs "ppc" in adt-installer

2012-12-16 Thread Henning Heinold
On Sun, Dec 16, 2012 at 04:11:15PM -0500, Bill Traynor wrote: > On Dec 16, 2012 5:57 AM, "Robert P. J. Day" wrote: > > > > > > perusing adt-installer recipe and files and i notice there are a few > > mentions of "powerpc" whereas it seems that "ppc" is the correct > > architecture abbreviation.

Re: [OE-core] [oe-commits] Ross Burton : glib-2.0: upgrade to latest stable, 2.34.1.

2012-12-03 Thread Henning Heinold
Hi, I started to fix it for the tegra gst-openmax stuff. The fix is not that hard, but I am not finished yet. Bye Henning ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/op

Re: [OE-core] llvm issue

2012-11-15 Thread Henning Heinold
On Thu, Nov 15, 2012 at 12:33:51PM +0100, Jaap de Jong wrote: > Hi All, > > when I checkout openjdk-7 on meta-java and bitbake I get > these errors: > > ERROR: Unable to parse > /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.9_2.9.bb > | ETA: 00:00:15 > ERROR: Co

Re: [OE-core] Can't build qt4-x11-free

2012-11-14 Thread Henning Heinold
On Wed, Nov 14, 2012 at 11:07:19AM -0700, Gary Thomas wrote: > | > /local/qemuarm_test/tmp/sysroots/i686-linux/usr/libexec/armv5te-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/ld: > cannot find -lGLU > Hi, did you check if qt actually needs any glu symbols? Bye Henning ___

Re: [OE-core] [PATCH] gcc-configure-cross: factor out --enable-threads argument into ${GCCTHREADS}

2012-09-26 Thread Henning Heinold
On Wed, Sep 26, 2012 at 10:45:18AM +0100, Phil Blundell wrote: > This allows BSPs for architectures with no thread support to set (for > example) "GCCTHREADS=no" without having to override all the other configure > parameters. > > Signed-off-by: Phil Blundell > --- > meta/recipes-devtools/gcc/gc

Re: [OE-core] [PATCH] fix for bug 2577

2012-09-24 Thread Henning Heinold
On Mon, Sep 24, 2012 at 02:04:47PM +0300, Andrei Dinu wrote: > Upstream status : pending > > Signed-off-by: Andrei Dinu > --- > .../eglibc-2.16/0001-R_ARM_TLS_DTPOFF32.patch | 25 > > meta/recipes-core/eglibc/eglibc_2.16.bb|1 + > 2 files changed, 26

Re: [OE-core] [PATCH] xcursor-transparent-theme: switch SRC_URI as matchbox-project is dead

2012-09-21 Thread Henning Heinold
On Thu, Sep 20, 2012 at 01:02:59PM +0200, Marcin Juszkiewicz wrote: > Signed-off-by: Marcin Juszkiewicz > --- > .../xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb |2 > +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/meta/recipes-graphics/xcursor-tra

Re: [OE-core] [discussion] perf: specify SLANG_INC dir for perf

2012-08-21 Thread Henning Heinold
On Tue, Aug 21, 2012 at 01:08:25PM +0800, Liang Li wrote: > --- a/meta/classes/kernel.bbclass > +++ b/meta/classes/kernel.bbclass > @@ -190,6 +190,9 @@ kernel_do_install() { > for entry in $bin_files; do > rm -f $kerneldir/$entry > done > + > + # Fix SLNAG_INC for slan

Re: [OE-core] [PATCH] classes/chrpath: trigger an error if chrpath fails

2012-08-17 Thread Henning Heinold
On Fri, Aug 17, 2012 at 11:05:43AM +0100, Jack Mitchell wrote: > any provider > WARNING: Failed to fetch URL > http://kernel.org/pub/linux/kernel/people/jsipek/guilt/guilt-0.33.tar.gz, > attempting MIRRORS if available > *ERROR: chrpath command failed with exit code 7 > ERROR: chrpath command fail

Re: [OE-core] [PATCH V2] chrpath.bbclass: Account for case when ORIGIN is in RPATH

2012-08-15 Thread Henning Heinold
On Wed, Aug 15, 2012 at 08:15:46PM -0700, Khem Raj wrote: > This fixes a case when RPATH embedded in program have one of > its path already relative to ORIGIN. We were losing that path > if such a path existed. This patch appends it to the new edited > rpath being created when we see it. > > so RP

Re: [OE-core] wpa-supplicant & EAP-TLS

2012-08-14 Thread Henning Heinold
On Tue, Aug 14, 2012 at 05:52:32AM -0600, Gary Thomas wrote: > On 2012-08-14 05:46, Phil Blundell wrote: > >On Tue, 2012-08-14 at 05:44 -0600, Gary Thomas wrote: > >>Does anyone know why the recipe for wpa_supplicant is using gnutls > >>and not the default OpenSSH for TLS services? It seems that g

Re: [OE-core] libtool

2012-08-08 Thread Henning Heinold
On Wed, Aug 08, 2012 at 02:50:54PM +0200, Jaap de Jong wrote: > > On 08/07/2012 05:15 PM, Khem Raj wrote: > >On Tue, Aug 7, 2012 at 7:21 AM, Jaap de Jong wrote: > >>I've seen this one before, but can't remember where... > >> > >> | libtool: link: warning: cannot determine absolute directory n

Re: [OE-core] [bitbake-devel] PLEASE READ: Major change landing shortly (python whitespace)

2012-07-19 Thread Henning Heinold
On Wed, Jul 18, 2012 at 11:43:58PM +0200, Martin Jansa wrote: > On Wed, Jul 18, 2012 at 12:40:18PM +0100, Richard Purdie wrote: > > On Wed, 2012-07-18 at 11:17 +0100, Burton, Ross wrote: > > > On 18 July 2012 11:06, Richard Purdie > > > wrote: > > > > I put a proposal to the TSC, that we have bitb

Re: [OE-core] eglibc-initial trying to remove files in /usr

2012-07-18 Thread Henning Heinold
On Wed, Jul 18, 2012 at 10:41:13AM +0100, Burton, Ross wrote: > Hi, > > My nightly run of master failed last night, but not in a way that the > autobuilder is seeing... > > ERROR: Function failed: do_install (see > /data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svn

Re: [OE-core] build directfb-1.6.1 fail

2012-07-11 Thread Henning Heinold
On Wed, Jul 11, 2012 at 03:35:55PM +0800, Dennis.Yxun wrote: > Hi Palcu: > One possible solution would be disable imlib2 explicitly? yes. Bye Henning ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.o

Re: [OE-core] [oe] (no subject)

2012-06-22 Thread Henning Heinold
Hi, yes, that means the recpies are deleted in oe-core. For a quick workaround just delete the append files. Another issue for now is the removing of the linux-tools.inc So you have to delete the include in all the kernel recipes. Bye Henning ___ Ope

Re: [OE-core] qt embedded enable plugin-gfx-powervr

2012-06-05 Thread Henning Heinold
On Tue, Jun 05, 2012 at 12:41:39PM +0200, Stefano wrote: > Problem #2 > QLibraryPrivate::loadPlugin failed on > "/usr/lib/qtopia/plugins/gfxdrivers/libqgfxpvregl.so" : "Cannot load > library /usr/lib/qtopia/plugins/gfxdrivers/libqgfxpvregl.so: > (/usr/lib/qtopia/plugins/gfxdrivers/libqgfxpvregl.so:

Re: [OE-core] qt embedded enable plugin-gfx-powervr

2012-05-25 Thread Henning Heinold
On Fri, May 25, 2012 at 04:51:12PM +0200, Stefano wrote: > I see the latest version of qt embedded does not include the > plugin-gfx-powervr. The latest qt4-embedded.inc is configured: > > QT_CONFIG_FLAGS += " \ > -embedded ${QT_ARCH} \ > -qtlibinfix ${QT_LIBINFIX} \ > -plugin-gfx-transforme

Re: [OE-core] [oe] Fwd: Linuxtag 2012

2012-05-16 Thread Henning Heinold
On Tue, May 15, 2012 at 11:34:15PM +0200, Florian Boor wrote: > Hi all, > > Am 10.05.2012 23:41, schrieb Philip Balister: > > I encourage anyone involved in OpenEmbedded who can get to Linuxtag for > > even a day to help it. It is a really fun time, and Berlin is a really > > nice place to visit.

Re: [OE-core] [PATCH 3/7] libatomics-ops: Make it build for SH4

2012-05-03 Thread Henning Heinold
Hi, why do we still patch the old recipe instead of using the git version and do not move it to its own directory? Bye Henning ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listi

Re: [OE-core] [oe] meta-chromium

2012-04-18 Thread Henning Heinold
On Tue, Apr 17, 2012 at 10:40:28PM +0200, Eric Bénard wrote: > Hi, > > we have pushed the begining of our (Eukréa Electromatique's team and > especially Denis) work to get Chromium to build with OpenEmbedded Core > to : git://github.com/eukrea/meta-chromium.git > https://github.com/eukrea/meta-chr

Re: [OE-core] [PATCH 1/1] qemugl: make postinst run at first boot

2012-04-18 Thread Henning Heinold
On Tue, Apr 17, 2012 at 04:33:29PM -0700, Scott Garman wrote: > The previous postinst script was not working for images which use > RPM because do_rootfs could allow qemugl to be installed after > libgl1, and the postinst needs to run after libgl1 is installed. > > Hence, it's being changed to run

[OE-core] [PATCH] relocatable.bbclass: do not erease already existing ORIGIN paths and sanity resulting rpath

2012-03-24 Thread Henning Heinold
* let already exisiting ORIGIN path stay in the binary otherwise binaries will not find there libs in directories besides the standard defined directories * remove all whitespaces from the resulting path Signed-off-by: Henning Heinold --- meta/classes/relocatable.bbclass |3 +++ 1 files

[OE-core] [PATCH] relocatable.bbclass: do not erease already existing ORIGIN

2012-03-24 Thread Henning Heinold
send it to oe-dev before. Henning Heinold (1): relocatable.bbclass: do not erease already existing ORIGIN paths and sanity resulting rpath meta/classes/relocatable.bbclass |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) -- 1.7.9.1

Re: [OE-core] specific version dependenciews - was: Linking two recipes

2012-03-20 Thread Henning Heinold
On Tue, Mar 20, 2012 at 12:33:48PM +0100, Wolfgang Denk wrote: > What would these be? Is there any documentation about such details? > I searched the bitbake, poky and yocto docs but could not find it... > > Best regards, > > Wolfgang Denk > Hi Wolfgang, we do not support version bounding in

Re: [OE-core] gdb 7.4 and libexpat

2012-03-14 Thread Henning Heinold
On Wed, Mar 14, 2012 at 02:49:19AM +0100, Andreas Oberritter wrote: > Hi everybody, > > in our rootfs, when debugging remotely with gdbserver on mips32el, gdb > 7.4 fails to find symbol names for use in backtraces. gdb 7.3.1 works > well. One of my colleagues ran git bisect and discovered the culp

Re: [OE-core] [PATCH 1/1] Create a script for SUMMARY audit in recipes

2011-12-17 Thread Henning Heinold
On Sun, Dec 18, 2011 at 01:18:15AM +0800, Wang, Shane wrote: > Henning Heinold wrote on 2011-12-17: > > > On Sat, Dec 17, 2011 at 11:07:12PM +0800, Shane Wang wrote: > >> Some recipes don't contain SUMMARY, which HOB will use for > >> descriptions. If the summar

Re: [OE-core] [PATCH 1/1] Create a script for SUMMARY audit in recipes

2011-12-17 Thread Henning Heinold
On Sat, Dec 17, 2011 at 11:07:12PM +0800, Shane Wang wrote: > Some recipes don't contain SUMMARY, which HOB will use for descriptions. > If the summary is missing, bitbake will create a default value for summary. > That is PN plus string " version " plus its version. Every maintainer should > add

Re: [OE-core] after modifying source code in work/, how to rebuild package?

2011-12-16 Thread Henning Heinold
On Fri, Dec 16, 2011 at 08:55:05AM +0100, Leon Woestenberg wrote: > Hello all, > > > after modifying source code in the work directory, what is the set of > commands to rebuild the package (from the compile stage and further)? > > Under classic OpenEmbedded, I removed the compile, install, packa

Re: [OE-core] [PATCH v2] initscripts: fix timestamp check at bootmisc.sh

2011-12-13 Thread Henning Heinold
On Tue, Dec 13, 2011 at 01:24:47PM +, Phil Blundell wrote: > On Tue, 2011-12-13 at 15:18 +0200, Lauri Hintsala wrote: > > On 12/13/2011 03:07 PM, Phil Blundell wrote: > > > read RAWTIMESTAMP< /etc/timestamp > > > TIMESTAMP=${RAWTIMESTAMP#}${RAWTIMESTAMP%} > > > > Yes I got your

Re: [OE-core] Feedback on building openembedded-core for qemuarm. Excerpts from buildlog

2011-12-04 Thread Henning Heinold
; BR > Ulf Hi Ulf, can you try the attached patch if it solves the problem? Bye Henning >From b96f4d6b73ff993910b635b9dca962fac8eeeb49 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Sun, 4 Dec 2011 12:17:15 +0100 Subject: [PATCH] gcc-cross: attempt fix default include path of c++

Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-12-01 Thread Henning Heinold
On Thu, Dec 01, 2011 at 09:17:39PM +, Richard Purdie wrote: > On Thu, 2011-12-01 at 18:34 +0100, Henning Heinold wrote: > > > # source='libcg_ba.cpp' object='libcg_ba.o' libtool=no > > > arm-angstrom-linux-gnueabi-g++ -march=armv5te -mno-thumb &

Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-12-01 Thread Henning Heinold
> # source='libcg_ba.cpp' object='libcg_ba.o' libtool=no > arm-angstrom-linux-gnueabi-g++ -march=armv5te -mno-thumb -mthumb-interwork > -mtune=arm926ej-s -mthumb-interwork -mno-thumb > --sysroot=/media/SSD/OE_core/setup-scripts/build/tmp-angstrom_2010_x-eglibc/sysroots/qemuarm > -DHAVE_C

[OE-core] [PATCH] package.bbclass: fix path for relative links on elf files, when moved to debugdir

2011-11-20 Thread Henning Heinold
* relative links for elf files like ../foo.so ends up in the debugdir with ../.debug/foo.so, this causes infinite fileaccessloops fix it by adding an extra "../" to the link path Signed-off-by: Henning Heinold --- meta/classes/package.bbclass |2 ++ 1 files changed, 2 insert

[OE-core] [PATCH] glib-2.0: fix qsort_t testing for uclibc

2011-11-18 Thread Henning Heinold
* instead of disabling the configure test and set it always true use the site files to set it true for glibc/eglibc and false for uclibc * remove the patch ' tested only for uclibc * bump PR Signed-off-by: Henning Heinold --- .../glib-2.0/remove.test.for.qsort_r.patch |

Re: [OE-core] [PATCH] useradd.bbclass: do not let depend native packages on base-passwd from target

2011-11-17 Thread Henning Heinold
On Thu, Nov 17, 2011 at 05:26:33PM +0100, Paul Menzel wrote: > Dear Henning, > > > Am Donnerstag, den 17.11.2011, 10:48 +0100 schrieb Henning Heinold: > > > with the setup now in useradd.bbclass, at least dbus-native depends > > on the base-passwd from target. I think

[OE-core] [PATCH] useradd.bbclass: do not let depend native packages on base-passwd from target

2011-11-17 Thread Henning Heinold
Signed-off-by: Henning Heinold --- meta/classes/useradd.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass index 928f619..245588b 100644 --- a/meta/classes/useradd.bbclass +++ b/meta/classes

[OE-core] [PATCH] useradd.bbclass: do not let depend native packages on base-passwd from target

2011-11-17 Thread Henning Heinold
Hi, with the setup now in useradd.bbclass, at least dbus-native depends on the base-passwd from target. I think this is not wanted. My patch resets the DEPENDS line for native packages similar to nativesdk. Henning Heinold (1): useradd.bbclass: do not let depend native packages on base-passwd

Re: [OE-core] how to exclude files when packaging?

2011-11-17 Thread Henning Heinold
On Thu, Nov 17, 2011 at 08:14:06AM +, McClintock Matthew-B29882 wrote: > On Wed, Nov 16, 2011 at 8:29 PM, Ni Qingliang > wrote: > > Hello, All: > >I'm working on opensaf, wrote a bb file for it, > > and found that the FILES_${PN} has included /usr/lib/${PN}/*. > > but there are some .a

Re: [OE-core] [PATCH 1/1] mesa: fix cross compile failure

2011-11-16 Thread Henning Heinold
On Wed, Nov 16, 2011 at 02:09:03PM +0800, Kang Kai wrote: > the bin/mklib file in mesa source code uses commands "ar ranlib" on build > machine, this causes build failed on some platform. Hi, you added CC and CXX variables for linking too, shouldn't that mentioned in the commit msg too? Bye He

Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-11-15 Thread Henning Heinold
On Tue, Nov 15, 2011 at 08:50:49PM +, Richard Purdie wrote: > On Tue, 2011-11-15 at 21:19 +0100, Henning Heinold wrote: > > On Tue, Nov 15, 2011 at 12:03:45PM +0100, Eric Bénard wrote: > > > Hi, > > > > > > I often meet a problem related to C++ header

Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-11-15 Thread Henning Heinold
On Tue, Nov 15, 2011 at 12:03:45PM +0100, Eric Bénard wrote: > Hi, > > I often meet a problem related to C++ headers which are not found > (despite existing)n often when bitbake starts compiling mysql & > directfb. > I tested on 2 build hosts (both with Core i7, one i686 ubuntu, one > x64_64 Fedor

Re: [OE-core] Trouble by last dbus patch (46e6c3fa8034b12d178d605f3f5d7efe69671a13)?

2011-10-28 Thread Henning Heinold
On Thu, Oct 27, 2011 at 10:30:27PM +0200, Andreas Müller wrote: > I remember that I had similar issues a while ago. That could be worked around > by starting some dbus stuff ( do not exactly remember what it was ). You probably mean policykit, which has a ruleset for actions a user can do or not

Re: [OE-core] Dependency problem in mysql ?

2011-10-24 Thread Henning Heinold
On Mon, Oct 24, 2011 at 10:18:11PM +0200, Eric Bénard wrote: > Hi, > > while testing a build from scratch of a configuration which was > working, I increased BB_NUMBER_THREADS to "8" and PARALLEL_MAKE to > "-j6" and started to get problems with mysql (log at the end of this > mail). > > Reducing

Re: [OE-core] [PATCH 2/8] libatomics-ops: force ARM mode

2011-10-21 Thread Henning Heinold
Hi, hm we should think of reworking this recipe now. Because since gcc 4.5 pulseaudio for arm can use the gcc internal atomicstuff and in oe-core and meta-oe we have 4.5 or 4.6 only. The lib is only needed for mips and it is still the old release, on cvs is a much better version, which supports t

Re: [OE-core] [PATCH 2/3] feature-arm-d16.inc: add feature for arm cores which do not have a neon unit or no support for it in the kernel

2011-09-25 Thread Henning Heinold
On Sun, Sep 25, 2011 at 09:53:08PM +0200, Koen Kooi wrote: > > Op 25 sep. 2011, om 21:37 heeft Henning Heinold het volgende geschreven: > > > * call it d16 because of the -mfpu=vfpv3-d16 gcc option and > > avoid naming conflicts with vfp feature > > That's a hi

[OE-core] [PATCH 1/3] tune-cortexa9.inc: add tunefile for cortexa9 socs

2011-09-25 Thread Henning Heinold
Signed-off-by: Henning Heinold --- meta/conf/machine/include/tune-cortexa9.inc | 24 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 meta/conf/machine/include/tune-cortexa9.inc diff --git a/meta/conf/machine/include/tune-cortexa9.inc b/meta

[OE-core] [PATCH 3/3] tune: enable d16 feature for cortexa8 and cortexa9

2011-09-25 Thread Henning Heinold
Signed-off-by: Henning Heinold --- meta/conf/machine/include/arm/arch-armv7.inc | 25 + meta/conf/machine/include/arm/arch-armv7a.inc | 24 meta/conf/machine/include/tune-cortexa8.inc |8 ++-- meta/conf/machine/include/tune

[OE-core] [PATCH 2/3] feature-arm-d16.inc: add feature for arm cores which do not have a neon unit or no support for it in the kernel

2011-09-25 Thread Henning Heinold
* call it d16 because of the -mfpu=vfpv3-d16 gcc option and avoid naming conflicts with vfp feature Signed-off-by: Henning Heinold --- meta/conf/machine/include/arm/feature-arm-d16.inc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 meta/conf/machine/include

[OE-core] [PATCH 0/3] adding cortexa9 tune file and feature for arm socs whithout neon

2011-09-25 Thread Henning Heinold
Hi, the series adding the tune file for cortexa9 which is in pandaboard or tegra2. It also adds a feature for socs like the tegra2 which has no neon unit and enables it for cortexa8 and cortexa9 Bye Henning Henning Heinold (3): tune-cortexa9.inc: add tunefile for cortexa9 socs feature-arm

[OE-core] [PATCH 2/3] feature-arm-d16.inc: add feature for arm cores which do not have a neon unit or no support for it in the kernel

2011-09-25 Thread Henning Heinold
* call it d16 because of the -mfpu=vfpv3-d16 gcc option and avoid naming conflicts with vfp feature Signed-off-by: Henning Heinold --- meta/conf/machine/include/arm/feature-arm-d16.inc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 meta/conf/machine/include

[OE-core] [PATCH 0/3] adding cortexa9 tune file and feature for arm socs whithout neon

2011-09-25 Thread Henning Heinold
Hi, the series adding the tune file for cortexa9 which is in pandaboard or tegra2. It also adds a feature for socs like the tegra2 which has no neon unit and enables it for cortexa8 and cortexa9 Bye Henning Henning Heinold (3): tune-cortexa9.inc: add tunefile for cortexa9 socs feature-arm

[OE-core] [PATCH 3/3] tune: enable d16 feature for cortexa8 and cortexa9

2011-09-25 Thread Henning Heinold
Signed-off-by: Henning Heinold --- meta/conf/machine/include/arm/arch-armv7.inc | 25 + meta/conf/machine/include/arm/arch-armv7a.inc | 24 meta/conf/machine/include/tune-cortexa8.inc |8 ++-- meta/conf/machine/include/tune

[OE-core] [PATCH 1/3] tune-cortexa9.inc: add tunefile for cortexa9 socs

2011-09-25 Thread Henning Heinold
Signed-off-by: Henning Heinold --- meta/conf/machine/include/tune-cortexa9.inc | 24 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 meta/conf/machine/include/tune-cortexa9.inc diff --git a/meta/conf/machine/include/tune-cortexa9.inc b/meta

Re: [OE-core] [PATCH 3/3] freetype: disable bzip2 compressed font support

2011-09-19 Thread Henning Heinold
On Mon, Sep 19, 2011 at 11:58:36AM +0100, Paul Eggleton wrote: > If we do not disable this then it is enabled sometimes and disabled at > others depending on whether bzip2 has been built at the time, and worst > case it will cause a race condition if bzip2 is building at the same > time. > > Signe

Re: [OE-core] [PATCH 3/6] libiconv: Fix build failure on 1.13.1

2011-07-21 Thread Henning Heinold
Hi Khem, what was the reason to patch out the libtool-macros instead of deleting them? That would be reduce the changelines a lot. Bye henning ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-b

Re: [OE-core] [PATCH 2/2] libiconv: Add recipes for 1.13.1

2011-07-20 Thread Henning Heinold
On Wed, Jul 20, 2011 at 12:26:49AM +0100, Richard Purdie wrote: > On Tue, 2011-07-19 at 11:30 -0700, Khem Raj wrote: > > Import 1.13.1 recipes from meta-oe > > share common code through libiconv.inc > > The big question this triggers for me is "why"? > > Deleting libtool.m4 certainly looks neater

  1   2   >