Re: [OE-core] [PATCH] bitbake.conf/image.bbclass: Ensure images use the correct passwd/group files

2011-12-07 Thread Andreas Müller
On Thursday, December 08, 2011 01:01:48 AM Richard Purdie wrote: > > dbus still needs manual call of > > > > chown messagebus:messagebus /var/run/dbus /var/lib/dbus > > > > ( it is root:root on my image) and > > > > chown root:messagebus /usr/libexec/dbus-daemon-launch-helper > > > > (

Re: [OE-core] [PATCH] bitbake.conf/image.bbclass: Ensure images use the correct passwd/group files

2011-12-07 Thread Andreas Müller
On Wednesday, December 07, 2011 06:34:07 PM Richard Purdie wrote: > We need pseudo to use the rootfs passwd/group files belonging to the > rootfs when building images. This patch ensures that we use the rootfs > files instead of those in the sysroot which can lead to incorrect file > ownership issu

[OE-core] Parse error with empty builddir

2011-12-02 Thread Andreas Müller
Hi after pulling latest sources (angstrom environment) I get: Pseudo is not present but is required, building this first before the main build NOTE: angstrom DOES NOT support libiconv because the eglibc provided iconv library is used

[OE-core] [PATCH] mime.bbclass: Add --disable-update-mimedb to EXTRA_OECONF

2011-11-20 Thread Andreas Müller
ome-control-center [1] http://cgit.openembedded.org/meta-openembedded/commit/meta-oe/classes?id=6b765989a42ab314d1611f4dec78b07b562a9e7d Signed-off-by: Andreas Müller --- meta/classes/mime.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/classes/mime.bbclas

Re: [OE-core] [PATCH] hicolor-icon-theme 0.12: add BBCLASSEXTEND=native for xfce tools

2011-11-10 Thread Andreas Müller
On Thursday, November 10, 2011 02:38:33 PM you wrote: > Op 10 nov. 2011, om 14:20 heeft Richard Purdie het volgende geschreven: > > On Thu, 2011-11-10 at 13:44 +0100, Koen Kooi wrote: > >> Signed-off-by: Koen Kooi > >> --- > >> .../hicolor-icon-theme/hicolor-icon-theme_0.12.bb |2 ++ > >> 1 fi

Re: [OE-core] systemd packages -> image

2011-11-09 Thread Andreas Müller
On Wednesday, November 09, 2011 11:15:30 PM Andreas Müller wrote: > Hi, > > Imagine a recipe is included into an image by a task and later gets > systemd- native support. > How about forcing the packages in SYSTEMD_PACKAGES packed into images in > case > > IMAGE_INIT_MANA

[OE-core] systemd packages -> image

2011-11-09 Thread Andreas Müller
Hi, Imagine a recipe is included into an image by a task and later gets systemd- native support. How about forcing the packages in SYSTEMD_PACKAGES packed into images in case IMAGE_INIT_MANAGER = "systemd" is found in the image definition? Andreas ___

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

2011-11-09 Thread Andreas Müller
On Wednesday, November 09, 2011 09:39:16 PM Martin Jansa wrote: > On Wed, Nov 09, 2011 at 09:38:57PM +0100, Andreas Müller wrote: > > On Saturday, October 29, 2011 12:33:46 AM Andreas Müller wrote: > > > On Friday, October 28, 2011 12:22:11 PM Richard Purdie wrote: > > >

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

2011-11-09 Thread Andreas Müller
On Saturday, October 29, 2011 12:33:46 AM Andreas Müller wrote: > On Friday, October 28, 2011 12:22:11 PM Richard Purdie wrote: > > On Thu, 2011-10-27 at 22:30 +0200, Andreas Müller wrote: > > > Since the last updates of all layers (angstrom based) I have

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

2011-10-28 Thread Andreas Müller
On Friday, October 28, 2011 12:22:11 PM Richard Purdie wrote: > On Thu, 2011-10-27 at 22:30 +0200, Andreas Müller wrote: > > Since the last updates of all layers (angstrom based) I have issues with > > > > * networkmanager/nm-applet (meta-oe): I am not allowed to ch

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

2011-10-27 Thread Andreas Müller
On Thursday, October 27, 2011 10:43:17 PM Scott Garman wrote: > On 10/27/2011 01:30 PM, Andreas Müller wrote: > > Since the last updates of all layers (angstrom based) I have issues with > > > > * networkmanager/nm-applet (meta-oe): I am not allowed to change the > &g

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

2011-10-27 Thread Andreas Müller
Since the last updates of all layers (angstrom based) I have issues with * networkmanager/nm-applet (meta-oe): I am not allowed to change the settings any more * xfce-session (meta-oe): Logging out takes very long and Restart/Shutdown is disabled I remember that I had similar issues a while

Re: [OE-core] xerver-xorg build problem

2011-10-19 Thread Andreas Müller
On Wednesday, October 19, 2011 08:22:27 PM Khem Raj wrote: > Hi > > I am seeing this error today > > > | checking for GL... yes > | checking for DRIPROTO... yes > | checking for DRI... no > | configure: error: Package requirements (glproto >= 1.4.14 dri >= > 7.8.0) were not met: > | > | No packa

Re: [OE-core] missing mesa-dri dependency?

2011-10-15 Thread Andreas Müller
On Thursday, October 13, 2011 10:24:19 AM Koen Kooi wrote: > Hi, > > I remember fixing this in meta-oe, but now exactly how. IIRC both mesa-xlib > and mesa-dri needed to get built. > > configure: error: Package requirements (glproto >= 1.4.14 dri >= 7.8.0) were > not met: > | > | No package 'd

[OE-core] oe parse fails

2011-10-11 Thread Andreas Müller
Angstrom environment / fresh pull / clean tmp dir -> error Pseudo is not present but is required, building this first before the main build NOTE: angstrom DOES NOT support libiconv because the eglibc provided iconv library is used

Re: [OE-core] How to overlay files/fs-perms.txt?

2011-10-11 Thread Andreas Müller
See I guess it is found in line 553 of oe-core package.bbclass fs_perms_tables = bb.data.getVar('FILESYSTEM_PERMS_TABLES', d, True) Andreas Original-Nachricht > Datum: Tue, 11 Oct 2011 12:42:01 +0200 > Von: Koen Kooi > An: Patches and discussions about the oe-core layer > >

Re: [OE-core] tiff compile fails

2011-10-08 Thread Andreas Müller
On Saturday, October 08, 2011 05:00:33 PM Khem Raj wrote: > On Saturday, October 8, 2011, Andreas Müller wrote: > > On Saturday, October 08, 2011 03:43:11 PM Andreas Müller wrote: > >> With latest git pull for oe-core/meta-oe... & clean build dir I get > >> &g

Re: [OE-core] tiff compile fails

2011-10-08 Thread Andreas Müller
On Saturday, October 08, 2011 03:43:11 PM Andreas Müller wrote: > With latest git pull for oe-core/meta-oe... & clean build dir I get > > | arm-angstrom-linux-gnueabi-libtool: compile: ccache > arm-angstrom-linux-gnueabi-g++ -march=armv7-a -fno-tree-vectorize > -mthumb-in

[OE-core] tiff compile fails

2011-10-08 Thread Andreas Müller
With latest git pull for oe-core/meta-oe... & clean build dir I get | arm-angstrom-linux-gnueabi-libtool: compile: ccache arm-angstrom-linux-gnueabi-g++ -march=armv7-a -fno-tree-vectorize -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 -mthumb-interwork -mno-thumb --sysroot=/

Re: [OE-core] bitbake webkit-gtk fails with clean temp dir

2011-10-05 Thread Andreas Müller
On Wednesday, October 05, 2011 03:37:40 PM Richard Purdie wrote: > On Wed, 2011-10-05 at 02:05 +0200, Andreas Müller wrote: > > On Tuesday, October 04, 2011 02:40:49 PM Richard Purdie wrote: > > > On Mon, 2011-10-03 at 20:45 +0200, Andreas Müller wrote: > > > > On Mon

[OE-core] conman-gnome sources missing

2011-10-04 Thread Andreas Müller
Although kernel.org seems up again I cannot download sources for conman-gnome | ERROR: Function 'Fetcher failure for URL: 'git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=git'. Unable to fetch URL git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=gi

Re: [OE-core] bitbake webkit-gtk fails with clean temp dir

2011-10-04 Thread Andreas Müller
On Tuesday, October 04, 2011 02:40:49 PM Richard Purdie wrote: > On Mon, 2011-10-03 at 20:45 +0200, Andreas Müller wrote: > > On Monday, October 03, 2011 05:29:52 PM Gary Thomas wrote: > > > >> NOTE: package webkit-gtk-1.5.1+svnr90727-r0: task do_compile: Faile

[OE-core] [PATCH] webkit-gtk: add --enable-dependency-tracking to EXTRA_OECONF

2011-10-03 Thread Andreas Müller
ration.h] Error 2 Discussion on this patch see [2] Build tested in angstrom environment [1] http://cgit.openembedded.org/cgit.cgi/openembedded-core/commit/?id=970e0ae610804638d00b0a6b85c6e2e895778e8e [2] http://lists.linuxtogo.org/pipermail/openembedded-core/2011-October/010590.html Signed-

