Re: [OE-core] [PATCH] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-06 Thread Khem Raj
On Thu, Jul 5, 2012 at 10:36 PM, McClintock Matthew-B29882 b29...@freescale.com wrote: On Fri, Jul 6, 2012 at 12:25 AM, Khem Raj raj.k...@gmail.com wrote: On Thu, Jul 5, 2012 at 9:32 PM, Matthew McClintock m...@freescale.com wrote: Signed-off-by: Matthew McClintock m...@freescale.com ---

Re: [OE-core] [PATCH] bootimg: Use STAGING_KERNEL_DIR

2012-07-06 Thread Richard Purdie
On Thu, 2012-07-05 at 14:29 -0700, Darren Hart wrote: On 07/05/2012 01:06 PM, Tom Zanussi wrote: On Thu, 2012-07-05 at 11:08 -0700, Darren Hart wrote: bootimg.bbclass using STAGING_DIR_HOST/kernel instead of STAGING_KERNEL_DIR, resulting in build failure of live images. | install:

Re: [OE-core] someone broke the bitbake user manual

2012-07-06 Thread Richard Purdie
On Thu, 2012-07-05 at 19:58 -0400, Robert P. J. Day wrote: it needs this: diff --git a/doc/manual/usermanual.xml b/doc/manual/usermanual.xml index 81b301a..e776b43 100644 --- a/doc/manual/usermanual.xml +++ b/doc/manual/usermanual.xml @@ -336,7 +336,7 @@ SRC_URI_append_1.0.7+ =

Re: [OE-core] gcc errors while building core-image-sato-sdk

2012-07-06 Thread Richard Purdie
On Thu, 2012-07-05 at 13:03 -0700, Khem Raj wrote: On 7/4/2012 11:51 PM, Damian, Alexandru wrote: I guess the root of the problem is when the autotools start up - we're having autoconf 2.68, which is not liked by gcc 4.7.1 thats a red herring. You should instead find out why is it

[OE-core] seems like links to bitbake need to be updated in places

2012-07-06 Thread Robert P. J. Day
if one googles on getting bitbake, one of the first links is to here: http://developer.berlios.de/projects/bitbake/ which seems somewhat out of date (version 1.12.0?). but that's the page one is taken to if one is reading the OE wiki page here:

[OE-core] [PATCH 2/2] connman: ship the empty plugins directory in the connman package

2012-07-06 Thread Ross Burton
Otherwise we get a QA warning that /usr/lib/connman/packages isn't shipped. --- meta/recipes-connectivity/connman/connman.inc |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc

[OE-core] [PATCH 0/2] Fix QA warnings from ConnMan

2012-07-06 Thread Ross Burton
ConnMan warns that /usr/lib/connman/plugins isn't shipped, so ship the empty directory in the main package. Whilst there, remove some entirely pointless entires in FILES. The following changes since commit 5051e9837fa698e03d0a7a8a918ee7aa98409ce1: bitbake: usermanual: Fix missing markup

[OE-core] [PATCH 1/2] connman: remove some obviously wrong (circa early-GNOME 2?) directories from FILES

2012-07-06 Thread Ross Burton
--- meta/recipes-connectivity/connman/connman.inc |5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index ae26689..73e7818 100644 ---

Re: [OE-core] ALLOW_EMPTY versus ALLOW_EMPTY_${PN}? a couple clarifications

2012-07-06 Thread Marcin Juszkiewicz
W dniu 06.07.2012 15:10, Robert P. J. Day pisze: just trying to clarify the gory details of the ALLOW_EMPTY setting. first, across several .bb files, there is a mixture of these two: ALLOW_EMPTY = 1 ALLOW_EMPTY_${PN} = 1 what's the difference? what does the first one represent if

Re: [OE-core] [PATCH] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-06 Thread McClintock Matthew-B29882
On Fri, Jul 6, 2012 at 1:13 AM, Khem Raj raj.k...@gmail.com wrote: On Thu, Jul 5, 2012 at 10:36 PM, McClintock Matthew-B29882 b29...@freescale.com wrote: On Fri, Jul 6, 2012 at 12:25 AM, Khem Raj raj.k...@gmail.com wrote: On Thu, Jul 5, 2012 at 9:32 PM, Matthew McClintock m...@freescale.com

[OE-core] [PATCH] kernel.bbclass: add non-santized kernel provides

2012-07-06 Thread Bruce Ashfield
If the kernel version string uses characters or symbols that need to be santized for the package name, we can end up with a mismatch between module requirements and what the kernel provides. The kernel version is pulled from utsrelease.h, which contains the exact string that was passed to the

[OE-core] [RFC PATCH 0/1] kernel.bbclass: add non-santized kernel provides

