Re: [OE-core] [PATCH] grep-2.5.1a: fix grep for LSB compliance

2013-08-28 Thread Li Zhijian
at 2013-8-27 14:52, Saul Wold wrote: On 08/26/2013 09:32 PM, Li Zhijian wrote: ...skip... at 2013-8-27 9:00, Saul Wold wrote: diff --git a/meta/recipes-extended/grep/grep_2.5.1a.bb b/meta/recipes-extended/grep/grep_2.5.1a.bb index 088959c..d964d84 100644 ---

Re: [OE-core] [PATCH 12/24] python3: Add recipes

2013-08-28 Thread Khem Raj
On Aug 27, 2013, at 11:15 AM, Martin Jansa martin.ja...@gmail.com wrote: before do_package but not before do_configure I have thusly changed it to a DEPENDS and pushed the reworked patch to pull tree here

[OE-core] [PATCH] mirdori: use BPN instead of PN

2013-08-28 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-sato/midori/midori_0.5.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/midori/midori_0.5.5.bb b/meta/recipes-sato/midori/midori_0.5.5.bb index e545753..32bfcb6 100644 ---

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

2013-08-28 Thread Khem Raj
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 Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/systemd/systemd_206.bb | 5 - 1 file changed, 4

Re: [OE-core] [PATCH] mirdori: use BPN instead of PN

2013-08-28 Thread Martin Jansa
On Tue, Aug 27, 2013 at 11:31:41PM -0700, Saul Wold wrote: Signed-off-by: Saul Wold s...@linux.intel.com Small typo in subject. --- meta/recipes-sato/midori/midori_0.5.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/midori/midori_0.5.5.bb

Re: [OE-core] [PATCH 0/5] Add midori and dependencies

2013-08-28 Thread Martin Jansa
On Tue, Aug 27, 2013 at 05:59:34PM +0300, Mihai Prica wrote: The Midori web-browser can be used to more easily test the functionality of webkit-gtk. * The midori and libnotify recipes are from meta-gnome. * The python-docutils and vala recipes are from meta-oe. * The midori and

Re: [OE-core] [PATCHv3 0/2] Add ca-certificates recipe

2013-08-28 Thread Martin Jansa
On Fri, Aug 23, 2013 at 12:26:13PM -0700, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com This is based on the meta-oe recipe, with enhancements, and prepopulates the certificates for the nativesdk version, for later use in the buildtools-tarball. The following

Re: [OE-core] [RFC][PATCHv2] bitbake.conf: include machine name in DEPLOY_DIR_IMAGE

2013-08-28 Thread Martin Jansa
On Wed, Apr 10, 2013 at 10:05:01AM +0200, Koen Kooi wrote: This allows a clean seperation between all image outputs and making it possible to have convinience symlinks to make it ready to deploy. And while it isn't a valid reason, it must be mentioned: BSP layers which do use convenience

Re: [OE-core] [oe][PATCH] eglinfo: Add recipes for x11 and fb backends

2013-08-28 Thread Martin Jansa
On Thu, Apr 04, 2013 at 08:41:39AM -0700, Saul Wold wrote: I am going to defer this to 1.5 when it opens up, I still need to review the recipe, but wanted to give you a heads up about the deferral. It looks like it was deferred too much or is it applied somewhere else? I don't see it in

Re: [OE-core] [RFC][PATCH 1/4] package.bbclass: move reading shlibs providers to separate function