Re: [OE-core] bitbake webkit-gtk fails with clean temp dir

2011-10-03 Thread Andreas Müller
On Monday, October 03, 2011 05:29:52 PM Gary Thomas wrote: > >> NOTE: package webkit-gtk-1.5.1+svnr90727-r0: task do_compile: Failed > >> ERROR: Task 7 > >> (/home/Superandy/data/oe-core/sources/openembedded-core/meta/recipes-sato/webkit/webkit-gtk_svn.bb, > >> do_compile) failed with exit code '

[OE-core] bitbake webkit-gtk fails with clean temp dir

2011-10-03 Thread Andreas Müller
Have pulled yesterday all the angstom layers (oe-core / meta-oe ..) and deleted all files from temp build dir. For bitbake webkit-gtk I get NOTE: package webkit-gtk-1.5.1+svnr90727-r0: task do_compile: Started ERROR: Function 'do_compile' failed (see /home/Superandy/tmp/oe-core-eglibc/work/ar

Re: [OE-core] oe-core lsb / oe-classic lsb_base

2011-09-28 Thread Andreas Müller
On Thursday, September 29, 2011 12:32:55 AM Koen Kooi wrote: > > Op 28 sep. 2011 om 16:19 heeft Andreas Müller het > volgende geschreven: > > > I am trying to get networkmanager ( included in meta-oe ) working. Since > > the daemon does not start automatically, I try

[OE-core] oe-core lsb / oe-classic lsb_base

2011-09-28 Thread Andreas Müller
I am trying to get networkmanager ( included in meta-oe ) working. Since the daemon does not start automatically, I try to start it manually by /etc/init.d/Networkmanager start That complaines about missing /lib/lsb/init-functions. OK - I add lsb to RDEPEND in networkmanager but now manual star

Re: [OE-core] dropbear build build fails

2011-09-01 Thread Andreas Müller
On Thursday, September 01, 2011 10:27:49 PM Andreas Müller wrote: > Hi > > build after fresh git pull & fresh tmpdir fails for dropbear: > > NOTE: package dropbear-0.52-r3: task do_fetch: Started > ERROR: Function 'Fetcher failure for URL: 'file://dropbear-configu

[OE-core] dropbear build build fails

2011-09-01 Thread Andreas Müller
Hi build after fresh git pull & fresh tmpdir fails for dropbear: NOTE: package dropbear-0.52-r3: task do_fetch: Started ERROR: Function 'Fetcher failure for URL: 'file://dropbear-configuration- file.patch'. Unable to fetch URL file://dropbear-configuration-file.patch from any source.' failed ER

<    5   6   7   8   9   10