[OE-core] [PATCH 6/6] openssh: add init.d/sshd status command for LSB compliance

2013-08-22 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../openssh/openssh-6.2p2/init | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 2/6] nfs-utils: add init.d/nfsserver status command for LSB compliance

2013-08-22 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../nfs-utils/nfs-utils/nfsserver | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git

[OE-core] [PATCH 3/6] dbus: add init.d/dbus-1 status command for LSB compliance

2013-08-22 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 4/6] sysvinit: add init.d/bootlogd status command for LSB compliance

2013-08-22 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta/recipes-core/sysvinit/sysvinit/bootlogd.init |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 0/6 v3] Add status command for daemon of some packages

2013-08-22 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com v3 comments: Add usage info for nfsserver, and drop rh_status in at and sshd script. -- The following changes since commit d98f08a7ad95d0b17846276b028a6614f16b6846: genext2fs: fix memory corruption on powerpc (2013-08-20 07:11:44 -0700) are

[OE-core] [PATCH 5/6] at: add init.d/atd status command for LSB compliance

2013-08-22 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta/recipes-extended/at/files/S99at |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] [PATCH 1/1] bc: fix segmentation fault

2013-08-22 Thread Khem Raj
On Aug 19, 2013, at 7:20 PM, Kai Kang kai.k...@windriver.com wrote: When run 'bc -l', it segmentation faults. Apply patch from BLFS to fix it. Ref: http://www.mail-archive.com/blfs-support@linuxfromscratch.org/msg04601.html Signed-off-by: Kai Kang kai.k...@windriver.com ---

Re: [OE-core] [PATCH 4/6] openssh: add init.d/sshd status command for LSB compliance

2013-08-22 Thread Khem Raj
Hi Jackie One thing comes to mind is that these scripts are hardcoding the binaries and may be it would be nicer to replace the bindir, libdir and so on at install time, that would make them flexible where /usr is not used e.g. but I guess thats a general problem with capture init scripts all

Re: [OE-core] [PATCH 1/1] bc: fix segmentation fault

2013-08-22 Thread Kang Kai
On 2013年08月22日 14:38, Khem Raj wrote: On Aug 19, 2013, at 7:20 PM, Kai Kang kai.k...@windriver.com wrote: When run 'bc -l', it segmentation faults. Apply patch from BLFS to fix it. Ref: http://www.mail-archive.com/blfs-support@linuxfromscratch.org/msg04601.html Signed-off-by: Kai Kang

Re: [OE-core] [CONSOLIDATED PULL 00/25] Final Review and ACK

2013-08-22 Thread Khem Raj
On Aug 20, 2013, at 8:06 AM, Otavio Salvador ota...@ossystems.com.br wrote: Thanks for merging the patches but one change, the poky.conf change (http://patchwork.openembedded.org/patch/55893/), has not been merged. thats poky specific patch not related to OE-Core as such, poky ml is more

Re: [OE-core] [PATCH 4/6] openssh: add init.d/sshd status command for LSB compliance

2013-08-22 Thread jhuang0
On 8/22/2013 2:42 PM, Khem Raj wrote: Hi Jackie One thing comes to mind is that these scripts are hardcoding the binaries and may be it would be nicer to replace the bindir, libdir and so on at install time, that would make them flexible where /usr is not used e.g. but I guess thats a

Re: [OE-core] [PATCH 4/6] openssh: add init.d/sshd status command for LSB compliance

2013-08-22 Thread ChenQi
On 08/22/2013 03:02 PM, jhuang0 wrote: On 8/22/2013 2:42 PM, Khem Raj wrote: Hi Jackie One thing comes to mind is that these scripts are hardcoding the binaries and may be it would be nicer to replace the bindir, libdir and so on at install time, that would make them flexible where /usr is

Re: [OE-core] [PATCH 1/1] bc: fix segmentation fault

2013-08-22 Thread Khem Raj
Kai On Aug 21, 2013, at 11:50 PM, Kang Kai kai.k...@windriver.com wrote: what does adding this include file fix ? To be honest, I am not sure why add this include. After build it is harmless, so I didn't want to modify it because I think LFS is trustable. Its matter of understanding the

[OE-core] [PATCH 5/5] [v4] systemd: Remove base_libdir if installed only for systemd_unitdir

2013-08-22 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com If a recipe installs systemd_unitdir and it is a non-systemd build than systemd.bbclass deletes systemd_unitdir (/lib/systemd/) but not base_libdir (/lib). In this case if base_libdir is empty than following QA Issue is reported. ERROR: QA

[OE-core] [PATCH 4/5] [v4] nfs-utils: Add systemd support

2013-08-22 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../nfs-utils/nfs-utils/nfs-mountd.service | 11 ++ .../nfs-utils/nfs-utils/nfs-server.service | 18 ++

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

2013-08-22 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../lighttpd/files/lighttpd.service| 12 meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 14 --

[OE-core] [PATCH 1/5] [v4] openssh: Add systemd support

2013-08-22 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com -Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../openssh/openssh-6.2p2/sshd.socket | 11 +++ .../openssh/openssh-6.2p2/sshd@.service|9 +

[OE-core] [PATCH 3/5] [v4] rpcbind: Add systemd support

2013-08-22 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/recipes-extended/rpcbind/rpcbind/rpcbind.conf |3 +++ .../rpcbind/rpcbind/rpcbind.service| 14 ++

Re: [OE-core] [PATCH 1/1] bc: fix segmentation fault

2013-08-22 Thread Kang Kai
On 2013年08月22日 15:15, Khem Raj wrote: Kai On Aug 21, 2013, at 11:50 PM, Kang Kai kai.k...@windriver.com wrote: what does adding this include file fix ? To be honest, I am not sure why add this include. After build it is harmless, so I didn't want to modify it because I think LFS is

[OE-core] test

2013-08-22 Thread zyang
test ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH] stat: fix the wrong return code