2013-08-28 Thread Martin Jansa
On Sun, Jul 07, 2013 at 01:13:04AM +0200, Martin Jansa wrote: * prepare for reading shlibs providers only from dependency tree of current recipe [YOCTO #4628] Any comment on this patchset? I'm using first 3 commits for some time in world builds and they helped me to discover some

[OE-core] [PATCH] systemd: add ptest

2013-08-28 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- meta/recipes-core/systemd/systemd/run-ptest |2 ++ meta/recipes-core/systemd/systemd_204.bb| 18 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644

Re: [OE-core] classes/insane: add check for PN in OVERRIDES

2013-08-28 Thread Paul Eggleton
Hi Mikhail, On Tuesday 27 August 2013 17:36:03 Mikhail Durnev wrote: I have a question about your commit c331f0a: --- diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 4d2392e..fb18022 100644 ---

Re: [OE-core] [PATCH 0/5] Add midori and dependencies

2013-08-28 Thread Paul Eggleton
On Wednesday 28 August 2013 10:18:15 Martin Jansa wrote: On Tue, Aug 27, 2013 at 05:59:34PM +0300, Mihai Prica wrote: The Midori web-browser can be used to more easily test the functionality of webkit-gtk. * The midori and libnotify recipes are from meta-gnome. * The python-docutils

[OE-core] [PATCH] gcc-4.8: fix ICE of cross-compile for PowerPC e500v2 targets

2013-08-28 Thread Chunrong Guo
* http://gcc.gnu.org/bugzilla//show_bug.cgi?id=57717#c7 * fix the segfault issue of dd on e500v2 targets Since double-float is disabled for e500v2 targets build due to ICE of gcc-4.8.1, accordingly %Ld format of sprintf is disabled. Address Bug 4910 - [p1022ds]urandom:

Re: [OE-core] [PATCH] systemd: add ptest

2013-08-28 Thread ChenQi
On 08/28/2013 04:39 PM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- meta/recipes-core/systemd/systemd/run-ptest |2 ++ meta/recipes-core/systemd/systemd_204.bb| 18 +- 2 files changed,

Re: [OE-core] [PATCH] systemd: add ptest

2013-08-28 Thread Björn Stenberg
rongqing...@windriver.com wrote: +DISTRO_FEATURES += ptest This looks a bit odd to have in the recipe. Ptest should rather be enabled/disabled by the distro.conf or local.conf. -- Björn ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] systemd: add ptest

2013-08-28 Thread Rongqing Li
On 08/28/2013 05:15 PM, ChenQi wrote: On 08/28/2013 04:39 PM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- meta/recipes-core/systemd/systemd/run-ptest |2 ++ meta/recipes-core/systemd/systemd_204.bb|

[OE-core] [PATCH v2] systemd: add ptest

2013-08-28 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- meta/recipes-core/systemd/systemd/run-ptest |2 ++ meta/recipes-core/systemd/systemd_204.bb| 16 +++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH] lib/oeqa/runtime: remove some unnecessary checks from setUpModule

2013-08-28 Thread Stefan Stanacar
These checks are unnecessary. setUpModule is run when a module is loaded and we shouldn't run commands on the target here, (plus if ssh doesn't work we error out in setup multiple times, instead of skipping the real test, which might depend on test_ssh). Signed-off-by: Stefan Stanacar

[OE-core] [PATCH] classes/testimage: increase default boot timeout

2013-08-28 Thread Stefan Stanacar
While I can't reproduce on local builds, sometimes images fail to boot on AB (which runs many builds at once). Assuming there isn't something weird going on, let's just give it more time. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- meta/classes/testimage.bbclass | 2 +- 1 file

Re: [OE-core] classes/insane: add check for PN in OVERRIDES

2013-08-28 Thread Mikhail Durnev
Hi Paul, 28.08.2013 19:41, Paul Eggleton wrote: Hi Mikhail, On Tuesday 27 August 2013 17:36:03 Mikhail Durnev wrote: I have a question about your commit c331f0a: --- diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index

[OE-core] [PATCH] bluez4: fix network Connect parameter validation

2013-08-28 Thread Peter A. Bigot
The incorrect validation prevents connection to the NAP service on another device. Signed-off-by: Peter A. Bigot p...@pabigot.com --- ...ork-fix-network-Connect-method-parameters.patch | 30 ++ meta/recipes-connectivity/bluez/bluez4_4.101.bb| 1 + 2 files changed, 31

