Re: [OE-core] [PATCH 1/1] udev-cache: take a read-only rootfs into consideration

2013-06-28 Thread Saul Wold
On 06/27/2013 10:00 PM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com In case of a read-only rootfs, no matter the /etc is read-only or it's bind mounted with tmpfs, the udev cache handling should be skipped, as the data cannot be persisted between reboots. Signed-off-by:

Re: [OE-core] [PATCH 1/1] udev-cache: take a read-only rootfs into consideration

2013-06-28 Thread ChenQi
On 06/28/2013 01:59 PM, Saul Wold wrote: On 06/27/2013 10:00 PM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com In case of a read-only rootfs, no matter the /etc is read-only or it's bind mounted with tmpfs, the udev cache handling should be skipped, as the data cannot be

Re: [OE-core] [PATCH 0/3] make DESCRIPTION support newline

2013-06-28 Thread Martin Jansa
On Fri, Jun 28, 2013 at 10:04:30AM +0800, Robert Yang wrote: On 06/27/2013 12:05 AM, Saul Wold wrote: On 06/25/2013 08:27 PM, Robert Yang wrote: Ping for this one. Robert, There were some comments on your patch set and I think an issue with the ipk one. Hi Saul, I

Re: [OE-core] [PATCH 0/3] make DESCRIPTION support newline

2013-06-28 Thread Robert Yang
On 06/28/2013 02:50 PM, Martin Jansa wrote: On Fri, Jun 28, 2013 at 10:04:30AM +0800, Robert Yang wrote: On 06/27/2013 12:05 AM, Saul Wold wrote: On 06/25/2013 08:27 PM, Robert Yang wrote: Ping for this one. Robert, There were some comments on your patch set and I think an issue with

[OE-core] [PATCH 1/1] base-files: remove the unnecessary /media/xxx directories

2013-06-28 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com A few directories under /media were created by default, /media/card, /media/ram, /media/realroot, etc. These directories actually have no real usage now, thus removing them. The /media/ram entry in the fstab is also removed, as mounting a tmpfs over

[OE-core] [PATCH 0/2] live image: try to make a valid union mount

2013-06-28 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com This patchset cleans up the unionfs related code and tries to make a union mount with aufs or overlayfs. The following changes since commit 042203531b10b37ac9a8201b376f5dec403e51d8: sanity.bbclass: Fix COREBASE sanity tests (2013-06-27 12:48:56 +0100) are

[OE-core] [PATCH 1/2] initrdscripts: unionfs cleanup

2013-06-28 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The unionfs has been disabled for more than a year and it's not going to be used any more. This patch cleans up the unionfs related code. [YOCTO #4761] [YOCTO #1487] Signed-off-by: Chen Qi qi.c...@windriver.com ---

[OE-core] [PATCH 2/2] init-live.sh: try to make a union mount when possible

2013-06-28 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com This patch tries to make a union mount in live image. For example, if aufs is enabled with the aufs-enable.scc configuration fragment, the init-live.sh script will use aufs to make a union mount. Although overlayfs is not supported by Yocto kernel yet, this

[OE-core] [PATCH V2 1/1] udev-cache: take a read-only rootfs into consideration

2013-06-28 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com In case of a read-only rootfs, we skip the process of generating udev cache, as the data cannot be persisted between reboots. However, it's possbile that the $DEVCACHE (default to /etc/dev.tar) exists in a read-only rootfs, no matter how it's generated or

[OE-core] [PATCH 0/1] base-files: media directory cleanup

2013-06-28 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The following changes since commit 10e44f162c8ac71965faaeb70b8bfdeb264ba76c: bitbake: bitbake: python funcname can not include special character @ (2013-06-27 10:06:09 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH V2 0/1] udev-cache: take a read-only rootfs into consideration