2013-08-22 Thread Zhangle Yang
After stat -h is executed, the return code is 1. This patch changes it to 0. Signed-off-by: Zhangle Yang zhangle.y...@windriver.com --- .../stat/stat-3.3/fix-error-return.patch | 16 meta/recipes-extended/stat/stat_3.3.bb |3 ++- 2 files changed, 18

Re: [OE-core] [PATCH] stat: fix the wrong return code

2013-08-22 Thread Khem Raj
On Aug 22, 2013, at 12:42 AM, Zhangle Yang zhangle.y...@windriver.com wrote: After stat -h is executed, the return code is 1. This patch changes it to 0. aside from the patch. why don't we use stat from coreutils or busybox and drop maintaining this old version of stat. Are there some use

Re: [OE-core] [CONSOLIDATED PULL 00/62] Python3, Packge Exlude and more (Initial ACK Please)!

2013-08-22 Thread Paul Eggleton
On Wednesday 21 August 2013 22:58:55 Saul Wold wrote: Paul, Ross: Please review this set. It has a number of large changes that I want more EYES on! Particularly, the python3 patch set, which I may remove before this is final due to the world build issue. There is also a few patches

Re: [OE-core] [CONSOLIDATED PULL 00/62] Python3, Packge Exlude and more (Initial ACK Please)!