Re: [OE-core] [PATCH][for-dylan] bluez4: fix network Connect parameter validation

2013-08-28 Thread Peter A. Bigot
On 08/22/2013 06:53 AM, Peter A. Bigot wrote: On 08/22/2013 04:46 AM, Burton, Ross wrote: On 21 August 2013 23:47, Peter A. Bigot p...@pabigot.com wrote: The incorrect validation prevents connection to the NAP service on another device. Is this intended for master as well as dylan? At the

[OE-core] [PATCH] mesa: add missing elfutils dependency for r600 PACKAGECONFIG

2013-08-28 Thread Jonathan Liu
Fixes the following configure error: configure:23490: error: radeonsi and r600g require libelf when using LLVM Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-graphics/mesa/mesa.inc | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCHv3 0/2] Add ca-certificates recipe

2013-08-28 Thread Paul Eggleton
On Wednesday 28 August 2013 10:19:08 Martin Jansa wrote: On Fri, Aug 23, 2013 at 12:26:13PM -0700, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com This is based on the meta-oe recipe, with enhancements, and prepopulates the certificates for the nativesdk

Re: [OE-core] [PATCHv3 0/2] Add ca-certificates recipe

2013-08-28 Thread Chris Larson
On Wed, Aug 28, 2013 at 5:31 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 28 August 2013 10:19:08 Martin Jansa wrote: On Fri, Aug 23, 2013 at 12:26:13PM -0700, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com This is based on the

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-28 Thread Elvis Dowson
Hi, I get the following error while running the bitbake linux-yocto command for a qemu machine conf that I'm building. The build system is unable to find the dtc binary: | make: Leaving directory

Re: [OE-core] [PATCH v2] systemd: add ptest

2013-08-28 Thread Saul Wold
On 08/28/2013 02:28 AM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- meta/recipes-core/systemd/systemd/run-ptest |2 ++ meta/recipes-core/systemd/systemd_204.bb| 16 +++- We are at 206 in

[OE-core] [PATCH] busybox: set default log buffer size to 64 at compile time

2013-08-28 Thread Paul Eggleton
This provides a more reasonable log buffer size to avoid losing earlier events, and 64K is not a problem for modern systems. When the buffer is used on sysvinit-based systems, which it isn't by default, 64K is already the runtime default size unless /etc/syslog-startup.conf is modified or deleted,

Re: [OE-core] [PATCH] u-boot: update to 2013.07

2013-08-28 Thread Khem Raj
On Aug 27, 2013, at 12:57 PM, Randy MacLeod randy.macl...@windriver.com wrote: Just curious... I dont' see a good reason to specify the git protocol twice: git:// and ; protocol=git since its explicit. it does provide readability benefits which does have value when newbies read the

Re: [OE-core] [PATCH] busybox: set default log buffer size to 64 at compile time

2013-08-28 Thread Khem Raj
On Aug 28, 2013, at 8:39 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: This provides a more reasonable log buffer size to avoid losing earlier events, and 64K is not a problem for modern systems. When the buffer is used on sysvinit-based systems, which it isn't by default, 64K is

[OE-core] [PATCH] gtk+3: don't split immodules if we have none

2013-08-28 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com Currently we don't enable any immodules for gtk+3, yet we unconditionally call do_split_packages on a nonexistent path. This results in a return value of None, which it then tries to join, resulting in a TypeError. Only split the modules if we have

Re: [OE-core] [PATCH 0/1] multilib.bbclass: Expand the WHITELISTs with multilib prefix

2013-08-28 Thread Mark Hatle
On 8/27/13 2:32 AM, jhuang0 wrote: Could anyone look at this? It's been a long time here, but no comments and is not merged yet. This is definitely still needed in oe-core. Without this the license whitelist/blacklist doesn't work as expected when multilibs are enabled. The only