2012-07-06 Thread Bruce Ashfield
Richard/Saul, I'm sending this out as a RFC, since I'm far from a packaging expert. I've got all the details in the patch, but I ran into a situation where the version string in utsrelease.h was being santized for the kernel provides, and not in the kernel module requires. I tried several

Re: [OE-core] [PATCH 3/3] xserver-xorg: Fix build on powerpc

2012-07-06 Thread McClintock Matthew-B29882
Scott, Can you apply this patch to denzil branch of oe-core/poky? It fixes build errors for powerpc on gcc 4.6.4 as well. -M On Tue, May 8, 2012 at 7:27 PM, Khem Raj raj.k...@gmail.com wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- .../xorg-xserver/xserver-xorg-1.11.2.inc |

Re: [OE-core] gcc errors while building core-image-sato-sdk

2012-07-06 Thread Khem Raj
On Fri, Jul 6, 2012 at 1:55 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: I merged a couple of gcc changes fairly quickly to address a variety of problems people started hitting (including the autobuilder). The svn nature of the recipe is causing a few issues with the subversion

Re: [OE-core] [PATCH] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-06 Thread Khem Raj
On Fri, Jul 6, 2012 at 7:26 AM, McClintock Matthew-B29882 b29...@freescale.com wrote: On Fri, Jul 6, 2012 at 1:13 AM, Khem Raj raj.k...@gmail.com wrote: On Thu, Jul 5, 2012 at 10:36 PM, McClintock Matthew-B29882 b29...@freescale.com wrote: On Fri, Jul 6, 2012 at 12:25 AM, Khem Raj

Re: [OE-core] ALLOW_EMPTY versus ALLOW_EMPTY_${PN}? a couple clarifications

2012-07-06 Thread Robert P. J. Day
On Fri, 6 Jul 2012, Marcin Juszkiewicz wrote: W dniu 06.07.2012 15:10, Robert P. J. Day pisze: just trying to clarify the gory details of the ALLOW_EMPTY setting. first, across several .bb files, there is a mixture of these two: ALLOW_EMPTY = 1 ALLOW_EMPTY_${PN} = 1 what's

Re: [OE-core] [PATCH 5/5] EFI: Make installer EFI aware