2013-08-22 Thread Iorga, Cristian
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Paul Eggleton Sent: Thursday, August 22, 2013 12:08 PM To: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [CONSOLIDATED PULL

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

2013-08-22 Thread Burton, Ross
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? Ross ___ Openembedded-core mailing list

Re: [OE-core] [CONSOLIDATED PULL 00/62] Python3, Packge Exlude and more (Initial ACK Please)!

2013-08-22 Thread Martin Jansa
On Thu, Aug 22, 2013 at 09:14:07AM +, Iorga, Cristian wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Paul Eggleton Sent: Thursday, August 22, 2013 12:08 PM To:

[OE-core] [PATCH] busybox.inc: Add -f to rm of ${D}${sysconfdir}/syslog-startup.conf.${BPN} to not error out when the busybox config used does not have SYSLOG enabled and DISTRO_FEATURES does not cont

2013-08-22 Thread Florin Sarbu
Signed-off-by: Florin Sarbu florin.sa...@windriver.com --- meta/recipes-core/busybox/busybox.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 8b38c1a..454d7e3 100644 ---

Re: [OE-core] [CONSOLIDATED PULL 00/62] Python3, Packge Exlude and more (Initial ACK Please)!

2013-08-22 Thread Phil Blundell
On Thu, 2013-08-22 at 10:07 +0100, Paul Eggleton wrote: On Wednesday 21 August 2013 22:58:55 Saul Wold wrote: package_rpm.bbclass:Make the regexp less greedy That's a rather poor commit message. There are multiple regexps in this class and none of them is famous enough to be adequately

[OE-core] [PATCH 1/1] alsa-lib: fix function definitions error for mips

2013-08-22 Thread Kai Kang
Functions atomic_add(s) and atomic_sub(s) are defined with 'extern __inline__' that may cause compile fails when cross compile for mips. The error message looks like: | pcm/.libs/libpcm.a(pcm_meter.o): In function `snd_pcm_meter_update_scope': | .../alsa-lib-1.0.27.2/src/pcm/pcm_meter.c:139:

[OE-core] [PATCH 0/1] Fix alsa-lib compiles fails on mips

2013-08-22 Thread Kai Kang
The following changes since commit b2ff1add530b1fec2fb7f385227a03db47015c37: poky.conf: Don't force the addition of extra DISTRO_FEATURES (2013-08-20 22:58:04 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/alsa-lib

Re: [OE-core] [CONSOLIDATED PULL 00/62] Python3, Packge Exlude and more (Initial ACK Please)!

2013-08-22 Thread Richard Purdie
On Thu, 2013-08-22 at 10:07 +0100, Paul Eggleton wrote: On Wednesday 21 August 2013 22:58:55 Saul Wold wrote: Marko Lindqvist (3): texinfo: correct dont-depend-on-help2man.patch SDL2: add recipe boost: fix build when PARALLEL_MAKE is not set Otavio Salvador (1):

[OE-core] [PATCH 0/1] connman: upgrade to 1.17

2013-08-22 Thread Cristian Iorga
The following changes since commit b2ff1add530b1fec2fb7f385227a03db47015c37: poky.conf: Don't force the addition of extra DISTRO_FEATURES (2013-08-20 22:58:04 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/PUs

[OE-core] [PATCH 1/1] connman: upgrade to 1.17

2013-08-22 Thread Cristian Iorga
connman 1.17 is mainly a bugfix release, as such, recommended to upgrade to. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../recipes-connectivity/connman/{connman_1.16.bb = connman_1.17.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH 0/1] Upgrade harfbuzz

2013-08-22 Thread Mihai Prica
The following changes since commit b2ff1add530b1fec2fb7f385227a03db47015c37: poky.conf: Don't force the addition of extra DISTRO_FEATURES (2013-08-20 22:58:04 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mihaip/harfbuzz

[OE-core] [PATCH 1/1] harfbuzz: upgrade to v0.9.19

2013-08-22 Thread Mihai Prica
Remove the disable_graphite.patch because the --without-graphite2 configure option can be used instead. Split package into harfbuzz and harfbuzz-icu. The ICU support is now built into a separate library that will be shipped in a different package. Signed-off-by: Mihai Prica mihai.pr...@intel.com

Re: [OE-core] [CONSOLIDATED PULL 00/62] Python3, Packge Exlude and more (Initial ACK Please)!

2013-08-22 Thread Iorga, Cristian
Sorry, for the moment, I don't have the necessary time resources to switch to another email client. I will do it after 1.5 release. Regards, Cristian -Original Message- From: Martin Jansa [mailto:martin.ja...@gmail.com] Sent: Thursday, August 22, 2013 12:55 PM To: Iorga, Cristian Cc:

[OE-core] [PATCH 05/28] libiconv: Extend to nativesdk and support non-linux targets

2013-08-22 Thread Richard Purdie
This library is currently only available when targeting non-libc. This patch also makes it available when targetting non-linux since it is likely of use then. It also adds a BBCLASSEXTEND for nativesdk since again, it can be useful in that context. Signed-off-by: Richard Purdie

[OE-core] [PATCH 01/28] package.bbclass: Fix handling of symlinks in debug packages

2013-08-22 Thread Richard Purdie
When copying the sources for the debug source package we use cpio -Ll which means to copy files as hardlinks and to dereference symlinks. It appears there is a bug in cpio since -Ll will copy symlinks and not dereference them. We therefore do a second pass over copied symlinks resolving them into

[OE-core] [PATCH 11/28] gcc-cross-canadian-4.8: Allow elfutils to be a configurable dependency

2013-08-22 Thread Richard Purdie
Some SDK platforms have elfutils support, some do not, therefore allow this to be configured. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-devtools/gcc/gcc-cross-canadian_4.8.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 03/28] populate_sdk_base: Allow sdk tar options to be overridden

2013-08-22 Thread Richard Purdie
It can be useful to override or append options to the SDK tarball creation command so add a variable to allow this. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/classes/populate_sdk_base.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 13/28] gcc-cross-canadian: Merge 4.7 and 4.8 recipes into common include

2013-08-22 Thread Richard Purdie
This removes duplication and follows the pattern of the other gcc recipes. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 19 ++ .../recipes-devtools/gcc/gcc-cross-canadian_4.7.bb | 23

[OE-core] [PATCH 12/28] gcc-cross-canadian-4.8: Add missing dependency on nativesdk-zlib

2013-08-22 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-devtools/gcc/gcc-cross-canadian_4.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian_4.8.bb b/meta/recipes-devtools/gcc/gcc-cross-canadian_4.8.bb

[OE-core] [PATCH 08/28] gcc-package-sdk.inc: Allow executable extension to be overridden

2013-08-22 Thread Richard Purdie
On platforms like windows, executables have extensions. Whilst I'm not proposing we wholesale support windows extensions, this small tweak allows a cross compiler targetting mingw to be built which does seem like a good use case. The patch therefore adds an EXEEXT which the mingw layer can set

[OE-core] [PATCH 17/28] gcc-cross-initial: Fold common configuration into gcc-cross-initial.inc

2013-08-22 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-devtools/gcc/gcc-cross-initial.inc | 2 ++ meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.7.bb | 1 - meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.8.bb | 1 - 3 files changed, 2 insertions(+), 2

[OE-core] [PATCH 18/28] gcc-runtime: Fold common configuration into gcc-configure-runtime.inc

2013-08-22 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-devtools/gcc/gcc-configure-runtime.inc | 5 + meta/recipes-devtools/gcc/gcc-runtime_4.7.bb| 4 meta/recipes-devtools/gcc/gcc-runtime_4.8.bb| 4 3 files changed, 5 insertions(+), 8

[OE-core] [PATCH 23/28] gcc-cross-canadian: Fold configure-sdk and package-sdk into the main .inc

2013-08-22 Thread Richard Purdie
This also has the advantage of removing the confusing sdk naming which has been purged everywhere else in favour of cross-canadian. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-devtools/gcc/gcc-configure-sdk.inc | 47 -

[OE-core] [PATCH 24/28] gcc-cross.inc: Clean up after merge

2013-08-22 Thread Richard Purdie
* Remove the duplicate EXTRA_OECONF_PATHS that is overwritten * Merge the do_compile and do_compile_prepend * Group dependency and configuration variables together Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-devtools/gcc/gcc-cross.inc | 48

[OE-core] [PATCH 02/28] crosssdk: Construct target_exec_prefix from prefix_nativesdk

2013-08-22 Thread Richard Purdie
${exec_prefix_nativesdk} doesn't exist so use prefix_nativesdk instead. This resolves issues for code which attepts to use target_exec_prefix. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/classes/crosssdk.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 22/28] gcc-*-runtime.inc: Fold configuration into gcc-runtime.inc

2013-08-22 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- .../recipes-devtools/gcc/gcc-configure-runtime.inc | 64 - meta/recipes-devtools/gcc/gcc-package-runtime.inc | 80 meta/recipes-devtools/gcc/gcc-runtime.inc | 145 +

[OE-core] [PATCH 19/28] libgcc: Move common code to libgcc.inc

2013-08-22 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-devtools/gcc/libgcc.inc| 143 +++ meta/recipes-devtools/gcc/libgcc_4.7.bb | 144 +-- meta/recipes-devtools/gcc/libgcc_4.8.bb | 145

[OE-core] [PATCH 25/28] gcc-common.inc: Drop unused LIBGCCS_VAR variable

2013-08-22 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-devtools/gcc/gcc-cross.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc index a09fd54..25a3142 100644 ---

[OE-core] [PATCH 26/28] bitbake.conf: Work around dev symlink problems on darwin

2013-08-22 Thread Richard Purdie
On darwin, we have: libxxx.dylib - libxxx.Y.dylib compared to Linux which has: libxxx.so - libxxx.so.Y Our ordering of PACKAGES with -dev first and then ${PN} makes it impossible to match the files correctly using simple globbing. This makes darwin targets completely broken since both the libs

[OE-core] [PATCH 16/28] gcc-cross: Fold common configuration into gcc-cross.inc

2013-08-22 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-devtools/gcc/gcc-cross.inc| 12 meta/recipes-devtools/gcc/gcc-cross_4.7.bb | 11 --- meta/recipes-devtools/gcc/gcc-cross_4.8.bb | 11 --- 3 files changed, 12 insertions(+), 22

[OE-core] [PATCH 20/28] gcc-target: Combine gcc-target-configure.inc, gcc-target-package.inc and other common code

2013-08-22 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-devtools/gcc/gcc-configure-target.inc | 8 -- meta/recipes-devtools/gcc/gcc-package-target.inc | 142 --- meta/recipes-devtools/gcc/gcc-target.inc | 153 +

[OE-core] [PATCH 28/28] chrpath: Add support for relocating darwin binaries

2013-08-22 Thread Richard Purdie
On darwin, install_name_tool can be used to relocate binaries/libraries. This adds support for adjusting them with relative paths rather than hardcoded ones. The Linux code is factored out into a function but is otherwise unchanged. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org

[OE-core] [PATCH 10/28] gcc: Drop gcc-cross4.inc, its pointless now

2013-08-22 Thread Richard Purdie
The include was useful historically, its not anymore so lets remove it. This should have no functional change except on any layers directly depending on it or gcc-cross.inc but even then it would only impact sh4 and is easily fixed if there was a problem. Signed-off-by: Richard Purdie

[OE-core] [PATCH 09/28] gcc-configure-sdk.inc: Don't build target-libgcc

2013-08-22 Thread Richard Purdie
I don't understand why we're building the target libgcc in the canadian-cross build since it should have been built elsewhere. The compiler configuration isn't correct to build a working target libgcc in all cases anyway. To avoid various weird build errors, stop building it. Signed-off-by:

[OE-core] [PATCH 04/28] gettext: Improve USE_NLS handling for nativesdk/crosssdk/cross-canadian

2013-08-22 Thread Richard Purdie
The gettext handling of USE_NLS has become a bit tricky to understand, or alter from the SDK context. This patch introduces a SDKUSE_NLS which can be set to configure a given SDK/ADT to use NLS or not. This is independent of the target system NLS usage. The code in gettext.bbclass is therefore

[OE-core] [PATCH 06/28] gcc-cross-canadian-4.8: Enable PARALLEL_MAKE

2013-08-22 Thread Richard Purdie
This disabling of PARALLEL_MAKE has been forward ported for gcc-cross-canadian since at least 2009-09 and gcc 4.3.3, probably older. I've tested this with high values of parallel make and it all seems to work and we usually build gcc with parallel make so it seems unlikely there are issues. Lets

[OE-core] [PATCH 27/28] Drop darwin8/darwin9 usage

2013-08-22 Thread Richard Purdie
There were darwin8/darwin9 overrides spinkled in the code from times gone by. Lets settle on the darwin override and remove the others since its pointless duplication. We always inject darwin into OVERRIDES if needed in the darwin8/9 cases. Signed-off-by: Richard Purdie

[OE-core] [PATCH 15/28] bitbake.conf/classes/gcc: Don't hardcode -nativesdk

2013-08-22 Thread Richard Purdie
Hardcoding -nativesdk as the sdk package architecture is inflexible. We may have multiple different target OS and we need a way to be able to separate them. Turning this into a configurable value allows the flexibility we need to build different SDKMACHINEs with different OS targets. The commit

[OE-core] [PATCH 07/28] gcc-package-sdk.inc: Use relative symlinks in libexec dir

2013-08-22 Thread Richard Purdie
We already use relative links for other gcc libexec links, this changes the sdk do_install to match elsewhere and use relative symlinks too. This makes things slightly easier in the SDK installation process and standardises. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org ---

[OE-core] [PATCH 14/28] Revert nativesdk: inherit relocatable

2013-08-22 Thread Richard Purdie
This reverts commit f93ddea31fcf18833c9bc6e93d93ad223c62eded. We never run nativesdk binaries so it doesn't make sense to use the relocatable class. The chrpath calls at packaging time will ensure the binaries are relocated in the final packages. The binaries in the sysroot are never used.

[OE-core] [PATCH 00/28] Toolchain tweaks

2013-08-22 Thread Richard Purdie
Playing with meta-mingw, it was clear that there were some simple changes we could make to the core that would improve things for non-linux SDKs. This series includes those changes. Since I like pain, I also attempted a darwin build and have included some tweaks for that too. When looking at the

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

2013-08-22 Thread Peter A. Bigot
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 moment, no. I have not been actively developing

Re: [OE-core] [CONSOLIDATED PULL 00/62] Python3, Packge Exlude and more (Initial ACK Please)!

2013-08-22 Thread Otavio Salvador
On Thu, Aug 22, 2013 at 7:20 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2013-08-22 at 10:07 +0100, Paul Eggleton wrote: On Wednesday 21 August 2013 22:58:55 Saul Wold wrote: Marko Lindqvist (3): texinfo: correct dont-depend-on-help2man.patch SDL2: add recipe

Re: [OE-core] [CONSOLIDATED PULL 00/62] Python3, Packge Exlude and more (Initial ACK Please)!

2013-08-22 Thread Paul Eggleton
On Thursday 22 August 2013 11:20:46 Richard Purdie wrote: On Thu, 2013-08-22 at 10:07 +0100, Paul Eggleton wrote: On Wednesday 21 August 2013 22:58:55 Saul Wold wrote: Marko Lindqvist (3): texinfo: correct dont-depend-on-help2man.patch SDL2: add recipe boost: fix build when

Re: [OE-core] qemu-native build regularly failing

2013-08-22 Thread Paul Eggleton
On Thursday 22 August 2013 15:56:39 Marko Lindqvist wrote: On 21 August 2013 19:33, Marko Lindqvist cazf...@gmail.com wrote: On 21 August 2013 01:15, Marko Lindqvist cazf...@gmail.com wrote: On 21 August 2013 00:16, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 20 August

[OE-core] [PATCH 3/6] e2fsprogs: only update the icache for ext2_inode

2013-08-22 Thread Robert Yang
We only read the cache when: bufsize == sizeof(struct ext2_inode) then we should only update the cache in the same condition, otherwise there would be errors, for example: cache[0]: cached ino 14 when bufsize = 128 by ext2fs_write_inode_full() cache[1]: cached ino 14 when bufsize = 156 by

[OE-core] [PATCH 5/6] e2fsprogs: add populate-extfs.sh

2013-08-22 Thread Robert Yang
This script is originally from Darren Hart, it will be used for creating the ext* filesystem from a given directory, which will replace the genext2fs in image_types.bbclass at the moment, we may use the mke2fs to replace this script again when it has the initial directory support. Changes of the

[OE-core] [PATCH 0/6] replace genext2fs with populate-extfs.sh

2013-08-22 Thread Robert Yang
* The benefits: - Really support ext4 - Support the sparse file (we lost the sparse file in the image in the past, the sparse file became into the common file) - Fix the error reported by fsck: (ext2/ext3) Inode 1025, i_size is 16384, should be 17408. - Have a uniform code for

[OE-core] [PATCH 2/6] e2fsprogs: let debugfs do sparse copy

2013-08-22 Thread Robert Yang
Let debugfs do sparse copy when src is a sparse file, just like cp --sparse=auto This patch has been reviewed by the linux-ext4 mailing list, but isn't merged atm. [YOCTO #3848] Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../e2fsprogs-1.42.8/debugfs-sparse-copy.patch | 147

[OE-core] [PATCH 4/6] e2fsprogs: properly set up extent header in do_write

2013-08-22 Thread Robert Yang
do_write doesn't fully set up the first extent header on a new inode, so if we write a 0-length file, and don't write any data to the new file, we end up creating something that looks corrupt to kernelspace: EXT4-fs error (device loop0): ext4_ext_check_inode:464: inode #12: comm ls: bad

[OE-core] [PATCH 1/6] e2fsprogs: the max length of debugfs argument is too short

2013-08-22 Thread Robert Yang
The max length of debugfs argument is 256 which is too short, the arguments are two paths, the PATH_MAX is 4096 according to /usr/include/linux/limits.h, so use BUFSIZ (which is 8192 on Linux systems), that's also what the ss library uses. This patch has been reviewed by the linux-ext4 mailing

[OE-core] [PATCH 6/6] image_types.bbclass: replace genext2fs with populate-extfs.sh

2013-08-22 Thread Robert Yang
* The benefits: - Really support ext4 - Support the sparse file (we lost the sparse file in the image in the past, the sparse file became into the common file) - Fix the error reported by fsck: (ext2/ext3) Inode 1025, i_size is 16384, should be 17408. - Have a uniform code for

[OE-core] [PATCH] gcc-4.8: Add two patches to deal with cross-canadian build failures

2013-08-22 Thread Richard Purdie
See the patch headers for more information about the cross-canadian build failures these patches avoid. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-devtools/gcc/gcc-4.8.inc b/meta/recipes-devtools/gcc/gcc-4.8.inc index 9d92eda..e66bdaf 100644

[OE-core] RFC: Web browsing and HTML in OE-Core

2013-08-22 Thread Richard Purdie
We've slowly been shaking out the definition of OE-Core and as part of that we removed web and web-gtk which were the only browsers in there and were admittedly a bit limited/broken. There is no doubt that web technology has an increasingly important role in the future and in embedded devices

Re: [OE-core] RFC: Web browsing and HTML in OE-Core

2013-08-22 Thread Phil Blundell
On Thu, 2013-08-22 at 15:04 +0100, Richard Purdie wrote: With that in mind, I think some kind of HTML support in OE-Core is important going forward. Equally, I dislike having things there which we cannot test. I know some people have looked into this and it appears midori is the best option

Re: [OE-core] RFC: Web browsing and HTML in OE-Core

2013-08-22 Thread Samuel Stirtzel
2013/8/22 Richard Purdie richard.pur...@linuxfoundation.org: We've slowly been shaking out the definition of OE-Core and as part of that we removed web and web-gtk which were the only browsers in there and were admittedly a bit limited/broken. There is no doubt that web technology has an

Re: [OE-core] qemu-native build regularly failing

2013-08-22 Thread Saul Wold
On 08/22/2013 06:03 AM, Paul Eggleton wrote: On Thursday 22 August 2013 15:56:39 Marko Lindqvist wrote: On 21 August 2013 19:33, Marko Lindqvist cazf...@gmail.com wrote: On 21 August 2013 01:15, Marko Lindqvist cazf...@gmail.com wrote: On 21 August 2013 00:16, Paul Eggleton

[OE-core] [PATCH] runqemu-ifup: when tunctl can't be found, say what package builds it

2013-08-22 Thread Ross Burton
If runqemu is used without actually building any qemu images (i.e. you downloaded the images) it's likely that qemu-helper-native hasn't been built. Instead of just saying what command can't be found, tell the user how to solve their problem. Signed-off-by: Ross Burton ross.bur...@intel.com ---

Re: [OE-core] [PATCH 1/6] e2fsprogs: the max length of debugfs argument is too short

2013-08-22 Thread Darren Hart
On Thu, 2013-08-22 at 09:13 -0400, Robert Yang wrote: The max length of debugfs argument is 256 which is too short, the arguments are two paths, the PATH_MAX is 4096 according to /usr/include/linux/limits.h, so use BUFSIZ (which is 8192 on Linux systems), that's also what the ss library uses.

Re: [OE-core] [PATCH 2/6] e2fsprogs: let debugfs do sparse copy

2013-08-22 Thread Darren Hart
On Thu, 2013-08-22 at 09:13 -0400, Robert Yang wrote: Let debugfs do sparse copy when src is a sparse file, just like cp --sparse=auto This patch has been reviewed by the linux-ext4 mailing list, but isn't merged atm. [YOCTO #3848] Minor whitespace nit below, but will likely be caught by

Re: [OE-core] [PATCH] runqemu-ifup: when tunctl can't be found, say what package builds it

2013-08-22 Thread Martin Jansa
On Thu, Aug 22, 2013 at 03:36:18PM +0100, Ross Burton wrote: If runqemu is used without actually building any qemu images (i.e. you downloaded the images) it's likely that qemu-helper-native hasn't been built. Instead of just saying what command can't be found, tell the user how to solve their

[OE-core] [PATCH 1/1] default-providers: Set the preferred provider for bluez

2013-08-22 Thread Cristian Iorga
There is a need for a default provider for bluez now that bluez5 recipe is also present. Fixes this warnings: NOTE: multiple providers are available for runtime libasound-module-bluez (bluez4, bluez5) NOTE: consider defining a PREFERRED_PROVIDER entry to match libasound-module-bluez Fixes

[OE-core] [PATCH] gpgme: update to 1.4.3

2013-08-22 Thread Paul Eggleton
Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../gpgme/gpgme-1.4.2/disable_gpgconf_check.patch | 39 -- .../gpgme/gpgme-1.4.3/disable_gpgconf_check.patch | 39 ++ meta/recipes-support/gpgme/gpgme_1.4.2.bb | 29

Re: [OE-core] [CONSOLIDATED PULL 00/62] Python3, Packge Exlude and more (Initial ACK Please)!

2013-08-22 Thread Burton, Ross
On 22 August 2013 06:58, Saul Wold s...@linux.intel.com wrote: Cristian Iorga (4): packagegroup-self-hosted: pcmanfm integration This also adds xprop. Is that a dependency of something else, or should it be removed? build-appliance-image: changing the icon theme to sato You'll want to

[OE-core] [PATCH 0/1] [Patch V2] YB5030: Multiple providers are available for runtime libasound-module-bluez (bluez4, bluez5) warning

2013-08-22 Thread Cristian Iorga
V2 has a better commit message. The following changes since commit 06f1ebf206911ffe223483da945189a287f20b7d: poky.conf: add Debian 7.1 to SANITY_TESTED_DISTROS (2013-08-22 12:54:39 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/bluez5_fixes

[OE-core] [PATCH] mkfontscale: This no longer needs a full libx11, xproto suffices

2013-08-22 Thread Richard Purdie
configure just looks for xproto so we can drop the libx11 dependency and reduce the amount we build for some small performance improvements and less of the -native stack. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git

Re: [OE-core] [PATCH 1/3] Build Appliance: pcmanfm integration

2013-08-22 Thread Burton, Ross
On 20 August 2013 17:05, Cristian Iorga cristian.io...@intel.com wrote: +xprop \ As discussed on Jabber, this should be a rdepends of xdg-utils. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH v2] mkfontscale: This no longer needs a full libx11, xproto suffices

2013-08-22 Thread Richard Purdie
From 241ba8ad72afe7010568d0b3b574244f424817fb Mon Sep 17 00:00:00 2001 From: Richard Purdie richard.pur...@linuxfoundation.org Date: Thu, 22 Aug 2013 15:49:08 + Subject: mkfontscale: This no longer needs a full libx11, xproto suffices configure just looks for xproto so we can drop the libx11

[OE-core] [CONSOLIDATED PULL 00/31] Updated for Final Review

2013-08-22 Thread Saul Wold
Richard, I updated a few of the commit messages and removed the Python3 patch set along with a couple other patches which include the Build Appliance related ones and cpan patch (I will have an alternate fix soon) Sau! The following changes since commit

Re: [OE-core] [PATCH 1/5] [v4] openssh: Add systemd support

2013-08-22 Thread Burton, Ross
On 22 August 2013 08:19, Shakeel, Muhammad muhammad_shak...@mentor.com wrote: sed -i 's,/bin/,${base_bindir}/,g' ${D}${systemd_unitdir}/system/sshd.socket ${D}${systemd_unitdir}/system/sshd@.service Instead of replacing path fragments, make the source file use a symbol such as @BASE_BINDIR@

Re: [OE-core] [PATCH 1/3] Build Appliance: pcmanfm integration

2013-08-22 Thread Iorga, Cristian
ACK, fixing now. Thanks, Ross. -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Thursday, August 22, 2013 6:52 PM To: Iorga, Cristian Cc: OE-core Subject: Re: [OE-core] [PATCH 1/3] Build Appliance: pcmanfm integration On 20 August 2013 17:05, Cristian Iorga

[OE-core] [v4][PATCH 2/2] directfb: Add fusion patch for hangs on exit

2013-08-22 Thread Lauren Post
directfb: Add fusion patch for hangs on exit with following tests: direct_test, fusion_skirmish Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-graphics/directfb/directfb.inc|3 +- .../directfb/directfb/fusion.patch | 36

[OE-core] [v4][PATCH 1/2] directfb: Upgrade to 1.6.3

2013-08-22 Thread Lauren Post
directfb: Upgrade to 1.6.3 Remove mesa patch as 1.6.3 provides compatibility with mesa Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-graphics/directfb/directfb.inc|3 +- .../recipes-graphics/directfb/directfb/mesa9.patch | 29

[OE-core] [PATCH v2 0/4] YB2370: Build Appliance integrates a filemanager

2013-08-22 Thread Cristian Iorga
PCManFM filemanager is integrated in Build Appliance; It will handle folders and files navigation from within Hob. The following changes since commit 02521a40d36d06d269ec14ce9000f2941d6980af: busybox.inc: Avoid error when SYSLOG is not enabled (2013-08-22 15:11:13 +0100) are available in the

[OE-core] [PATCH v2 3/4] build-appliance-image: changing the icon theme to sato

2013-08-22 Thread Cristian Iorga
Hicolor icon theme does not properly displays icons for folders. Sato icon theme is working correctly. Also, settings-daemon needs to be added to image in order to properly display folder icons. Signed-off-by: Cristian Iorga cristian.io...@intel.com ---

[OE-core] [PATCH v2 4/4] builder: register directories with pcmanfm

2013-08-22 Thread Cristian Iorga
Register directories to be opened with PCManFM filemanager using xdg-open in Build Appliance. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- meta/recipes-graphics/builder/files/builder_hob_start.sh | 9 + 1 file changed, 9 insertions(+) diff --git

[OE-core] [PATCH v2 2/4] Build Appliance: pcmanfm integration

2013-08-22 Thread Cristian Iorga
PCManFm file manager is integrated in Build Appliance; xdg-utils is also integrated for file association support. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

  1   2   >