[OE-core] [PATCH 1/1] linux-yocto/3.10: fix ssh login and restore CC_OPTIMIZE_FOR_SIZE

2013-08-28 Thread Bruce Ashfield
Updating the BSP SRCREVs with the following changes: 7144bcc Revert timer_list: Split timer_list_show_tickdevices 1c0d1d8 Revert timer_list: Convert timer list to be a proper seq_file To temporarily fix the ability to log in via ssh on some host/image combinations. Updating the meta SRCREV

[OE-core] [PATCH 0/1] linux-yocto/3.10: M4 fixes

2013-08-28 Thread Bruce Ashfield
Richard/Saul, Here's an update of the linux-yocto-3.10 SRCREVs for the dropbear ssh issue, and a config change to restore existing behaviour. Credit goes to TomZ for tracking down the root cause. We'll continue to dig at this more and see what the permanent fix will be .. and whether or not this

Re: [OE-core] [PATCH 0/1] linux-yocto/3.10: M4 fixes

2013-08-28 Thread Tom Zanussi
On Wed, 2013-08-28 at 16:12 -0400, Bruce Ashfield wrote: Richard/Saul, Here's an update of the linux-yocto-3.10 SRCREVs for the dropbear ssh issue, and a config change to restore existing behaviour. Credit goes to TomZ for tracking down the root cause. We'll continue to And to Darren for

Re: [OE-core] [PATCH 0/1]libnfsidmap: Add and modify idmapd.conf

2013-08-28 Thread Randy MacLeod
On 13-08-26 10:07 PM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com The following changes since commit 58d05c817cf3be071c66c7e4dbbb9942fd7a0752: xdg-utils: add runtime dependency on xprop (2013-08-23 16:08:30 +0100) are available in the git repository at:

Re: [OE-core] [PATCH 0/1]libnfsidmap: Add and modify idmapd.conf

2013-08-28 Thread Saul Wold
On 08/28/2013 01:23 PM, Randy MacLeod wrote: On 13-08-26 10:07 PM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com The following changes since commit 58d05c817cf3be071c66c7e4dbbb9942fd7a0752: xdg-utils: add runtime dependency on xprop (2013-08-23 16:08:30 +0100)

[OE-core] [CONSOLIDATED PULL 0/4] Kernel fix QA tests support for RC1

2013-08-28 Thread Saul Wold
Richard, Here is set of patches to address the sanity test failure we saw on the build overnight, they work! Found a real issue. I am also including the qa patches that should address some other issues. Thanks Sau! The following changes since commit

[OE-core] [PATCH 1/1] linux-yocto/3.4: v3.4.59, mohonpeak

2013-08-28 Thread Bruce Ashfield
This is a standard refresh of the 3.4 LTSI kernel to include v3.4.59 and to introduce the updated mohonpeak BSP. Build and boot testing on qemu showed no issues. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8

[OE-core] [PATCH 0/1] linux-yocto/3.4: consolidated pull

2013-08-28 Thread Bruce Ashfield
Richard/Saul, Now that 3.10 is bubbling a little bit less vigorously, here's some pending 3.4 updates. These are standard 3.4.x stable updates, and the rename of the rangeley BSP to the mohonpeak. Build and boot testing showed no issues here. Cheers, Bruce The following changes since commit

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-28 Thread Bruce Ashfield
On 13-08-28 11:16 AM, Elvis Dowson wrote: Hi, I get the following error while running the bitbake linux-yocto command for a qemu machine conf that I'm building. The build system is unable to find the dtc binary: | make: Leaving directory

Re: [OE-core] [PATCH] gtk+3: don't split immodules if we have none

2013-08-28 Thread Saul Wold
On 08/28/2013 09:12 AM, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com Currently we don't enable any immodules for gtk+3, yet we unconditionally call do_split_packages on a nonexistent path. This results in a return value of None, which it then tries to join,

Re: [OE-core] [PATCH] insane.bbclass:WARNING: QA Issue: xxx doesn't match the [a-z0-9.+-]+ regex

