[OE-core] [PATCH] gdb: add --with-libexpat-prefix

2012-04-10 Thread Martin Jansa
* otherwise it sometimes finds host's expat Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-devtools/gdb/gdb-common.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/gdb/gdb-common.inc

Re: [OE-core] [PATCH V2 1/1] connman: optionally build ofono plugin.

2012-04-10 Thread Koen Kooi
This changes the default behaviour, so it should not go in for 1.2 Op 10 apr. 2012, om 05:16 heeft Lianhao Lu het volgende geschreven: Only build ofono plugin when 3g feature is enabled. Also add dependency to ofono when ofono plugin is being built. This is part of the buf fixing [YOCTO

[OE-core] [CONSOLIDATED PULL [v2] 02/14] mesa-common: package gl.pc in libgl-dev

2012-04-10 Thread Saul Wold
From: Joshua Lock j...@linux.intel.com gl.pc should be packaged in libgl-dev not the mesa-dev package Fixes [YOCTO #2059] Signed-off-by: Joshua Lock j...@linux.intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[OE-core] [CONSOLIDATED PULL [v2] 01/14] create-pull-request: Assume remote branch from local branch

2012-04-10 Thread Saul Wold
From: Darren Hart dvh...@linux.intel.com It is common to use the same remote branch name as the local branch name. In this case, it would be nice not to have to specify the remote branch name. Make the -b argument optional and assume the remote branch is the same name as the local branch. Print

[OE-core] [CONSOLIDATED PULL [v2] 00/14] Updated with more Fixes

2012-04-10 Thread Saul Wold
Richard, Here is a second larger collection of patches from the team. This set address at least 10 of the 1.2 bugs. Sau! The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47: runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:15 +0100) are

[OE-core] [CONSOLIDATED PULL [v2] 03/14] shadow-native: disable logging to syslog

2012-04-10 Thread Saul Wold
From: Scott Garman scott.a.gar...@intel.com Disable use of syslog to prevent sysroot user and group additions from writing entries to the host's syslog. This fixes [YOCTO #2012] Signed-off-by: Scott Garman scott.a.gar...@intel.com --- .../shadow/files/disable-syslog.patch | 34

[OE-core] [CONSOLIDATED PULL [v2] 04/14] qemu: Fix gl failure from 64b target on 32b host

2012-04-10 Thread Saul Wold
From: Zhai Edwin edwin.z...@intel.com Data from 64b target is truncated by 32b host. This patch makes type of data buf in host same as target. [YOCTO #2221] got fixed. Signed-off-by: Zhai Edwin edwin.z...@intel.com [Bumped PR - sgw] Signed-off-by: Saul Wold s...@linux.intel.com ---

[OE-core] [CONSOLIDATED PULL [v2] 05/14] package.bbclass: needs_ldconfig from linux_so is needed in global namespace

2012-04-10 Thread Saul Wold
From: Andrei Gherzan and...@gherzan.ro The suite of statements in a function definition executes with a local namespace that is different from the global namespace. This means that all variables created within a function are local to that function. When the suite finishes, these working

[OE-core] [CONSOLIDATED PULL [v2] 06/14] grub-efi: Include GPT partition EXT FS support

2012-04-10 Thread Saul Wold
From: Darren Hart dvh...@linux.intel.com Fixes [YOCTO 2257] GPT partitions are common for EFI systems. Add support for them by including the part_gpt partition module in the grub-efi image. In order to allow for loading a Linux kernel from an EXT* filesystem, include the ext2 module as well.

[OE-core] [CONSOLIDATED PULL [v2] 07/14] git 1.7.7: remove perl.mak before compile

2012-04-10 Thread Saul Wold
From: Robert Yang liezhi.y...@windriver.com The git may fail to rebuild when perl's Config.pm or config.h changes, this is because Makefile detects that perl/perl.mak is out of date. Remove perl.mak to let Makefile regenerate it would fix the error. Both git and git-native have this problem. To

[OE-core] [CONSOLIDATED PULL [v2] 08/14] meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64

2012-04-10 Thread Saul Wold
From: Robert Yang liezhi.y...@windriver.com runqemu can't launch a target image on Fedora 16 64bit or Opensuse 12.1 64bit, this is because runqemu needs the host's libGL.so, which requires GLIBC_2.14 which is defined in libc.so.6, but our default libc.so.6 is version 2.13, here is the message

[OE-core] [CONSOLIDATED PULL [v2] 09/14] adt-installer: Fixed ppc kernel naming.

2012-04-10 Thread Saul Wold
From: Lianhao Lu lianhao...@intel.com 1. Fixed the ppc kernel naming. 2. Disabled opkg shared library to avoid runtime opkg-cl launching error. 3. Adjusted the variable sequence in adt-installer.conf Fixed bug [YOCTO #2233] Signed-off-by: Lianhao Lu lianhao...@intel.com ---

[OE-core] [CONSOLIDATED PULL [v2] 10/14] opkg: Add the condition for the content of arch.conf when enable multilib

2012-04-10 Thread Saul Wold
From: Xiaofeng Yan xiaofeng@windriver.com After successfully installed some lib32 multilib packages into the x86-64 image, we just found that the file content of /var/lib/opkg/status in rootfs changed after the very 1st boot, many lib32 related packages information are missing in that file.

[OE-core] [CONSOLIDATED PULL [v2] 12/14] at: Fix origin location of install pam.conf from from ${P} - ${BP}

2012-04-10 Thread Saul Wold
This patch changes P to BP to address where a file is installed from when building with PAM enabled and using multi-lib. [YOCTO #2224] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-extended/at/at_3.1.13.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

[OE-core] [CONSOLIDATED PULL [v2] 11/14] gdb: add --with-libexpat-prefix

2012-04-10 Thread Saul Wold
From: Martin Jansa martin.ja...@gmail.com * otherwise it sometimes finds host's expat Signed-off-by: Martin Jansa martin.ja...@gmail.com Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta/recipes-devtools/gdb/gdb-common.inc |4 ++-- 1 files changed, 2 insertions(+), 2

[OE-core] [CONSOLIDATED PULL [v2] 13/14] syslinux: Update distro-tracking fields

2012-04-10 Thread Saul Wold
From: Darren Hart dvh...@linux.intel.com Add reason for not updating syslinux this release. Signed-off-by: Darren Hart dvh...@linux.intel.com --- .../conf/distro/include/distro_tracking_fields.inc |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git

[OE-core] [CONSOLIDATED PULL [v2] 14/14] hello-mod: Move hello-mod from meta to meta-skeleton

2012-04-10 Thread Saul Wold
From: Darren Hart dvh...@linux.intel.com Fixes [YOCTO #1501] hello-mod is an example kernel module, and does not provide any real functionality. As such, it would be better placed under meta-skeleton than meta. Signed-off-by: Darren Hart dvh...@linux.intel.com ---

Re: [OE-core] [oe] [toolchain-layer][PATCH] gcc-4.6: Update to 2012.03 linaro release

2012-04-10 Thread Martin Jansa
On Sat, Apr 07, 2012 at 01:09:45PM -0700, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- .../gcc-4.6/linaro/gcc-4.6-linaro-r106876.patch| 109 .../gcc-4.6/linaro/gcc-4.6-linaro-r106877.patch| 239 .../gcc-4.6/linaro/gcc-4.6-linaro-r106878.patch|

Re: [OE-core] [oe-commits] Andrei Gherzan : gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in include/ gdbm

2012-04-10 Thread Martin Jansa
On Fri, Apr 06, 2012 at 12:17:38AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: e4d2ee00419f675ba8b7fb5d75256762253d8b32 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=e4d2ee00419f675ba8b7fb5d75256762253d8b32 Author:

Re: [OE-core] [oe-commits] Andrei Gherzan : gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in include/ gdbm

2012-04-10 Thread Martin Jansa
On Tue, Apr 10, 2012 at 10:38:15AM +0200, Martin Jansa wrote: On Fri, Apr 06, 2012 at 12:17:38AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: e4d2ee00419f675ba8b7fb5d75256762253d8b32 URL:

Re: [OE-core] [PATCH 1/1] package.bbclass: needs_ldconfig from linux_so is needed in global namespace

2012-04-10 Thread Richard Purdie
On Fri, 2012-04-06 at 16:57 +0300, Andrei Gherzan wrote: The suite of statements in a function definition executes with a local namespace that is different from the global namespace. This means that all variables created within a function are local to that function. When the suite finishes,

Re: [OE-core] [oe-commits] Andrei Gherzan : gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in include/ gdbm

2012-04-10 Thread Richard Purdie
On Tue, 2012-04-10 at 10:38 +0200, Martin Jansa wrote: On Fri, Apr 06, 2012 at 12:17:38AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: e4d2ee00419f675ba8b7fb5d75256762253d8b32 URL:

Re: [OE-core] [oe-commits] Andrei Gherzan : gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in include/ gdbm

2012-04-10 Thread Koen Kooi
Op 10 apr. 2012, om 11:06 heeft Richard Purdie het volgende geschreven: On Tue, 2012-04-10 at 10:38 +0200, Martin Jansa wrote: On Fri, Apr 06, 2012 at 12:17:38AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit:

Re: [OE-core] ARM tunings was Re: [PATCH 3/7] conf/machine/include: Cleanup MIPS tunings to match README

2012-04-10 Thread Phil Blundell
On Mon, 2012-04-09 at 16:44 -0500, Mark Hatle wrote: Depends on the distribution and reasons for these feeds. What is typical is that a base distribution will be generated for a common compatible (reasonable) architecture.. i.e. armv5 -- with specific optimized package (glibc, openssl,

Re: [OE-core] [PATCH V2 1/1] connman: optionally build ofono plugin.

2012-04-10 Thread Otavio Salvador
Hello Koen, On Tue, Apr 10, 2012 at 03:48, Koen Kooi k...@dominion.thruhere.net wrote: This changes the default behaviour, so it should not go in for 1.2 I don't see why this shouldn't be included. It does improve build time and works for both OE-Core and Yocto setups. Can you clarify what is

Re: [OE-core] [PATCH V2 1/1] connman: optionally build ofono plugin.

2012-04-10 Thread Koen Kooi
Op 10 apr. 2012, om 13:18 heeft Otavio Salvador het volgende geschreven: Hello Koen, On Tue, Apr 10, 2012 at 03:48, Koen Kooi k...@dominion.thruhere.net wrote: This changes the default behaviour, so it should not go in for 1.2 I don't see why this shouldn't be included. It does improve

Re: [OE-core] [PATCH V2 1/1] connman: optionally build ofono plugin.

2012-04-10 Thread Richard Purdie
On Tue, 2012-04-10 at 08:27 -0300, Otavio Salvador wrote: On Tue, Apr 10, 2012 at 08:24, Koen Kooi k...@dominion.thruhere.net wrote: Can you clarify what is your concerns? It changes the default behaviour. There shouldn't be any behaviour changes so late in the release cycle. And apart

Re: [OE-core] [CONSOLIDATED PULL [v2] 10/14] opkg: Add the condition for the content of arch.conf when enable multilib

2012-04-10 Thread Richard Purdie
On Tue, 2012-04-10 at 00:26 -0700, Saul Wold wrote: From: Xiaofeng Yan xiaofeng@windriver.com After successfully installed some lib32 multilib packages into the x86-64 image, we just found that the file content of /var/lib/opkg/status in rootfs changed after the very 1st boot, many lib32

Re: [OE-core] [CONSOLIDATED PULL [v2] 05/14] package.bbclass: needs_ldconfig from linux_so is needed in global namespace

2012-04-10 Thread Richard Purdie
On Tue, 2012-04-10 at 00:26 -0700, Saul Wold wrote: From: Andrei Gherzan and...@gherzan.ro The suite of statements in a function definition executes with a local namespace that is different from the global namespace. This means that all variables created within a function are local to

Re: [OE-core] [CONSOLIDATED PULL [v2] 10/14] opkg: Add the condition for the content of arch.conf when enable multilib

2012-04-10 Thread Richard Purdie
On Tue, 2012-04-10 at 00:26 -0700, Saul Wold wrote: From: Xiaofeng Yan xiaofeng@windriver.com After successfully installed some lib32 multilib packages into the x86-64 image, we just found that the file content of /var/lib/opkg/status in rootfs changed after the very 1st boot, many lib32

Re: [OE-core] [CONSOLIDATED PULL [v2] 00/14] Updated with more Fixes

2012-04-10 Thread Richard Purdie
On Tue, 2012-04-10 at 00:26 -0700, Saul Wold wrote: Richard, Here is a second larger collection of patches from the team. This set address at least 10 of the 1.2 bugs. Sau! The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47: runqemu-internal: Add

Re: [OE-core] [PATCH 1/1] tune-mips32: Update the default MIPS tuning to be mips32

2012-04-10 Thread Phil Blundell
On Mon, 2012-04-09 at 18:31 -0500, Mark Hatle wrote: Previously the default mips tuning was defined as mips1 internally in the compiler. Revise this and change to mips32. This eliminates the need for the mips32 specific tunings, which were not being used anyway. (They exists and were used,

Re: [OE-core] [PATCH 1/1] tune-mips32: Update the default MIPS tuning to be mips32

2012-04-10 Thread Phil Blundell
On Tue, 2012-04-10 at 13:35 +0100, Phil Blundell wrote: On Mon, 2012-04-09 at 18:31 -0500, Mark Hatle wrote: Previously the default mips tuning was defined as mips1 internally in the compiler. Revise this and change to mips32. This eliminates the need for the mips32 specific tunings,

Re: [OE-core] [PATCH V2 1/1] connman: optionally build ofono plugin.

2012-04-10 Thread Koen Kooi
Op 10 apr. 2012, om 14:08 heeft Richard Purdie het volgende geschreven: On Tue, 2012-04-10 at 08:27 -0300, Otavio Salvador wrote: On Tue, Apr 10, 2012 at 08:24, Koen Kooi k...@dominion.thruhere.net wrote: Can you clarify what is your concerns? It changes the default behaviour. There

Re: [OE-core] [PATCH] linux-firmware: keep version string in libertas firmware

2012-04-10 Thread Stefan Herbrechtsmeier
Am 06.04.2012 15:31, schrieb Koen Kooi: Op 5 apr. 2012 om 20:17 heeft Saul Wolds...@linux.intel.com het volgende geschreven: On 04/05/2012 03:36 AM, Stefan Herbrechtsmeier wrote: Recent Linux kernel tries to load the libertas firmware with the version string in its name first. This results

[OE-core] libpython2

2012-04-10 Thread Andreas Oberritter
Hi, bitbake complains: NOTE: multiple providers are available for runtime libpython2 (python, python-nativesdk) NOTE: consider defining a PREFERRED_PROVIDER entry to match libpython2 That's because I'm building a recipe for a binary that RDEPENDS_${PN} on libpython2. So I added

Re: [OE-core] [PATCH] u-boot: add machine name to spl image name

2012-04-10 Thread Richard Purdie
On Fri, 2012-04-06 at 06:29 -0700, Koen Kooi wrote: Op 5 apr. 2012 om 20:18 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 04/05/2012 04:48 AM, Stefan Herbrechtsmeier wrote: Signed-off-by: Stefan Herbrechtsmeierste...@herbrechtsmeier.net ---

Re: [OE-core] [PATCH] u-boot: add machine name to spl image name

2012-04-10 Thread Koen Kooi
Op 10 apr. 2012, om 15:41 heeft Richard Purdie het volgende geschreven: On Fri, 2012-04-06 at 06:29 -0700, Koen Kooi wrote: Op 5 apr. 2012 om 20:18 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 04/05/2012 04:48 AM, Stefan Herbrechtsmeier wrote: Signed-off-by: Stefan

Re: [OE-core] libpython2

2012-04-10 Thread Chris Larson
On Tue, Apr 10, 2012 at 6:41 AM, Andreas Oberritter o...@opendreambox.org wrote: NOTE: multiple providers are available for runtime libpython2 (python, python-nativesdk) NOTE: consider defining a PREFERRED_PROVIDER entry to match libpython2 That's because I'm building a recipe for a binary

[OE-core] [PATCH V3 0/1] connman: added dependency to ofono.

2012-04-10 Thread Lianhao Lu
Per community discussion result, we temporarily added the denpendency to ofono for connman in 1.2 release, and we'll change it to using PACKAGECONFIG to optionally build ofono. The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47: Saul Wold (1):

[OE-core] [PATCH V3 1/1] connman: add ofono dependency.

2012-04-10 Thread Lianhao Lu
Added dependency to ofono because we always enable ofono plug-in. We did this because the 1.2 release cycle is coming to an end. We should use PACKAGECONFIG in 1.3. This is part of the 1.2 bug fixing [YOCTO #2216]. Signed-off-by: Lianhao Lu lianhao...@intel.com ---

Re: [OE-core] [PATCH] u-boot: add machine name to spl image name

2012-04-10 Thread Stefan Herbrechtsmeier
Am 10.04.2012 15:56, schrieb Koen Kooi: Op 10 apr. 2012, om 15:41 heeft Richard Purdie het volgende geschreven: On Fri, 2012-04-06 at 06:29 -0700, Koen Kooi wrote: Op 5 apr. 2012 om 20:18 heeft Saul Wolds...@linux.intel.com het volgende geschreven: On 04/05/2012 04:48 AM, Stefan

Re: [OE-core] [PATCH] u-boot: add machine name to spl image name

2012-04-10 Thread Koen Kooi
Op 10 apr. 2012, om 16:19 heeft Stefan Herbrechtsmeier het volgende geschreven: Am 10.04.2012 15:56, schrieb Koen Kooi: Op 10 apr. 2012, om 15:41 heeft Richard Purdie het volgende geschreven: On Fri, 2012-04-06 at 06:29 -0700, Koen Kooi wrote: Op 5 apr. 2012 om 20:18 heeft Saul

Re: [OE-core] [PATCH] u-boot: add machine name to spl image name

2012-04-10 Thread Martin Jansa
On Tue, Apr 10, 2012 at 04:22:43PM +0200, Koen Kooi wrote: Op 10 apr. 2012, om 16:19 heeft Stefan Herbrechtsmeier het volgende geschreven: Am 10.04.2012 15:56, schrieb Koen Kooi: Op 10 apr. 2012, om 15:41 heeft Richard Purdie het volgende geschreven: On Fri, 2012-04-06 at 06:29

[OE-core] js 185 - js186_1.0.0

2012-04-10 Thread Andrei Gherzan
Hello, Have a problem while updating js to version 185. This version renames the library in libmozjs185. What to do in order to avoid breaking packages which need libjs? Another interesting thing is that js is now called js185_1.0.0 which seems to be actually another package / implementation? I

Re: [OE-core] [PATCH 0/1] create-pull-request: Assume remote branch from local branch

2012-04-10 Thread Saul Wold
On 04/05/2012 02:31 PM, Darren Hart wrote: The following changes since commit 3e4562500956550dbae5467a5fe9289f1d32f775: self-hosted-image: Increase space for build and allow builder user sudo access (2012-04-04 17:17:11 +0100) are available in the git repository at:

Re: [OE-core] [PATCH 0/1][Yocto 1.2] grub-efi: Include GPT partition EXT FS support

2012-04-10 Thread Saul Wold
On 04/06/2012 01:32 PM, Darren Hart wrote: The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47: runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:15 +0100) are available in the git repository at:

Re: [OE-core] [PATCH 0/1] Fix gl failure when 64b target on 32b host, Edwin, Apr6, 2012

2012-04-10 Thread Saul Wold
On 04/06/2012 01:04 AM, edwin.z...@intel.com wrote: From: Zhai Edwinedwin.z...@intel.com All, This patch fix gl failure when 64b target on 32b host. Pls. help to review. Thanks, Edwin The following changes since commit 190f6d791d51aaa4cfb9f1cf932bc205ff674fb5: runqemu-internal: Add

Re: [OE-core] [PATCH 0/1] opkg: Add the condition for the content of arch.conf when enable multilib

2012-04-10 Thread Saul Wold
On 04/09/2012 12:48 AM, Xiaofeng Yan wrote: From: Xiaofeng Yanxiaofeng@windriver.com After successfully installed some lib32 multilib packages into the x86-64 image, we just found that the file content of /var/lib/opkg/status in rootfs changed after the very 1st boot, many lib32 related

Re: [OE-core] [PATCH 0/1] git 1.7.7: remove perl.mak before compile

2012-04-10 Thread Saul Wold
On 04/09/2012 05:38 AM, Robert Yang wrote: Test info: * $ bitbake git-native -ccompile * $ touch tmp/sysroots/i686-linux/usr/lib/perl-native/perl/5.14.2/Config.pm * $ bitake git-native -f -ccompile git-native (or git) built successfully. // Robert The following changes since commit

Re: [OE-core] [PATCH 0/1] adt-installer fixing

2012-04-10 Thread Saul Wold
On 04/09/2012 03:40 AM, Lianhao Lu wrote: Fixing the adt-installer for ppc kernel naming and some other issues. The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47: Saul Wold (1): runqemu-internal: Add console=tty for qemuppc and NFS are available in the git

Re: [OE-core] [PATCH 0/1] shadow-native: disable logging to syslog

2012-04-10 Thread Saul Wold
On 04/05/2012 11:53 PM, Scott Garman wrote: Hello, This pull request includes a patch to shadow to disable logging to syslog, to prevent sysroot user and group additions from writing entries to the host's syslog. I have build-tested this with core-image-sato (which builds a few useradd-based

Re: [OE-core] [PATCH 0/1] hello-mod: Remove hello-mod example external kernel module recipe

2012-04-10 Thread Saul Wold
On 04/09/2012 10:53 AM, Darren Hart wrote: The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47: runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:15 +0100) are available in the git repository at:

Re: [OE-core] [PATCH] gdb: add --with-libexpat-prefix

2012-04-10 Thread Saul Wold
On 04/08/2012 02:36 PM, Andreas Oberritter wrote: From: Martin Jansamartin.ja...@gmail.com * otherwise it sometimes finds host's expat Signed-off-by: Martin Jansamartin.ja...@gmail.com Signed-off-by: Andreas Oberrittero...@opendreambox.org --- meta/recipes-devtools/gdb/gdb-common.inc |4

Re: [OE-core] [PATCH 1/1] package.bbclass: needs_ldconfig from linux_so is needed in global namespace

2012-04-10 Thread Andrei Gherzan
On Tue, Apr 10, 2012 at 12:02, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2012-04-06 at 16:57 +0300, Andrei Gherzan wrote: The suite of statements in a function definition executes with a local namespace that is different from the global namespace. This means that all

Re: [OE-core] [PATCH 0/1] meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64

2012-04-10 Thread Saul Wold
On 04/09/2012 03:22 AM, Robert Yang wrote: Test info: * Have tested on: * Fedora 16 x86_64 * Opensuse 12.1 x86_64 * Ubuntu 10.04 * The testing commands are: $ bitbake core-image-sato meta-toolchain meta-toolchain-sdk And untar the sdk, then runqemu from the sdk to start the

[OE-core] [PATCH V4 1/1] connman: add ofono dependency.

2012-04-10 Thread Lianhao Lu
Added dependency to ofono because we always enable ofono plug-in. We did this because the 1.2 release cycle is coming to an end. We should use PACKAGECONFIG in 1.3. This is part of the 1.2 bug fixing [YOCTO #2216]. Signed-off-by: Lianhao Lu lianhao...@intel.com ---

[OE-core] [PATCH V4 0/1] connman: added dependency to ofono.

2012-04-10 Thread Lianhao Lu
Per community discussion result, we temporarily added the denpendency to ofono for connman in 1.2 release, and we'll change it to using PACKAGECONFIG to optionally build ofono. Also bump the PR. The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47: Saul Wold (1):

Re: [OE-core] js 185 - js186_1.0.0

2012-04-10 Thread Sergey 'Jin' Bostandzhyan
Hi, On Tue, Apr 10, 2012 at 06:14:58PM +0300, Andrei Gherzan wrote: Have a problem while updating js to version 185. This version renames the library in libmozjs185. What to do in order to avoid breaking packages which need libjs? Another interesting thing is that js is now called js185_1.0.0

Re: [OE-core] js 185 - js186_1.0.0

2012-04-10 Thread Andrei Gherzan
Thank you very much for this clarification. @Saul, about upgrading js. This upgrade will break web, web-webkit and maybe more. How do you want to solve this issue? I compiled js180. @g On Tue, Apr 10, 2012 at 18:22, Sergey 'Jin' Bostandzhyan j...@mediatomb.ccwrote: Hi, On Tue, Apr 10, 2012

Re: [OE-core] [oe-commits] Andrei Gherzan : gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in include/ gdbm

2012-04-10 Thread Andrei Gherzan
Thanks a lot for your observations. I will go with the third option as the majority voted. :) On Tue, Apr 10, 2012 at 12:11, Koen Kooi k...@dominion.thruhere.net wrote: Op 10 apr. 2012, om 11:06 heeft Richard Purdie het volgende geschreven: On Tue, 2012-04-10 at 10:38 +0200, Martin Jansa

Re: [OE-core] js 185 - js186_1.0.0

2012-04-10 Thread Saul Wold
On 04/10/2012 09:02 AM, Andrei Gherzan wrote: Thank you very much for this clarification. @Saul, about upgrading js. This upgrade will break web, web-webkit and maybe more. How do you want to solve this issue? I compiled js180. What kind of breakage? If they need rebuilds then we bump PR to

Re: [OE-core] ARM tunings was Re: [PATCH 3/7] conf/machine/include: Cleanup MIPS tunings to match README

2012-04-10 Thread Mark Hatle
On 4/10/12 4:23 AM, Phil Blundell wrote: On Mon, 2012-04-09 at 16:44 -0500, Mark Hatle wrote: Depends on the distribution and reasons for these feeds. What is typical is that a base distribution will be generated for a common compatible (reasonable) architecture.. i.e. armv5 -- with specific

[OE-core] MIPS vs MIPS32 tunings -- summary and questions

2012-04-10 Thread Mark Hatle
We still do not have a clean answer for how to resolve the concerns in the recent thread conf/machine/include: Cleanup MIPS tunings to match README. The following is in response to a request I received to summarize the discussion so far, and include the options to resolve the issue for the

Re: [OE-core] js 185 - js186_1.0.0

2012-04-10 Thread Joshua Lock
On 10/04/12 09:02, Andrei Gherzan wrote: Thank you very much for this clarification. @Saul, about upgrading js. This upgrade will break web, web-webkit and maybe more. How do you want to solve this issue? I compiled js180. Whilst web-webkit lists js in its DEPENDS I'm not sure it's actually

Re: [OE-core] MIPS vs MIPS32 tunings -- summary and questions

2012-04-10 Thread Andreas Oberritter
On 10.04.2012 19:53, Mark Hatle wrote: We still do not have a clean answer for how to resolve the concerns in the recent thread conf/machine/include: Cleanup MIPS tunings to match README. The following is in response to a request I received to summarize the discussion so far, and include the

Re: [OE-core] ARM tunings was Re: [PATCH 3/7] conf/machine/include: Cleanup MIPS tunings to match README

2012-04-10 Thread Phil Blundell
On Tue, 2012-04-10 at 12:39 -0500, Mark Hatle wrote: The installation system uses a best to least best match when doing assembly actions. So if the part is an ARMv7a, it will first look for ARMv7a w/ thumb, vfp and neon, not finding that, ARMv7a w/ thumb and vfp, then ARMv7a w/ thumb,

[OE-core] [PATCH] busybox: fix options -b, -a and -P

2012-04-10 Thread Andreas Oberritter
* busybox-udhcpc-no_deconfig.patch broke the options, preventing udhcpc from forking into the background if no lease can be obtained. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- .../busybox-udhcpc-no_deconfig.patch | 19 +--

Re: [OE-core] js 185 - js186_1.0.0

2012-04-10 Thread Andrei Gherzan
On Tue, Apr 10, 2012 at 22:16, Joshua Lock j...@linux.intel.com wrote: On 10/04/12 09:02, Andrei Gherzan wrote: Thank you very much for this clarification. @Saul, about upgrading js. This upgrade will break web, web-webkit and maybe more. How do you want to solve this issue? I compiled

[OE-core] [PATCH 1/2] boot-directdisk: remove the default setting of SYSLINUXCFG and SYSLINUXMENU

2012-04-10 Thread Saul Wold
These two should get setup in {S} and installed into {HDDDIR}, by having them defined with {HDDDIR} they try to get created when the directory does not exist yet. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/boot-directdisk.bbclass |3 --- 1 files changed, 0 insertions(+),

[OE-core] [PATCH 2/2] task-self-hosted: Add vte and eglibc-gconv-ibm850

2012-04-10 Thread Saul Wold
Adding vte for a more full featured terminal adding eglibc-gconv-ibm850 for mcopy Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-core/tasks/task-self-hosted.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task-self-hosted.bb

[OE-core] [PATCH 0/2] A couple of fixes for Build Appliance

2012-04-10 Thread Saul Wold
Richard, These fix a couple of problems with the build appliance and the way boot-directdisk was setting up syslinux. Darren and I discussed them. Thanks Sau! The following changes since commit bde1744018afd4616e114b20ffdc21b9abddcedc: hello-mod: Move hello-mod from meta to

Re: [OE-core] [PATCH 1/2] boot-directdisk: remove the default setting of SYSLINUXCFG and SYSLINUXMENU

2012-04-10 Thread Darren Hart
On 04/10/2012 02:49 PM, Saul Wold wrote: These two should get setup in {S} and installed into {HDDDIR}, by having them defined with {HDDDIR} they try to get created when the directory does not exist yet. And they conflict with the syslinux.bbclass which now has appropriate defaults. This is

[OE-core] [PATCH 1/1] classes/package_deb: create .gz index instead of .bz2

2012-04-10 Thread Paul Eggleton
apt is looking for Packages.gz files instead of the .bz2 files we are currently creating and failing when they cannot be found. It is not immediately obvious how to make the current version use the .bz2 indexes; thus create .gz indexes for now which allows us to successfully create images. Tested

[OE-core] [PATCH 0/1] Fix deb rootfs generation

2012-04-10 Thread Paul Eggleton
The following change since commit bde1744018afd4616e114b20ffdc21b9abddcedc: hello-mod: Move hello-mod from meta to meta-skeleton (2012-04-10 13:16:00 +0100) is available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/apt

Re: [OE-core] Yocto Project 1.2 M4 schedule

2012-04-10 Thread Julian Pidancet
On 04/09/12 19:01, Liu, Song wrote: Hi all, This is to restate and clarify the schedule for Yocto Project 1.2 M4 (milestone 4). If you are concerned or have patches you would like to merge, please see the following dates: 1. RC3 official patch cut-off time: 12:00AM April 8th, 2012, PDT

[OE-core] [CONSOLIDATED PULL (for RC3) 5/5] tclibc-eglibc.inc: make locale packages dependency conditional

2012-04-10 Thread Saul Wold
From: Nitin A Kamble nitin.a.kam...@intel.com Only add locale package dependencies if the eglibc is configured with locale support. This avoids dependencies issues for distros such as poky-tiny Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com ---

[OE-core] [CONSOLIDATED PULL (for RC3) 4/5] task-self-hosted: Add vte and eglibc-gconv-ibm850

2012-04-10 Thread Saul Wold
Adding vte for a more full featured terminal adding eglibc-gconv-ibm850 for mcopy Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-core/tasks/task-self-hosted.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task-self-hosted.bb

[OE-core] [CONSOLIDATED PULL (for RC3) 1/5] connman: add ofono dependency.

2012-04-10 Thread Saul Wold
From: Lianhao Lu lianhao...@intel.com Added dependency to ofono because we always enable ofono plug-in. We did this because the 1.2 release cycle is coming to an end. We should use PACKAGECONFIG in 1.3. This is part of the 1.2 bug fixing [YOCTO #2216]. Signed-off-by: Lianhao Lu

[OE-core] [CONSOLIDATED PULL (for RC3) 3/5] boot-directdisk: remove the default setting of SYSLINUXCFG and SYSLINUXMENU

2012-04-10 Thread Saul Wold
These two should get setup in {S} and installed into {HDDDIR}, by having them defined with {HDDDIR} they try to get created when the directory does not exist yet. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/boot-directdisk.bbclass |3 --- 1 files changed, 0 insertions(+),

[OE-core] [CONSOLIDATED PULL (for RC3) 0/5] Please review and pull this morning

2012-04-10 Thread Saul Wold
Richard, This is a set of fixes for RC3, there is a pending set for meta-yocto to review. Sau! The following changes since commit bde1744018afd4616e114b20ffdc21b9abddcedc: hello-mod: Move hello-mod from meta to meta-skeleton (2012-04-10 13:16:00 +0100) are available in the git repository

[OE-core] [CONSOLIDATED PULL (for RC3) 2/5] initrdscripts: fix init-live.sh and use unionfs

2012-04-10 Thread Saul Wold
From: Yang Shi yang@windriver.com [YOCTO #1487] When booting up with liveCD image, init scripts can't work well on read-only filesystem. Unionfs, which is supported in Yocto kernel, allows a filesystem to appear as writeable, but without actually allowing writes to change the filesystem.

Re: [OE-core] [CONSOLIDATED PULL (for RC3) 5/5] tclibc-eglibc.inc: make locale packages dependency conditional

2012-04-10 Thread Koen Kooi
Op 11 apr. 2012, om 03:33 heeft Saul Wold het volgende geschreven: From: Nitin A Kamble nitin.a.kam...@intel.com Only add locale package dependencies if the eglibc is configured with locale support. This avoids dependencies issues for distros such as poky-tiny That's a packaging change

[OE-core] [PATCH 2/3] distrodata.bbclass: fix comment typo

2012-04-10 Thread Otavio Salvador
Fixes: - xf86-intput-synaptics-12.6.9.tar.gz + xf86-input-synaptics-12.6.9.tar.gz Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/distrodata.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/distrodata.bbclass

[OE-core] [PATCH 1/3] connman: backport test script fixes

2012-04-10 Thread Otavio Salvador
Those fixes are required to get the test scripts to work with current 0.79 DBus API. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- .../connman/test-set-ipv4-method-api-fix.patch | 50 ++ .../connman/test-set-ipv6-method-api-fix.patch | 55

[OE-core] [PATCH 0/3] Important fixes for rc3

2012-04-10 Thread Otavio Salvador
The patches in this set are all important IMO and I do think they ought to be included. The following changes since commit bde1744018afd4616e114b20ffdc21b9abddcedc: hello-mod: Move hello-mod from meta to meta-skeleton (2012-04-10 13:16:00 +0100) are available in the git repository at:

[OE-core] [PATCH 3/3] flex: backport Debian patches to fix generated code warnings

2012-04-10 Thread Otavio Salvador
The generated parser had warnings regarding signess and return check which makes Linux Kernel's perf tool from 3.4 release to fail without those patches. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- .../flex/flex/avoid-FORTIFY-warnings.patch | 59

Re: [OE-core] [PATCH 1/3] connman: backport test script fixes

2012-04-10 Thread Otavio Salvador
On Wed, Apr 11, 2012 at 00:19, Otavio Salvador ota...@ossystems.com.br wrote: ... --- a/meta/recipes-connectivity/connman/connman_0.79.bb +++ b/meta/recipes-connectivity/connman/connman_0.79.bb @@ -1,11 +1,15 @@  require connman.inc +PR = r1 +  # 0.79 tag  SRCREV =