2013-06-28 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The following changes since commit 042203531b10b37ac9a8201b376f5dec403e51d8: sanity.bbclass: Fix COREBASE sanity tests (2013-06-27 12:48:56 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/udev-cache-readonly

[OE-core] [PATCH 0/2] Disable qt and related packages on mips64 with 64 bits userspace

2013-06-28 Thread Kai Kang
The following changes since commit 8e9501ffa8726d69412d669580d787ffedb88d34: populate_sdk_base, adt_installer: abort install if path contains spaces (2013-06-25 17:59:17 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/qt4-mips64

[OE-core] [PATCH 1/2] qt4*.bbclass: disable build qt on mips64 with 64 bits userspace

2013-06-28 Thread Kai Kang
Qt/qt-embedded build fails on mips64 with 64 bits userspace. Set COMPATIBLE_HOST in qt4e.bbclass and qt4x11.bbclass to disable build qt/qt-embedded and packages which inherit these two classes on mips64 with 64 bits userspace. Signed-off-by: Kai Kang kai.k...@windriver.com ---

[OE-core] [PATCH 2/2] Disable build qt related packagegroups on mips64 with 64 bits userspace

2013-06-28 Thread Kai Kang
Because qt could not be built on mips64 with 64 bits userspace, set COMPATIBLE_HOST for qt related packagegroups to disable them on mips64 with 64 bit userspace too. Signed-off-by: Kai Kang kai.k...@windriver.com --- .../packagegroups/packagegroup-core-qt.bb |3 +++

Re: [OE-core] [PATCH] libbsd: Add recipes for libbsd - utility functions from BSD systems

2013-06-28 Thread Khem Raj
ping ? On Jun 23, 2013, at 8:10 PM, Khem Raj raj.k...@gmail.com wrote: When building BSD programs this library provides common BSD functions that are missing on other OSes e.g. Linux This library is elemental for porting large set of BSD applications current consumer of this are in

Re: [OE-core] [PATCH 2/2] Disable build qt related packagegroups on mips64 with 64 bits userspace

2013-06-28 Thread Paul Eggleton
Hi Kai, On Friday 28 June 2013 15:48:47 Kai Kang wrote: Because qt could not be built on mips64 with 64 bits userspace, set COMPATIBLE_HOST for qt related packagegroups to disable them on mips64 with 64 bit userspace too. Signed-off-by: Kai Kang kai.k...@windriver.com ---

Re: [OE-core] [PATCH] libbsd: Add recipes for libbsd - utility functions from BSD systems

2013-06-28 Thread Paul Eggleton
On Friday 28 June 2013 00:49:25 Khem Raj wrote: ping ? This has been merged already: http://cgit.openembedded.org/openembedded-core/commit/?id=2df53911f25234d2724bc8163ac9406af0bdad06 Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre

Re: [OE-core] [PATCH 2/2] Disable build qt related packagegroups on mips64 with 64 bits userspace

2013-06-28 Thread Kang Kai
On 2013年06月28日 17:00, Paul Eggleton wrote: Hi Kai, On Friday 28 June 2013 15:48:47 Kai Kang wrote: Because qt could not be built on mips64 with 64 bits userspace, set COMPATIBLE_HOST for qt related packagegroups to disable them on mips64 with 64 bit userspace too. Signed-off-by: Kai Kang

Re: [OE-core] [PATCH 2/2] Disable build qt related packagegroups on mips64 with 64 bits userspace

2013-06-28 Thread Richard Purdie
On Fri, 2013-06-28 at 17:33 +0800, Kang Kai wrote: On 2013年06月28日 17:00, Paul Eggleton wrote: Hi Kai, On Friday 28 June 2013 15:48:47 Kai Kang wrote: Because qt could not be built on mips64 with 64 bits userspace, set COMPATIBLE_HOST for qt related packagegroups to disable them on

Re: [OE-core] [PATCH 1/1] base-files: remove the unnecessary /media/xxx directories

2013-06-28 Thread Richard Purdie
On Fri, 2013-06-28 at 15:48 +0800, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com A few directories under /media were created by default, /media/card, /media/ram, /media/realroot, etc. These directories actually have no real usage now, thus removing them. The

[OE-core] [PATCH 2/2] python-multiprocessing: adding runtime dependencies

2013-06-28 Thread Lukas Bulwahn
As python-multiprocessing requires python-threading and python-pickle, this commit adds them as runtime dependency. The observed behavior was: When typing 'import multiprocessing' in the python shell on a minimal image with only the python-multiprocessing recipe installed, python reports at

[OE-core] [PATCH 1/2] python-argparse: adding runtime dependency on python-codecs

2013-06-28 Thread Lukas Bulwahn
When typing 'import argparse' in the python shell on a minimal image with only the python-argparse recipe installed, python reports: Python 2.7.3 (default, Jun 27 2013, 08:26:25) [GCC 4.7.2] on linux2 Type help, copyright, credits or license for more information. import argparse; Traceback (most

Re: [OE-core] [PATCH 2/2] Disable build qt related packagegroups on mips64 with 64 bits userspace

2013-06-28 Thread Paul Eggleton
On Friday 28 June 2013 10:42:29 Richard Purdie wrote: On Fri, 2013-06-28 at 17:33 +0800, Kang Kai wrote: On 2013年06月28日 17:00, Paul Eggleton wrote: Hi Kai, On Friday 28 June 2013 15:48:47 Kai Kang wrote: Because qt could not be built on mips64 with 64 bits userspace, set

[OE-core] [RFC PATCH 1/8] classes/testimage.bbclass: new class for image tests

2013-06-28 Thread Stefan Stanacar
Replacement class for imagetest-qemu.bbclass. It launches a qemu instance and runs test modules defined in TEST_SUITES. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com Signed-off-by: Radu Moisan radu.moi...@intel.com --- meta/classes/testimage.bbclass | 95

[OE-core] [RFC PATCH 5/8] lib/oeqa/utils/qemurunner.py: class to handle qemu instance

2013-06-28 Thread Stefan Stanacar
From: Radu Moisan radu.moi...@intel.com Handles qemu instances (launch, kill, restart, serial connection, logging) Launch is blocking until login prompt and returns to the task. A qemu serial connection is used to save the boot log and get the ip from the image. Changed runqemu script not to

[OE-core] [RFC PATCH 0/8] Proposed implementation of a new runtime tests framework

2013-06-28 Thread Stefan Stanacar
Hello, This is the proposed implementation of a new runtime tests framework based on python unittest. It's mean to ease qemu image testing and encourage developers to add more tests similar to the example tests provided (all tests are basically commands ran over ssh) You can try it out like

[OE-core] [RFC PATCH 2/8] lib/oeqa/oetest.py: base module for all runtime unittests

2013-06-28 Thread Stefan Stanacar
This module contains the base class for all runtime tests and some helper methods. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com Signed-off-by: Radu Moisan radu.moi...@intel.com --- meta/lib/oeqa/__init__.py | 0 meta/lib/oeqa/oetest.py | 94

[OE-core] [RFC PATCH 8/8] lib/oeqa/runtime: add gcc test

2013-06-28 Thread Stefan Stanacar
gcc compile test and support files. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- meta/lib/oeqa/runtime/files/test.c | 26 +++ meta/lib/oeqa/runtime/files/testmakefile | 5 + meta/lib/oeqa/runtime/gcc.py | 36

[OE-core] [RFC PATCH 4/8] lib/oeqa/utils/oetelnetlib.py: override Telnet class to use Unix domain sockets

2013-06-28 Thread Stefan Stanacar
Python's telnetlib Telnet class connects only to AF_INET sockets, but we want to use Unix domain socket for the qemu serial connection. Also add a new read_all_timeout method similar to Telnet's read_all Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com ---

[OE-core] [RFC PATCH 6/8] lib/oeqa/utils/decorators.py: decorators for test methods

2013-06-28 Thread Stefan Stanacar
From: Radu Moisan radu.moi...@intel.com Some skip decorators meant only for test methods, providing some kind of test methods dependency. They are used together with a test method name not a condition. These are complementary to python's unittest skip decorators. Signed-off-by: Radu Moisan

[OE-core] [RFC PATCH 7/8] lib/oeqa/runtime: image sanity tests

2013-06-28 Thread Stefan Stanacar
These are basic sanity tests. A test can be force run by setting TEST_SUITES = ping ssh module-name in local.conf. By default there are suites for minimal, sato and sato-sdk images. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com Signed-off-by: Radu Moisan radu.moi...@intel.com ---

[OE-core] [RFC PATCH 3/8] lib/oeqa/utils/sshcontrol.py: helper module for running remote commands

2013-06-28 Thread Stefan Stanacar
Provides a class for setting up ssh connections, running commands and copying files to/from a target. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- meta/lib/oeqa/utils/__init__.py | 0 meta/lib/oeqa/utils/sshcontrol.py | 100 ++ 2 files

Re: [OE-core] [PATCH 1/3 v2] sanity.bbclass: Check for the known broken version of make

2013-06-28 Thread Paul Barker
On 27 June 2013 15:21, Burton, Ross ross.bur...@intel.com wrote: On 27 June 2013 15:08, Mark Hatle mark.ha...@windriver.com wrote: See GNU Savannah bug 30612 -- make 3.82 is known to be broken. A number of vendors are providing a modified version, so checking for just the version string is

Re: [OE-core] [PATCH 4/4] packagegroup-core-boot: used udev-cache for sysvinit

2013-06-28 Thread Paul Eggleton
On Thursday 27 June 2013 15:43:17 Saul Wold wrote: Enabling this by default since it does improve boot time when using sysvinit udev Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-core/packagegroups/packagegroup-core-boot.bb | 1 + 1 file changed, 1 insertion(+) diff

Re: [OE-core] [oe-commits] Chen Qi : busybox: add the ability to split the busybox binary

2013-06-28 Thread Martin Jansa
On Tue, Jun 25, 2013 at 04:37:58PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: e5a1442819dfb74e86a6f69da008ba6908c8bbc7 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=e5a1442819dfb74e86a6f69da008ba6908c8bbc7 Author:

Re: [OE-core] [PATCH] qt4e.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-28 Thread Jonathan Liu
On 15/06/2013 10:06 AM, Jonathan Liu wrote: The class is inheriting qmake2.bbclass which exports OE_QMAKE_QT_CONFIG pointing to the qt4 qconfig.pri when it should be pointing to the qt4-embedded qconfig.pri. Signed-off-by: Jonathan Liu net...@gmail.com --- meta/classes/qt4e.bbclass | 1 + 1

Re: [OE-core] [PATCH] qt4e.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-28 Thread Martin Jansa
It's failing in my world builds too now, you can see log here: http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130627_214856.log/bitbake.log Cheers, On Fri, Jun 28, 2013 at 2:07 PM, Jonathan Liu net...@gmail.com wrote: On 15/06/2013 10:06 AM, Jonathan Liu wrote:

Re: [OE-core] [PATCH] qt4e.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-28 Thread Paul Eggleton
On Friday 28 June 2013 14:28:56 Martin Jansa wrote: It's failing in my world builds too now, you can see log here: http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.2013 0627_214856.log/bitbake.log Cheers, On Fri, Jun 28, 2013 at 2:07 PM, Jonathan Liu

Re: [OE-core] [PATCH] qt4e.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-28 Thread Martin Jansa
On Fri, Jun 28, 2013 at 01:40:26PM +0100, Paul Eggleton wrote: On Friday 28 June 2013 14:28:56 Martin Jansa wrote: It's failing in my world builds too now, you can see log here: http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.2013 0627_214856.log/bitbake.log

Re: [OE-core] [PATCH] qt4e.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-28 Thread Paul Eggleton
On Friday 28 June 2013 14:45:34 Martin Jansa wrote: On Fri, Jun 28, 2013 at 01:40:26PM +0100, Paul Eggleton wrote: FWIW, I see the same error without this patch if I build qt4-embedded after building qt4-x11, so I don't know if this patch is really related to the problem or not. It was

Re: [OE-core] [PATCH] qt4e.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-28 Thread Hongxu Jia
On 06/28/2013 08:45 PM, Martin Jansa wrote: On Fri, Jun 28, 2013 at 01:40:26PM +0100, Paul Eggleton wrote: On Friday 28 June 2013 14:28:56 Martin Jansa wrote: It's failing in my world builds too now, you can see log here:

Re: [OE-core] [PATCH] [dylan] lighttpd: Enabling with systemd

2013-06-28 Thread Shakeel, Muhammad
Hi Saul, Can you please comment on the status of this patch? Can it be merged to master branch only? I guess Martin is also working to move systemd-layer related changes into oe-core for 1.5 release and he has already updated some recipes. Should I consult him regarding this kind of changes?

Re: [OE-core] [PATCH 1/3 v2] sanity.bbclass: Check for the known broken version of make

2013-06-28 Thread Mark Hatle
On 6/28/13 5:20 AM, Paul Barker wrote: On 27 June 2013 15:21, Burton, Ross ross.bur...@intel.com wrote: On 27 June 2013 15:08, Mark Hatle mark.ha...@windriver.com wrote: See GNU Savannah bug 30612 -- make 3.82 is known to be broken. A number of vendors are providing a modified version, so

Re: [OE-core] [PATCH] libbsd: Add recipes for libbsd - utility functions from BSD systems

2013-06-28 Thread Khem Raj
On Jun 28, 2013, at 2:02 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 28 June 2013 00:49:25 Khem Raj wrote: ping ? This has been merged already: http://cgit.openembedded.org/openembedded-core/commit/?id=2df53911f25234d2724bc8163ac9406af0bdad06 somehow github

Re: [OE-core] [PATCH] libbsd: Add recipes for libbsd - utility functions from BSD systems

2013-06-28 Thread Paul Eggleton
On Friday 28 June 2013 07:26:41 Khem Raj wrote: On Jun 28, 2013, at 2:02 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 28 June 2013 00:49:25 Khem Raj wrote: ping ? This has been merged already:

Re: [OE-core] [PATCH 1/3 v2] sanity.bbclass: Check for the known broken version of make

2013-06-28 Thread Paul Barker
On 28 Jun 2013 14:17, Mark Hatle mark.ha...@windriver.com wrote: On 6/28/13 5:20 AM, Paul Barker wrote: This picks out the current version of make in Arch Linux as broken despite it having a patch for bug #30612. I'm not sure if this is intended, could be that the applied patch isn't a

[OE-core] [PATCH] classes/insane: remove la2 check which no longer exists from ERROR_QA

2013-06-28 Thread Paul Eggleton
This check was actually removed a very long time ago in 6656381714c5956f71ca634f5a5f4aa4661bbf7e, before we even changed the QA checks to use names instead of numbers - the name was probably added ERROR_QA mistakenly because it hadn't also been removed from the comment listing the QA checks or the

[OE-core] [PATCH 01/12] libxext: Update from 1.3.1 to 1.3.2

2013-06-28 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com Line Copyright (c) 1999, 2005, 2006, Oracle and/or its affiliates. All rights reserved. in COPYING was changed into Copyright (c) 1999, 2005, 2006, 2013, Oracle and/or its affiliates. All rights reserved. in 1.3.2 ---

[OE-core] [PATCH 00/12] Package upgrades

2013-06-28 Thread Ionut Radu
* Tested on core-image-sato on all architectures (x86, x86-64, ppc, mips, arm) * apt: tested on core-image-minimal (with apt installed) * libxext: LIC_FILES_CHKSUM was changed because the line Copyright (c) 1999, 2005, 2006, Oracle and/or its affiliates. All rights reserved. in COPYING file was

[OE-core] [PATCH 02/12] libxcursor: Update from 1.1.13 to 1.1.14

2013-06-28 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com --- .../xorg-lib/{libxcursor_1.1.13.bb = libxcursor_1.1.14.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxcursor_1.1.13.bb = libxcursor_1.1.14.bb} (79%) diff --git

[OE-core] [PATCH 04/12] libxau: Updated from 1.0.7 to 1.0.8

2013-06-28 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com --- .../xorg-lib/{libxau_1.0.7.bb = libxau_1.0.8.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxau_1.0.7.bb = libxau_1.0.8.bb} (75%) diff --git

[OE-core] [PATCH 05/12] libxres: Updated from 1.0.6 to 1.0.7

2013-06-28 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com --- .../xorg-lib/{libxres_1.0.6.bb = libxres_1.0.7.bb}|4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxres_1.0.6.bb = libxres_1.0.7.bb} (77%) diff --git

[OE-core] [PATCH 06/12] libxv: Updated from 1.0.7 to 1.0.8

2013-06-28 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com --- meta/recipes-graphics/xorg-lib/{libxv_1.0.7.bb = libxv_1.0.8.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxv_1.0.7.bb = libxv_1.0.8.bb} (78%) diff --git

[OE-core] [PATCH 08/12] libxxf86vm: Updated from 1.1.2 to 1.1.3

2013-06-28 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com --- .../xorg-lib/{libxxf86vm_1.1.2.bb = libxxf86vm_1.1.3.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxxf86vm_1.1.2.bb = libxxf86vm_1.1.3.bb} (78%) diff --git

[OE-core] [PATCH 07/12] libxtst: Updated from 1.2.1 to 1.2.2

2013-06-28 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com License md5 changed in 1.2.2, Copyright © 1992 by UniSoft Group Ltd., Copyright © 1992, 1994, 1995 X Consortium and Copyright 1994 Network Computing Devices, Inc. has been added --- .../xorg-lib/{libxtst_1.2.1.bb = libxtst_1.2.2.bb} |

[OE-core] [PATCH 09/12] libxfixes: Updated from 5.0 to 5.0.1

2013-06-28 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com --- .../xorg-lib/{libxfixes_5.0.bb = libxfixes_5.0.1.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxfixes_5.0.bb = libxfixes_5.0.1.bb} (79%) diff --git

[OE-core] [PATCH 10/12] libxcb: Updated from 1.9 to 1.9.1

2013-06-28 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com --- meta/recipes-graphics/xcb/{libxcb_1.9.bb = libxcb_1.9.1.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xcb/{libxcb_1.9.bb = libxcb_1.9.1.bb} (55%) diff --git

[OE-core] [PATCH 11/12] apt: Updated from 0.9.8.1 to 0.9.8.2

2013-06-28 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com --- .../disable-configure-in-makefile.patch|0 .../fix-gcc-4.6-null-not-defined.patch |0 .../apt/{apt-0.9.8.1 = apt-0.9.8.2}/makerace.patch|0 .../apt/{apt-0.9.8.1

[OE-core] [PATCH 12/12] gpgme: Updated from 1.4.1 to 1.4.2

2013-06-28 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com License md5 was changed for src/gpgme.h.in: File: @configure_input@ */ was replaced by Generated from gpgme.h.in for @GPGME_CONFIG_HOST@. */ --- .../{gpgme-1.4.1 = gpgme-1.4.2}/disable_gpgconf_check.patch |0

Re: [OE-core] [PATCH] [dylan] lighttpd: Enabling with systemd

2013-06-28 Thread Saul Wold
On 06/28/2013 06:01 AM, Shakeel, Muhammad wrote: Hi Saul, Can you please comment on the status of this patch? Can it be merged to master branch only? I am sorry, I thought this was a dylan only patch, if it's bound for both, please don't tag it as a dylan patch. I will review this today.

[OE-core] [PATCH] lib/oe/lsb.py: fall back to /etc/os-release for host distro ID

2013-06-28 Thread Paul Eggleton
The new standard for host distribution identification [1] is /etc/os-release, and a number of newer distributions provide this file, so add support for this in order to pick up more distributions. Additionally, handle rolling release style distributions that don't report a version number, e.g.

[OE-core] [PATCH 1/6] python-async: add recipe

2013-06-28 Thread Paul Eggleton
This is required by python-gitdb. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-devtools/python/python-async_0.6.1.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta/recipes-devtools/python/python-async_0.6.1.bb diff --git

[OE-core] [PATCH 0/6] Add python-git module

2013-06-28 Thread Paul Eggleton
This patchset adds python-git and dependencies, which has been required on the host by buildhistory-diff since it was introduced; thus we need it in the build appliance and buildtools-tarball. The following changes since commit ff65497cd9a96d5ab49b16ba1f7e30a216ff4a42: classes/insane: remove

[OE-core] [PATCH 2/6] python-smmap: add recipe

2013-06-28 Thread Paul Eggleton
This is required by python-gitdb. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-devtools/python/python-smmap_0.8.2.bb | 20 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-devtools/python/python-smmap_0.8.2.bb diff --git

[OE-core] [PATCH 4/6] python-git: add recipe

2013-06-28 Thread Paul Eggleton
This is used by buildhistory-diff and the OE layer index, and thus will be useful in the context of the build appliance and buildtools-tarball. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../python/python-git_0.3.2.RC1.bb | 22 ++ 1 file

[OE-core] [PATCH 6/6] packagegroup-self-hosted: add python-git

2013-06-28 Thread Paul Eggleton
python-git is needed by buildhistory-diff, so add it to this packagegroup allowing buildhistory-diff to be used within build-appliance-image. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 1 + 1 file changed, 1

[OE-core] [PATCH 5/6] buildtools-tarball: add python-git

2013-06-28 Thread Paul Eggleton
python-git is needed by buildhistory-diff and the OE layer index update script, and on machines where buildtools-tarball is necessary given we are providing python we must provide this module as well. Fixes [YOCTO #4747]. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

[OE-core] [PATCH 3/6] python-gitdb: add recipe

2013-06-28 Thread Paul Eggleton
This is required by python-git. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-devtools/python/python-gitdb_0.5.4.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-devtools/python/python-gitdb_0.5.4.bb diff --git

Re: [OE-core] [PATCH 2/2] strace: add configure options libaio and acl

2013-06-28 Thread Paul Eggleton
On Friday 21 June 2013 16:12:21 Kai Kang wrote: Add strace configure options libaio and acl to enable or disable build with them. Then PACKAGECONFIG can be used to handle dependency. Set libaio as a default feature of PACKAGECONFIG. ... +PACKAGECONFIG_class-target ?= libaio

Re: [OE-core] [PATCH 1/1] xf86-video-intel: backport a patch to fix a compile failure

2013-06-28 Thread Saul Wold
On 06/27/2013 06:11 PM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com backport a patch to fix a compile failure when xorg-xserver's version is less than 1.10 I am not understanding why we need this patch, our xorg-xserver version is at 1.14, why would we need to have

[OE-core] [PATCH 0/2] linux-firmware fixes

2013-06-28 Thread Paul Eggleton
The following changes since commit ff65497cd9a96d5ab49b16ba1f7e30a216ff4a42: classes/insane: remove la2 check which no longer exists from ERROR_QA (2013-06-28 16:33:05 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/linux-firmware

[OE-core] [PATCH 1/2] linux-firmware: be consistent with license package naming

2013-06-28 Thread Paul Eggleton
Much as I prefer en_GB spelling, we need to be consistent with the other package names in this recipe. Thanks to Trevor Woerner for pointing this out. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 8 1 file

[OE-core] [PATCH 2/2] linux-firmware: fix ralink license file name

2013-06-28 Thread Paul Eggleton
LICENCE not LICENSE and -firmware not _firmware. (Upstream seems totally inconsistent with these filenames, unfortunately). Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [PATCH] linux-firmware: Package some iwlwifi firmware separately

2013-06-28 Thread Paul Eggleton
On Tuesday 25 June 2013 16:35:13 Trevor Woerner wrote: On 24 June 2013 10:27, Richard Purdie richard.pur...@linuxfoundation.org wrote: PACKAGES =+ ${PN}-ralink ${PN}-sd8686 ${PN}-wl12xx ${PN}-vt6656 \ ${PN}-rtl-license ${PN}-rtl8192cu ${PN}-rtl8192ce

Re: [OE-core] [PATCH 1/1] xf86-video-intel: backport a patch to fix a compile failure

2013-06-28 Thread Burton, Ross
On 28 June 2013 18:41, Saul Wold s...@linux.intel.com wrote: backport a patch to fix a compile failure when xorg-xserver's version is less than 1.10 I am not understanding why we need this patch, our xorg-xserver version is at 1.14, why would we need to have patch for an older version of the

Re: [OE-core] [PATCH 1/3 v2] sanity.bbclass: Check for the known broken version of make

2013-06-28 Thread Paul Barker
On 28 June 2013 16:11, Paul Barker p...@paulbarker.me.uk wrote: On 28 Jun 2013 14:17, Mark Hatle mark.ha...@windriver.com wrote: On 6/28/13 5:20 AM, Paul Barker wrote: If you know what fix you're looking for, the applied patches and build script can be seen at

[OE-core] [PATCH] security_flags: Add the compiler and linker flags that enhance security

2013-06-28 Thread Saul Wold
These flags add addition checks at compile, link and runtime to prevent stack smashing, checking for buffer overflows, and link at program start to prevent call spoofing later. This needs to be explicitly enabled by adding the following line to your local.conf: require

Re: [OE-core] [PATCH] security_flags: Add the compiler and linker flags that enhance security

2013-06-28 Thread Mark Hatle
On 6/28/13 1:46 PM, Saul Wold wrote: These flags add addition checks at compile, link and runtime to prevent stack smashing, checking for buffer overflows, and link at program start to prevent call spoofing later. This needs to be explicitly enabled by adding the following line to your

Re: [OE-core] [PATCH] security_flags: Add the compiler and linker flags that enhance security

2013-06-28 Thread Saul Wold
On 06/28/2013 12:05 PM, Mark Hatle wrote: On 6/28/13 1:46 PM, Saul Wold wrote: These flags add addition checks at compile, link and runtime to prevent stack smashing, checking for buffer overflows, and link at program start to prevent call spoofing later. This needs to be explicitly enabled by

[OE-core] [PATCH 1/2 v2] bitbake.conf: Add SECURITY_*FLAGS overridable definition

2013-06-28 Thread Saul Wold
This will allow for SECURITY_CFLAGS and SECURITY_LDFLAGS to be defined in the security_flags.inc and override the empty default. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/conf/bitbake.conf | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 2/2 v2] security_flags: Add the compiler and linker flags that enhance security

2013-06-28 Thread Saul Wold
These flags add addition checks at compile, link and runtime to prevent stack smashing, checking for buffer overflows, and link at program start to prevent call spoofing later. This needs to be explicitly enabled by adding the following line to your local.conf: require

Re: [OE-core] [PATCH 1/2 v2] bitbake.conf: Add SECURITY_*FLAGS overridable definition

2013-06-28 Thread Mark Hatle
On 6/28/13 2:23 PM, Saul Wold wrote: This will allow for SECURITY_CFLAGS and SECURITY_LDFLAGS to be defined in the security_flags.inc and override the empty default. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/conf/bitbake.conf | 6 -- 1 file changed, 4 insertions(+), 2

Re: [OE-core] [PATCH 1/2] linux-firmware: be consistent with license package naming

2013-06-28 Thread Martin Jansa
On Fri, Jun 28, 2013 at 06:56:47PM +0100, Paul Eggleton wrote: Much as I prefer en_GB spelling, we need to be consistent with the other package names in this recipe. Thanks to Trevor Woerner for pointing this out. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

Re: [OE-core] [PATCH 1/2 v2] bitbake.conf: Add SECURITY_*FLAGS overridable definition

2013-06-28 Thread Phil Blundell
On Fri, 2013-06-28 at 12:23 -0700, Saul Wold wrote: This will allow for SECURITY_CFLAGS and SECURITY_LDFLAGS to be defined in the security_flags.inc and override the empty default. Why can't security_flags.inc just append to CFLAGS and LDFLAGS respectively, or some other set of variables that

Re: [OE-core] csl_versions issue on latest update

2013-06-28 Thread Khem Raj
On Jun 25, 2013, at 7:44 AM, Giuseppe Condorelli giuseppe.condore...@gmail.com wrote: Solved, updating bitbake to commit 3d8044bc79c482c5ea008ddf12a8128dcd1527ee solved the issue. Since now I've worked against the commit 6acd444a557bba977ae1772371fdadf5f510e3b6, which indicates the new

Re: [OE-core] [PATCH 1/2 v2] bitbake.conf: Add SECURITY_*FLAGS overridable definition

2013-06-28 Thread Saul Wold
On 06/28/2013 12:51 PM, Phil Blundell wrote: On Fri, 2013-06-28 at 12:23 -0700, Saul Wold wrote: This will allow for SECURITY_CFLAGS and SECURITY_LDFLAGS to be defined in the security_flags.inc and override the empty default. Why can't security_flags.inc just append to CFLAGS and LDFLAGS

Re: [OE-core] [PATCH 1/2 v2] bitbake.conf: Add SECURITY_*FLAGS overridable definition

2013-06-28 Thread Richard Purdie
On Fri, 2013-06-28 at 13:19 -0700, Saul Wold wrote: On 06/28/2013 12:51 PM, Phil Blundell wrote: On Fri, 2013-06-28 at 12:23 -0700, Saul Wold wrote: This will allow for SECURITY_CFLAGS and SECURITY_LDFLAGS to be defined in the security_flags.inc and override the empty default. Why can't

Re: [OE-core] [PATCH 1/2 v2] bitbake.conf: Add SECURITY_*FLAGS overridable definition

2013-06-28 Thread Phil Blundell
On Fri, 2013-06-28 at 13:19 -0700, Saul Wold wrote: So, if I remember correctly there was issues with this because there are a number of packages that have to modify specifically the security related flags (see the list in security_flags.inc), the ordering/timing of being able to due that

Re: [OE-core] [PATCH 1/2 v2] bitbake.conf: Add SECURITY_*FLAGS overridable definition

2013-06-28 Thread Saul Wold
On 06/28/2013 02:07 PM, Phil Blundell wrote: On Fri, 2013-06-28 at 13:19 -0700, Saul Wold wrote: So, if I remember correctly there was issues with this because there are a number of packages that have to modify specifically the security related flags (see the list in security_flags.inc), the

[OE-core] [PATCH 00/24] Add python3 recipes

2013-06-28 Thread Khem Raj
This patchset adds python3 recipes to metadata in such a way that they can coexist with python2. The patchset has been tested quite well and I think is ready for review. At times it will adjust existing python2 recipes to make room for itself in a compatible way To add them to your images add

[OE-core] [PATCH 02/24] python3native.bbclass: Add python3 abstraction class

2013-06-28 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/classes/python3native.bbclass |7 +++ 1 file changed, 7 insertions(+) create mode 100644 meta/classes/python3native.bbclass diff --git a/meta/classes/python3native.bbclass b/meta/classes/python3native.bbclass new file mode 100644

[OE-core] [PATCH 05/24] classes: Add distutils for python3

2013-06-28 Thread Khem Raj
In line with python2 add distutils and setuptools classes for handing python3 Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/classes/distutils-tools.bbclass| 77 +++ meta/classes/distutils3-base.bbclass|5 ++

[OE-core] [PATCH 06/24] setuptools.bbclass: Use python-distribute instead of python-setuptools

2013-06-28 Thread Khem Raj
Remove --single-version-externally-managed since its setuptools specific and we dont use it anymore Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/classes/setuptools.bbclass |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/classes/setuptools.bbclass

[OE-core] [PATCH 03/24] package_rpm.bbclass:Make the regexp less greedy

2013-06-28 Thread Khem Raj
This causes issues when postinstalls have ERROR keywords its interpreted as error and image build is cancelled Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/classes/package_rpm.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/package_rpm.bbclass

[OE-core] [PATCH 01/24] generate-manifest-3.3.py: Add script to generate python 3.3 manifests

2013-06-28 Thread Khem Raj
Bases on python 2.7.x generator Signed-off-by: Khem Raj raj.k...@gmail.com --- scripts/contrib/python/generate-manifest-3.3.py | 376 +++ 1 file changed, 376 insertions(+) create mode 100755 scripts/contrib/python/generate-manifest-3.3.py diff --git

[OE-core] [PATCH 07/24] distutils3.bbclass: Port the distutils class fix to handle filenames with spaces

2013-06-28 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/classes/distutils3.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/distutils3.bbclass b/meta/classes/distutils3.bbclass index 3738b14..602ce48 100644 --- a/meta/classes/distutils3.bbclass +++

[OE-core] [PATCH 17/24] zeromq: Add recipe

2013-06-28 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/python/zeromq_3.2.2.bb | 24 1 file changed, 24 insertions(+) create mode 100644 meta/recipes-devtools/python/zeromq_3.2.2.bb diff --git a/meta/recipes-devtools/python/zeromq_3.2.2.bb

[OE-core] [PATCH 11/24] python-3.3-manifest: Add python3 manifest file

2013-06-28 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../python/python-3.3-manifest.inc | 260 1 file changed, 260 insertions(+) create mode 100644 meta/recipes-devtools/python/python-3.3-manifest.inc diff --git

[OE-core] [PATCH 10/24] distutils3: Do build_ext as separate step during compile

2013-06-28 Thread Khem Raj
Remove PYTHON_BASEVERSION its moved to distutils3-base class Add DISTUTILS_BUILD_EXT_ARGS for modules to pass flags to build_ext step in setup.py Add build_ext as sepate step during compile and add the cross sysrooted library and headers since we are cross compiling Use ${PYTHON_PN} in place of

[OE-core] [PATCH 15/24] ipython: Add recipes for ipython2 and ipython3

2013-06-28 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../ipython/001-completer-across-raw-types.patch | 562 .../ipython3/001-completer-across-raw-types.patch | 562 meta/recipes-devtools/python/ipython3_0.13.1.bb| 71 +++

  1   2   >