2012-07-06 Thread Saul Wold
On 07/03/2012 09:34 PM, Darren Hart wrote: [YOCTO #1919] Create a basic EFI installer script modeled after the existing installer and add it to a new initramfs-live-install-efi recipe. Update the init-live.sh script to distinguish between LABEL=install and LABEL=install-efi and select the

Re: [OE-core] gcc errors while building core-image-sato-sdk

2012-07-06 Thread Saul Wold
On 07/06/2012 09:00 AM, Khem Raj wrote: On Fri, Jul 6, 2012 at 1:55 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: I merged a couple of gcc changes fairly quickly to address a variety of problems people started hitting (including the autobuilder). The svn nature of the recipe is

[OE-core] [PATCH] qemu-0.15.1: add patch to fix compilatation problems on powerpc

2012-07-06 Thread Matthew McClintock
ERROR: Function failed: do_compile (see /opt/yocto/cache-build/p5020ds-64b/build_p5020ds-64b_release/tmp/work/ppc64e5500-fsl-linux/qemu-0.15.1-r6/temp/log.do_compile.28447 for further information) ERROR: Logfile of failure stored in:

[OE-core] [PATCH 3/3] package_rpm: Avoid duplicate package generation failures

2012-07-06 Thread Mark Hatle
When constructing a multilib based image, it's possible to end up with the same package listed in multiple steps of the install. During resolution we use the --replacepkgs option to avoid errors, as the resulting install solution will be as expected. (We do not enable the replacepkgs option for

[OE-core] [PATCH 1/3] populate_sdk_rpm: Sync multilib configuration with rootfs_rpm

2012-07-06 Thread Mark Hatle
An anonymous python chunk configures some multilib settings for both populate_sdk_rpm and rootfs_rpm. The two classes should contain identical versions to ensure that the generated multilib configuration is the same for the SDK and the rootfs. Signed-off-by: Mark Hatle mark.ha...@windriver.com

[OE-core] [PATCH 0/3] Image/SDK multilib fixes

2012-07-06 Thread Mark Hatle
The image generation for RPM needs to be synced with the python fragement in the populate_sdk case. Otherwise the multilib configuations get out of sync. Similar changes are NOT needed for deb or ipkg. We also needed to enable multilib remapping when the populate_sdk_base is loaded, otherwise

[OE-core] [PATCH 2/3] multilib: Enable multilib remapping for SDK generation

2012-07-06 Thread Mark Hatle
Enable the remapping for SDK generation, this is required to be able to create an SDK that targets an alternative multilib. Note, this work does not finish SDK/multilib support, but it is one more step toward making it work properly. Signed-off-by: Mark Hatle mark.ha...@windriver.com ---

Re: [OE-core] [PATCH] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-06 Thread McClintock Matthew-B29882
On Fri, Jul 6, 2012 at 11:05 AM, Khem Raj raj.k...@gmail.com wrote: On Fri, Jul 6, 2012 at 7:26 AM, McClintock Matthew-B29882 b29...@freescale.com wrote: On Fri, Jul 6, 2012 at 1:13 AM, Khem Raj raj.k...@gmail.com wrote: On Thu, Jul 5, 2012 at 10:36 PM, McClintock Matthew-B29882

[OE-core] [PATCH 1/1] rpm: Fix PACKAGECONFIG dependencies

2012-07-06 Thread Mark Hatle
neon requires expat to be built first lua similarly requires expat if enabled selinux package name should be libselinux (from meta-selinux). Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-devtools/rpm/rpm_5.4.9.bb |8 1 files changed, 4 insertions(+), 4

[OE-core] [PATCH 0/1] Small RPM package fix

2012-07-06 Thread Mark Hatle
A couple of minor RPM fixes that affect non-default configurations. The following changes since commit 8f16811a8d51982a8b3d70e6087aef4a41926840: bootimg: Use STAGING_KERNEL_DIR (2012-07-06 09:38:17 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH] packagedata.py: Fix get_subpkgedata_fn for multilib

2012-07-06 Thread Matthew McClintock
This happens when tryng to add libgcc-dev to as a multilib package (e.g. IMAGE_INSTALL_append = lib32-libgcc-dev) | Processing task-core-boot... | Processing fman-ucode... | Processing dosfstools... | Processing lib32-libgcc-dev... | Unable to find package lib32-libgcc-dev (libgcc-dev)! NOTE:

[OE-core] [PATCH 1/3] perf: add perf.inc

2012-07-06 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Add a perf.inc to contain utility functions and definitions and to avoid cluttering up the main recipe. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta/recipes-kernel/perf/perf.inc| 30 ++

[OE-core] [PATCH 3/3] perf: add arch-specific perf-tui feature

2012-07-06 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Add a new architecture-specific feature named 'perf-tui'. Adding this into the perf_features_by_arch table in perf.inc for a given arch will enable the perf TUI (Text-base UI) user interface on a target built for that arch, which adds libnewt and turns on

[OE-core] [PATCH 0/3] perf-scripting/perf-tui features, v2

2012-07-06 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com This patchset adds perf-scriping and perf-tui features as a per-arch thing rather than per-machine, as suggested by Richard Purdie. I just started testing this, it works so far, but thought I'd put it out there now in case there were comments before

[OE-core] [PATCH 2/3] perf: add arch-specific perf-scripting feature

2012-07-06 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Add a new architecture-specific feature named 'perf-scripting'. Adding this into the perf_features_by_arch table in perf.inc for a given arch will enable perf scripting on a target built for that arch, which will turn on all the language bindings currently

[OE-core] [PATH] fix build failure due to lic_files_chksum mismatch. The correction unpacks the source in the correct directory.

2012-07-06 Thread Iyad Qumei
Signed-off-by: Iyad Qumei iya...@gmail.com --- meta/recipes-core/netbase/netbase_5.0.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/netbase/netbase_5.0.bb b/meta/recipes-core/netbase/netbase_5.0.bb index 3aea874..ad80ef6 100644 ---

Re: [OE-core] [PATCH 2/2] lsbinitscripts: Add a linking for functions.lsbinitscripts

2012-07-06 Thread Saul Wold
On 06/28/2012 02:35 AM, Kang Kai wrote: From: Xiaofeng Yan xiaofeng@windriver.com Increase ALTERNATIVE_PRIORITY of functions to be higher than the value of package initscript. When lsbinitscripts installed, file functions provided by lsbinitscripts will be used. [YOCTO #2133]

Re: [OE-core] gcc errors while building core-image-sato-sdk

2012-07-06 Thread Khem Raj
On Fri, Jul 6, 2012 at 10:23 AM, Saul Wold s...@linux.intel.com wrote: On 07/06/2012 09:00 AM, Khem Raj wrote: On Fri, Jul 6, 2012 at 1:55 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: I merged a couple of gcc changes fairly quickly to address a variety of problems people

Re: [OE-core] [PATH] fix build failure due to lic_files_chksum mismatch. The correction unpacks the source in the correct directory.

2012-07-06 Thread Martin Jansa
On Fri, Jul 06, 2012 at 04:02:30PM -0700, Iyad Qumei wrote: Signed-off-by: Iyad Qumei iya...@gmail.com --- meta/recipes-core/netbase/netbase_5.0.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/netbase/netbase_5.0.bb