[OE-core] [PATCH 1/1] glib-2.0: fix a host contamination issue

2013-09-03 Thread Robert Yang
We will see the following warning by accident: $ bitbake nativesdk-glib-2.0 WARNING: QA Issue: nativesdk-glib-2.0-dbg: found library in wrong location: /opt/poky/0.5.5/sysroots/x86_64-pokysdk-linux/usr/share/gdb/auto-load/opt/

[OE-core] [PATCH 0/1] glib-2.0: fix a host contamination issue

2013-09-03 Thread Robert Yang
The following changes since commit 5745e45b18e5099e94b4d5a73bc97dc6d4cdc91f: buildtools-tarball: Add python-pkgutil (2013-08-29 00:23:20 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/glib-2.0

[OE-core] [PATCH 0/2]acpid: make the initscript friendly to user

2013-09-03 Thread Bian Naimeng
At default, the ${sysconfdir}/acpi/events will be not installed, but initscript depends on it while starting acpid daemon. If rule directory ${sysconfdir}/acpi/events is inexist, the acpid initscript will exit with success, but the daemon will be not running. Print message in this case to tell

[OE-core] [PATCH 1/2]acpid: install events directory at default.

2013-09-03 Thread Bian Naimeng
acpid: install events directory at default. If rule directory ${sysconfdir}/acpi/events is inexist, the acpid initscript will exit with success, but the daemon will be not running. Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com --- meta/recipes-bsp/acpid/acpid.inc |3 +++ 1 files

[OE-core] [PATCH 2/2]acpid: print message if rule directory is inexist

2013-09-03 Thread Bian Naimeng
acpid: print message if rule directory is inexist If rule directory is inexist, the acpid initscript will exit with success, but the daemon will be not running. Print message in this case to tell user that the daemon is not running. Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com ---

Re: [OE-core] [PATCH 1/1] glib-2.0: fix a host contamination issue

2013-09-03 Thread Burton, Ross
On 3 September 2013 08:52, Robert Yang liezhi.y...@windriver.com wrote: +sed -i -e 's/^\(ABS_GLIB_RUNTIME_LIBDIR=.*readlink\) -f/\1 -m/' ${S}/configure.ac Please do this as a patch instead of a sed. Ross ___ Openembedded-core mailing list

Re: [OE-core] [WIP][PATCH 17/20] librsvg: Fix dependencies for PACKAGECONFIG gdkpixbuf

2013-09-03 Thread Burton, Ross
On 30 August 2013 15:59, Richard Purdie richard.pur...@linuxfoundation.org wrote: I think this needs to be a target only PACKAGECONFIG, as it will try to depend on gtk+-native when building the librsvg-native. Also do we really need gtk for the pixbuf loader? gtk2 theme engine pulls in gtk+

Re: [OE-core] [PATCH] systemd: Cover for udev-systemd

2013-09-03 Thread Burton, Ross
On 28 August 2013 07:44, Khem Raj raj.k...@gmail.com wrote: meta-systemd currently has a bbappend which provides just a cover for udev-systemd, if we move this to the recipe proper then the bbappend can be removed from that layer If we do this for systemd we should do it for all recipes that

Re: [OE-core] [PATCH] systemd: Cover for udev-systemd

2013-09-03 Thread Paul Eggleton
On Tuesday 03 September 2013 11:20:18 Burton, Ross wrote: On 28 August 2013 07:44, Khem Raj raj.k...@gmail.com wrote: meta-systemd currently has a bbappend which provides just a cover for udev-systemd, if we move this to the recipe proper then the bbappend can be removed from that layer

Re: [OE-core] [oe-commits] Marko Lindqvist : gtk+: update to upstream version 2.24.20

2013-09-03 Thread Burton, Ross
On 23 August 2013 22:59, Martin Jansa martin.ja...@gmail.com wrote: | failed to load ./apple-red.png: Couldn't recognize the image file format for file './apple-red.png' That's odd. Can you replicate this on demand or was it a transient failure? Ross

Re: [OE-core] [oe-commits] Marko Lindqvist : gtk+: update to upstream version 2.24.20

2013-09-03 Thread Martin Jansa
On Tue, Sep 03, 2013 at 11:26:56AM +0100, Burton, Ross wrote: On 23 August 2013 22:59, Martin Jansa martin.ja...@gmail.com wrote: | failed to load ./apple-red.png: Couldn't recognize the image file format for file './apple-red.png' That's odd. Can you replicate this on demand or was it a

Re: [OE-core] [PATCH 1/1] glib-2.0: fix a host contamination issue

2013-09-03 Thread Robert Yang
On 09/03/2013 05:51 PM, Burton, Ross wrote: On 3 September 2013 08:52, Robert Yang liezhi.y...@windriver.com wrote: +sed -i -e 's/^\(ABS_GLIB_RUNTIME_LIBDIR=.*readlink\) -f/\1 -m/' ${S}/configure.ac Please do this as a patch instead of a sed. It seems that sed command is preferred ?

Re: [OE-core] [PATCH 1/1] glib-2.0: fix a host contamination issue

2013-09-03 Thread Tomas Frydrych
On 03/09/13 12:16, Robert Yang wrote: On 09/03/2013 05:51 PM, Burton, Ross wrote: On 3 September 2013 08:52, Robert Yang liezhi.y...@windriver.com wrote: +sed -i -e 's/^\(ABS_GLIB_RUNTIME_LIBDIR=.*readlink\) -f/\1 -m/' ${S}/configure.ac Please do this as a patch instead of a sed.

Re: [OE-core] [PATCH 1/1] glib-2.0: fix a host contamination issue

2013-09-03 Thread Robert Yang
On 09/03/2013 07:39 PM, Tomas Frydrych wrote: On 03/09/13 12:16, Robert Yang wrote: On 09/03/2013 05:51 PM, Burton, Ross wrote: On 3 September 2013 08:52, Robert Yang liezhi.y...@windriver.com wrote: +sed -i -e 's/^\(ABS_GLIB_RUNTIME_LIBDIR=.*readlink\) -f/\1 -m/' ${S}/configure.ac

[OE-core] [PATCH 0/1] archiver.bbclass: exclude recursive symlink for diff

2013-09-03 Thread Robert Yang
The following changes since commit 755f7d9afaab4e7424f5f57587aa45df3807acf0: pulseaudio: disable GTK+ by default (2013-09-02 18:04:59 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/archiver

[OE-core] [PATCH 1/1] archiver.bbclass: exclude recursive symlink for diff

2013-09-03 Thread Robert Yang
There would be errors if there are recursive symlinks in the ${S}: diff: /xxx/udev/182-r8/udev-182/test/sys/block/loop0/bdi/subsystem/0:16/subsystem: recursive directory loop We can check the recursive symlink and save it to the exclude file, then the diff's --exclude-from argument can exclude

[OE-core] [PATCH 1/1] glib-2.0: fix a host contamination issue

2013-09-03 Thread Robert Yang
We will see the following warning by accident: $ bitbake nativesdk-glib-2.0 WARNING: QA Issue: nativesdk-glib-2.0-dbg: found library in wrong location: /opt/poky/0.5.5/sysroots/x86_64-pokysdk-linux/usr/share/gdb/auto-load/opt/

[OE-core] [PATCH 0/1 V2] glib-2.0: fix a host contamination issue

2013-09-03 Thread Robert Yang
* Changes of V2: - Use the patch to modify the file instead of the sed command. // Robert The following changes since commit 755f7d9afaab4e7424f5f57587aa45df3807acf0: pulseaudio: disable GTK+ by default (2013-09-02 18:04:59 +0100) are available in the git repository at:

Re: [OE-core] [PATCH 1/1] archiver.bbclass: exclude recursive symlink for diff

2013-09-03 Thread Robert Yang
Please hold this patch for a while, seems that it didn't fix all of the things. // Robert On 09/03/2013 07:51 PM, Robert Yang wrote: There would be errors if there are recursive symlinks in the ${S}: diff: /xxx/udev/182-r8/udev-182/test/sys/block/loop0/bdi/subsystem/0:16/subsystem:

Re: [OE-core] [PATCH 1/1] archiver.bbclass: exclude recursive symlink for diff

2013-09-03 Thread Vali Cobelea
Hi, What seems to be the issue ? BR, Valentin On 09/03/2013 03:51 PM, Robert Yang wrote: Please hold this patch for a while, seems that it didn't fix all of the things. // Robert On 09/03/2013 07:51 PM, Robert Yang wrote: There would be errors if there are recursive symlinks in the

[OE-core] [PATCH] lib/oeqa/runtime: smart: serve repo on host ip only and increase timeout

2013-09-03 Thread Stefan Stanacar
Don't start the http server on 0.0.0.0, listen on host ip (end of tap interface) only. Also use the timeout option (default is 300s for ssh commands) for all the commands run in this module (mostly because smart update timeouts on mips). Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com

[OE-core] OE Changelog since 2013-08-25 until 2013-09-01

2013-09-03 Thread cliff . brake
Changelog since 2013-08-25 until 2013-09-01. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

[OE-core] [PATCH 1/3] kernel-yocto: improve error checking on non-git repos

2013-09-03 Thread Bruce Ashfield
While non-git kernel repos are not the preferred format for a kernel upstream, they are supported. Depending on the creator of the archive the expanded source directory name varies. If the recipe for the kernel doesn't properly set S to the right value, a cryptic git error message is produced. We

[OE-core] [PATCH 2/3] linux-yocto/3.10: fix YAFFS2 build issues

2013-09-03 Thread Bruce Ashfield
The 3.10 yaffs2 refresh caused several build errors. One due the single kernel version support being incomplete, and two others due to core kernel changes creating incompatbilies with the yaffs2 code. The following three commits fix the issues. b76f445 yaffs2: disable procfs support ecfe5ed

[OE-core] [PATCH 0/3] linux-yocto/3.10: consolidated pull update

2013-09-03 Thread Bruce Ashfield
Richard/Saul, Now that 3.10 is getting some more eyes on it, we are getting a few bug reports. I've collected up this series of fixes and bumped to 3.10.10 to pick up more upstream fixes. Of note, there's a 3.11 fix for the ssh problem, so once it makes 3.10 stable, I'll do more updates.

[OE-core] [PATCH 3/3] linux-yocto/3.10: update to v3.10.10

2013-09-03 Thread Bruce Ashfield
Updating the BSP SRCREVs for the 3.10.10 korg -stable release. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb |6 +++--- meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb |4 ++--

Re: [OE-core] [PATCH] sqlite3: update to version 3.8.0.1

2013-09-03 Thread Saul Wold
On 09/02/2013 04:36 AM, maxin.j...@enea.com wrote: From: Maxin B. John maxin.j...@enea.com Upgrade to latest version 3.8.0.1 Is there something special about this update? Otherwise I will hold this until after 1.5 since we are now in stabilization and do not do updates of packages at this

Re: [OE-core] [PATCH] sqlite3: update to version 3.8.0.1

2013-09-03 Thread Maxin B. John
Hi, On Tue, Sep 03, 2013 at 08:42:17AM -0700, Saul Wold wrote: On 09/02/2013 04:36 AM, maxin.j...@enea.com wrote: From: Maxin B. John maxin.j...@enea.com Upgrade to latest version 3.8.0.1 Is there something special about this update? Apart from the regular bug fixes and some new

Re: [OE-core] [PATCH] systemd: Cover for udev-systemd

2013-09-03 Thread Khem Raj
On Tue, Sep 3, 2013 at 3:20 AM, Burton, Ross ross.bur...@intel.com wrote: On 28 August 2013 07:44, Khem Raj raj.k...@gmail.com wrote: meta-systemd currently has a bbappend which provides just a cover for udev-systemd, if we move this to the recipe proper then the bbappend can be removed from

Re: [OE-core] [PATCH] pseudo: fix memory leak and missed privilege drop

2013-09-03 Thread Peter Seebach
On Sun, 25 Aug 2013 19:40:06 -0500 Peter A. Bigot p...@pabigot.com wrote: qemu.bbclass adds PSEUDO_UNLOAD=1 in qemu_run_binary to avoid reference to pseudo functions that may not exist in the target environment. This patch detects the addition of that variable within the environment to which

Re: [OE-core] [PATCH V4 00/20] Add python 3 support

2013-09-03 Thread Khem Raj
On Tue, Sep 3, 2013 at 9:59 AM, Burton, Ross ross.bur...@intel.com wrote: On 27 August 2013 18:15, Khem Raj raj.k...@gmail.com wrote: python3: Add recipes python3: Add native recipe python3: Upgrade to 3.3.2 python3, python3-native: Consider OE staging installation python3: Fix host

Re: [OE-core] [PATCH V4 00/20] Add python 3 support

2013-09-03 Thread Burton, Ross
On 27 August 2013 18:15, Khem Raj raj.k...@gmail.com wrote: python3: Add recipes python3: Add native recipe python3: Upgrade to 3.3.2 python3, python3-native: Consider OE staging installation python3: Fix host include contamination issue python3: Fix the compiler invocation and

Re: [OE-core] [PATCH 2/5] [v5] lighttpd: Add systemd support

2013-09-03 Thread Burton, Ross
On 29 August 2013 08:41, Shakeel, Muhammad muhammad_shak...@mentor.com wrote: +SYSTEMD_AUTO_ENABLE = enable This is the default, so don't set it. -FILES_${PN} += ${sysconfdir} /www +FILES_${PN} += ${sysconfdir} /www ${systemd_unitdir} This shouldn't be required as systemd.bbclass *should* be

Re: [OE-core] [WIP][PATCH 05/20] xdypinfo: Add dependency on libxcomposite

2013-09-03 Thread Martin Jansa
On Mon, Sep 02, 2013 at 06:11:24PM +0100, Burton, Ross wrote: Typo (transposition in recipe name) in short log. Thanks, fixed in jansa/deps branch. Ross -- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com signature.asc Description: Digital signature

Re: [OE-core] [WIP][PATCH 08/20] telepathy-mission-control: Add PACKAGECONFIG for upower and connectivity

2013-09-03 Thread Martin Jansa
On Mon, Sep 02, 2013 at 06:10:33PM +0100, Burton, Ross wrote: On 29 August 2013 17:02, Martin Jansa martin.ja...@gmail.com wrote: +PACKAGECONFIG[connman] = --with-connectivity=connman,,connman +PACKAGECONFIG[nm] = --with-connectivity=nm,,networkmanager Were those meant to be runtime

Re: [OE-core] [WIP][PATCH 08/20] telepathy-mission-control: Add PACKAGECONFIG for upower and connectivity

2013-09-03 Thread Burton, Ross
On 3 September 2013 19:08, Martin Jansa martin.ja...@gmail.com wrote: It is using pkg-config in build time to enable support for it: http://cgit.collabora.com/git/user/cassidy/telepathy-mission-control/tree/configure.ac?h=offline-38366#n330 and it has to conditionally link with them (otherwise

Re: [OE-core] [WIP][PATCH 06/20] libmatchbox: Add PACKAGECONFIG for png

2013-09-03 Thread Burton, Ross
On 3 September 2013 19:29, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Sep 02, 2013 at 03:02:39PM +0100, Burton, Ross wrote: On 29 August 2013 17:02, Martin Jansa martin.ja...@gmail.com wrote: +PACKAGECONFIG ??= png For completeness consider adding jpeg, although I doubt anyone

Re: [OE-core] [WIP][PATCH 08/20] telepathy-mission-control: Add PACKAGECONFIG for upower and connectivity

2013-09-03 Thread Burton, Ross
On 3 September 2013 19:51, Burton, Ross ross.bur...@intel.com wrote: Ah, so mission-control is Doing It Wrong - that .pc file is for connman plugins. I'll harass upstream but I do wonder what the script is detecting as there isn't anything like a libconnman.so to link against. So upstream

[OE-core] [PATCH] core-image-directfb: Use 'distro_features_check' class

2013-09-03 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-graphics/images/core-image-directfb.bb | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/meta/recipes-graphics/images/core-image-directfb.bb b/meta/recipes-graphics/images/core-image-directfb.bb

Re: [OE-core] [RFC PATCH v5 2/2] uboot-config.bbclass: Allow choose of U-Boot config for machine

2013-09-03 Thread Otavio Salvador
On Fri, Aug 23, 2013 at 11:48 AM, Otavio Salvador ota...@ossystems.com.br wrote: Some machines provide several possible configurations and until now there was no easy way for user to override the default setting. This class provides a system similar to PACKAGECONFIG but for U-Boot. The format

Re: [OE-core] [WIP][PATCH 06/20] libmatchbox: Add PACKAGECONFIG for png

2013-09-03 Thread Martin Jansa
On Mon, Sep 02, 2013 at 03:02:39PM +0100, Burton, Ross wrote: On 29 August 2013 17:02, Martin Jansa martin.ja...@gmail.com wrote: +PACKAGECONFIG ??= png For completeness consider adding jpeg, although I doubt anyone actually uses the JPEG support... jpeg is already in DEPENDS Ross --

[OE-core] Race condition in log_check

2013-09-03 Thread Zbigniew Halas
Hi, I've just noticed that there is a race condition in log_check after rootfs creation. do_rootfs task invokes package type specific shell function - in my case it's rootfs_ipk_do_rootfs which in turn invokes log_check on the log file produced by do_rootfs (log.do_rootfs.${PID}), which is

[OE-core] GCC search paths in MinGW SDK

2013-09-03 Thread Francois Retief
Hi all, Thanks to Richard's recent improvements in the oe-core tree, I finally got my first MinGW build to compile through and generate a SDK tarball. Next issue is that on windows GCC is unable to find the crt1.o, crti.o and crtbegin.o files. when compiling a small hello world app (see

Re: [OE-core] [PATCH 1/1] archiver.bbclass: exclude recursive symlink for diff

2013-09-03 Thread Robert Yang
Hi Valentin, It hangs up when build acl (which means that I can reproduce the problem as you have told), but it worked well without this patch, maybe python version related, I will do more investigation. // Robert On 09/03/2013 08:53 PM, Vali Cobelea wrote: Hi, What seems to be the issue ?

Re: [OE-core] GCC search paths in MinGW SDK

2013-09-03 Thread Mark Hatle
On 9/3/13 4:13 PM, Francois Retief wrote: Hi all, Thanks to Richard's recent improvements in the oe-core tree, I finally got my first MinGW build to compile through and generate a SDK tarball. Next issue is that on windows GCC is unable to find the crt1.o, crti.o and crtbegin.o files. when