2013-08-28 Thread Andrei Gherzan
On Wed, Aug 21, 2013 at 9:28 AM, yaoxp ya...@cn.fujitsu.com wrote: Will offer the following warning when there are upper case letters in the BB file name: WARNING: QA Issue: xxx doesn't match the [a-z0-9.+-]+ regex Is there such a regulation in yocto that there can't be upper case letters

Re: [OE-core] [PATCH 0/1] linux-yocto/3.10: M4 fixes

2013-08-28 Thread Richard Purdie
On Wed, 2013-08-28 at 15:19 -0500, Tom Zanussi wrote: On Wed, 2013-08-28 at 16:12 -0400, Bruce Ashfield wrote: Richard/Saul, Here's an update of the linux-yocto-3.10 SRCREVs for the dropbear ssh issue, and a config change to restore existing behaviour. Credit goes to TomZ for

Re: [OE-core] [PATCH] gtk+3: don't split immodules if we have none

2013-08-28 Thread Chris Larson
On Wed, Aug 28, 2013 at 4:13 PM, Saul Wold s...@linux.intel.com wrote: On 08/28/2013 09:12 AM, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com Currently we don't enable any immodules for gtk+3, yet we unconditionally call do_split_packages on a nonexistent path.

[OE-core] [Question] libxml: How about add --with-catalog to EXTRA_OECONF ?

2013-08-28 Thread Li Zhijian
Hi, I had build libxml and executed xmlcatalog It shows follow messages # xmlcatalog --help libxml was not compiled with catalog and output support meta/recipes-core/libxml/libxml2.inc: 32 EXTRA_OECONF = --without-python --without-debug --without-legacy --without-catalog --without-docbook

[OE-core] [PATCH] systemd: use /bin/mkdir instead of host mkdir path

2013-08-28 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- ...-Use-bin-mkdir-instead-of-host-mkdir-path.patch | 31 ++ meta/recipes-core/systemd/systemd_206.bb | 1 + 2 files changed, 32 insertions(+) create mode 100644

[OE-core] [PATCH 0/1] syslinux.bbclass: pull files from correct places for multilib

2013-08-28 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com fix the failure when building lib32 hdd/iso image: | install: cannot stat `/buildarea/jhuang0/yp/y_x64_0705/tmp/sysroots/lib32-qemux86-64/usr/share/syslinux/ldlinux.sys': No such file or directory tested info: MULTILIBS = multilib:lib32

[OE-core] [PATCH 1/1] syslinux.bbclass: pull files from correct places for multilib

2013-08-28 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com syslinux files isolinux.bin, ldlinux.sys and vesamenu.c32 are used when building hdd/iso image, but in multilib case, STAGING_DATADIR points to ${MLPREFIX}${MACHINE} in sysroot which is not correct for pulling syslinux files, fix it to ${MACHINE}.

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-28 Thread Elvis Dowson
On Aug 29, 2013, at 2:43 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-28 11:16 AM, Elvis Dowson wrote: Hi, I get the following error while running the bitbake linux-yocto command for a qemu machine conf that I'm building. The build system is unable to find the dtc

Re: [OE-core] [PATCH] gtk+3: don't split immodules if we have none

2013-08-28 Thread Martin Jansa
On Wed, Aug 28, 2013 at 05:05:38PM -0700, Chris Larson wrote: On Wed, Aug 28, 2013 at 4:13 PM, Saul Wold s...@linux.intel.com wrote: On 08/28/2013 09:12 AM, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com Currently we don't enable any immodules for gtk+3,

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-28 Thread Khem Raj
On Aug 28, 2013, at 9:36 PM, Elvis Dowson elvis.dow...@gmail.com wrote: On Aug 29, 2013, at 2:43 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-28 11:16 AM, Elvis Dowson wrote: Hi, I get the following error while running the bitbake linux-yocto command for a