[OE-core] [PATCH] cpan.bbclass: Fix CCFLAGS.

2012-06-21 Thread xin.ouyang
From: Xin Ouyang xin.ouy...@windriver.com We should not just replace CCFLAGS with CFLAGS while compiling, because this may cause run-time errors with perl's DynaLoader.pm. Tested on qemux86 with new libnet-libidn-perl bb recipe: root@qemux86:~# perl -e use Net::LibIDN Not a CODE reference at

[OE-core] superfluous download locations in oe-core's bitbake.conf

2012-06-21 Thread Robert P. J. Day
given that oe-core is defined as being a really minimal configuration with no extraneous cruft, there seems to be a number of unnecessary download locations in the shipped bitbake.conf, things like: ADOBE_MIRROR = FREEBSD_MIRROR = and so on. obviously, they're not doing any harm but there

[OE-core] [PATCH 0/1] autogen-native 5.12: fix ccache issue

2012-06-21 Thread Robert Yang
The following changes since commit e0a70547069fe7e8a2d6bdaffc985fb172d46c31: perl: Allow perl to cross build and native build in a directory named t (2012-06-18 17:33:04 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/autogen

[OE-core] [PATCH 1/1] autogen-native 5.12: fix ccache issue

2012-06-21 Thread Robert Yang
The autogen-native built error on FC17: ccache: failed to create /dev/null/.ccache This is because the gcc of FC17 is a symlink to ccache, so the ccache will always be used regardless to the user's setting, ccache uses $HOME/.ccache as the CCACHE_DIR if it has not been set, and autogen set

Re: [OE-core] [PATCH 1/1] autogen-native 5.12: fix ccache issue

2012-06-21 Thread Richard Purdie
On Thu, 2012-06-21 at 18:04 +0800, Robert Yang wrote: The autogen-native built error on FC17: ccache: failed to create /dev/null/.ccache This is because the gcc of FC17 is a symlink to ccache, so the ccache will always be used regardless to the user's setting, ccache uses $HOME/.ccache as

Re: [OE-core] [PATCH 3/6] sanity.bbclass: warn the user if BBPATH contains wrong entries

2012-06-21 Thread Richard Purdie
On Mon, 2012-06-18 at 12:57 -0700, Scott Garman wrote: From: Laurentiu Palcu laurentiu.pa...@intel.com If BBPATH references the working directory, the user is warned and asked to fix the problem. [Yocto #1465] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com Signed-off-by:

[OE-core] [PATCH] sato-icon-theme: inherit the GNOME icon theme (Yocto #2594)

2012-06-21 Thread Ross Burton
Many apps want to use the full GNOME icon theme and install it, but if our theme doesn't inherit it the the icons are not available. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../0001-Inherit-the-GNOME-icon-theme.patch| 31

Re: [OE-core] [PATCH 0/6] denzil pull request 3

2012-06-21 Thread Richard Purdie
On Mon, 2012-06-18 at 12:57 -0700, Scott Garman wrote: Gary Thomas (1): webkit-gtk: Apply work around for all PowerPC targets Laurentiu Palcu (1): sanity.bbclass: warn the user if BBPATH contains wrong entries Nitin A Kamble (1): eglibc: package mtrace separately Richard Purdie

Re: [OE-core] [PATCH 0/6] denzil pull request 4

2012-06-21 Thread Richard Purdie
On Wed, 2012-06-20 at 16:05 -0700, Scott Garman wrote: Anders Darander (1): qt4-embedded: fix QT_ARCH usage in QT_CONFIG_FLAGS Bruce Ashfield (5): linux-yocto/3.2: configuration and pch merge linux-yocto: intel BSP config changes linux-yocto: policy cleanups linux-yocto/3.2:

Re: [OE-core] [2011-1 PATCH 0/3] apt-native fixes

2012-06-21 Thread Richard Purdie
On Tue, 2012-06-19 at 12:35 -0700, Joshua Lock wrote: With the toolchain provided on modern distros apt-native fails to compile, this series cherry-picks several patches from master which ensure that apt and apt-native can be built reliably. Cheers, Joshua The following changes since

[OE-core] [PATCH] guile: fix compilation on MIPS/PPC

2012-06-21 Thread Bogdan Marinescu
This commit fixes the guile compilation segfault on MIPS/PPC. Tested by compiling guile with MACHINE=qemumips. [Yocto #2478] Signed-off-by: Bogdan Marinescu bogdan.a.marine...@intel.com --- .../guile_2.0.5_disable_goops_optimizations.patch | 32 +

Re: [OE-core] [PATCH] gpgme: updated to 1.3.2

2012-06-21 Thread Richard Purdie
On Wed, 2012-06-20 at 10:56 +0300, Valentin Popa wrote: Signed-off-by: Valentin Popa valentin.p...@intel.com --- .../disable_gpgconf_check.patch|0 .../gpgme/{gpgme_1.3.1.bb = gpgme_1.3.2.bb} |8 2 files changed, 4 insertions(+), 4 deletions(-)

Re: [OE-core] [PATCH 0/6] ConnMan 1.0 upgrade

2012-06-21 Thread Richard Purdie
On Wed, 2012-06-20 at 12:26 +0100, Ross Burton wrote: Same as before, but I signed it all off this time. The following changes since commit e0a70547069fe7e8a2d6bdaffc985fb172d46c31: perl: Allow perl to cross build and native build in a directory named t (2012-06-18 17:33:04 +0100)

Re: [OE-core] [PATCH 1/1] gitignore: ignore build*/ entirely

2012-06-21 Thread Richard Purdie
On Wed, 2012-06-20 at 12:47 +0100, Ross Burton wrote: Previously parts of build*/ were ignored, but unless you committed the top-level build/ in a branch this didn't achieve anything. Change that to ignore all top-level build* directories. Signed-off-by: Ross Burton ross.bur...@intel.com

Re: [OE-core] [PATCH 1/1] linux-libc-headers: use kernel-arch to set ARCH

2012-06-21 Thread Richard Purdie
On Wed, 2012-06-20 at 10:54 -0400, Bruce Ashfield wrote: linux-libc-headers no longer needs its own ARCH mapping code, since the mapping done in kernel-arch works and we can consolidate all arch mapping code in a single place. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com ---

Re: [OE-core] [PATCH 0/5] Toolchain fixes and uclibc-git upgrade

2012-06-21 Thread Richard Purdie
On Wed, 2012-06-20 at 08:18 -0700, Khem Raj wrote: This patchset 1. Updates gcc to 4.7.1+ 2. Fixes on device toolchain since now they are built with sysroot couple of issues showed up 3. Rearranges binutils recipes so that target binutils recipe in not included everywhere 4. Add

Re: [OE-core] [CONSOLIDATED PULL 00/55] Cover Letter Only!

2012-06-21 Thread Richard Purdie
On Wed, 2012-06-20 at 08:26 -0700, Saul Wold wrote: Darren Hart (1): cml1.bbclass: Only delay exit if the command fails Martin Jansa (3): opkg-utils: bump SRCREV kernel.bbclass: pass KERNEL_VERSION to depmod calls in postinst openssl: add deprecated and unmaintained find.pl from

Re: [OE-core] [PATCH] evolution-data-server: updated to ver. 2.30_3

2012-06-21 Thread Richard Purdie
On Wed, 2012-06-20 at 10:50 +0300, Valentin Popa wrote: Tested using Tasks Contacts Signed-off-by: Valentin Popa valentin.p...@intel.com --- meta/recipes-sato/eds/evolution-data-server_git.bb |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Merged to master, thanks. Richard

Re: [OE-core] [PATCH] xinetd: Add default options.

2012-06-21 Thread Richard Purdie
On Wed, 2012-06-20 at 15:17 +0800, xin.ouy...@windriver.com wrote: From: Xin Ouyang xin.ouy...@windriver.com Currently, xinetd cannot start if no service enabled. # /etc/init.d/xinetd start # ps aux | grep xinetd # cat /var/log/syslog xinetd[862]: 862 {init_services} no services.

Re: [OE-core] [PATCH] linux-tools: multilib compilation fix

2012-06-21 Thread Richard Purdie
On Wed, 2012-06-20 at 11:25 +0300, Bogdan Marinescu wrote: This patch makes linux-tools compile properly on multilib configurations (which failed because of some invalid dependencies). Tested by compiling lib32-core-image-sato-sdk. Signed-off-by: Bogdan Marinescu bogdan.a.marine...@intel.com

Re: [OE-core] [PATCH] Simplify SRC_URI_append += to SRC_URI_append =

2012-06-21 Thread Richard Purdie
On Wed, 2012-06-20 at 04:51 -0400, Robert P. J. Day wrote: Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- second attempt ... Merged to master, thanks. Richard ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] linux-tools: multilib compilation fix

2012-06-21 Thread Marinescu, Bogdan A
On Thu, Jun 21, 2012 at 3:29 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2012-06-20 at 11:25 +0300, Bogdan Marinescu wrote: This patch makes linux-tools compile properly on multilib configurations (which failed because of some invalid dependencies). Tested by compiling

Re: [OE-core] [PATCH] linux-tools: multilib compilation fix

2012-06-21 Thread Bruce Ashfield
On Thu, Jun 21, 2012 at 8:32 AM, Marinescu, Bogdan A bogdan.a.marine...@intel.com wrote: On Thu, Jun 21, 2012 at 3:29 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2012-06-20 at 11:25 +0300, Bogdan Marinescu wrote: This patch makes linux-tools compile properly on

Re: [OE-core] [PATCH] linux-tools: multilib compilation fix

2012-06-21 Thread Richard Purdie
On Thu, 2012-06-21 at 08:33 -0400, Bruce Ashfield wrote: On Thu, Jun 21, 2012 at 8:32 AM, Marinescu, Bogdan A bogdan.a.marine...@intel.com wrote: On Thu, Jun 21, 2012 at 3:29 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2012-06-20 at 11:25 +0300, Bogdan Marinescu

Re: [OE-core] [PATCH] linux-tools: multilib compilation fix

2012-06-21 Thread Bruce Ashfield
On Thu, Jun 21, 2012 at 8:39 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2012-06-21 at 08:33 -0400, Bruce Ashfield wrote: On Thu, Jun 21, 2012 at 8:32 AM, Marinescu, Bogdan A bogdan.a.marine...@intel.com wrote: On Thu, Jun 21, 2012 at 3:29 PM, Richard Purdie

[OE-core] [RFC] Fetching single files

2012-06-21 Thread Burton, Ross
Hi, I was looking at updating the webkit-gtk package to the latest upstream when I noticed that instead of just checking out the repository it checks out a selection of directories and includes in oe-core the essential top-level files. I can see the rationale for this: a full checkout of webkit

Re: [OE-core] [RFC] Fetching single files

2012-06-21 Thread Koen Kooi
Op 21 jun. 2012, om 16:01 heeft Burton, Ross het volgende geschreven: Hi, I was looking at updating the webkit-gtk package to the latest upstream when I noticed that instead of just checking out the repository it checks out a selection of directories and includes in oe-core the essential

Re: [OE-core] [RFC] Fetching single files

2012-06-21 Thread Burton, Ross
On 21 June 2012 15:30, Koen Kooi k...@dominion.thruhere.net wrote: We didn't do single file fetches/checkouts in the past because it's a svn 1.6.x feature. I would be really happy if we declare that 1.6.x is the minimum we support. I would be even happier if we just fetch webkit

Re: [OE-core] [RFC] Fetching single files

2012-06-21 Thread Burton, Ross
On 21 June 2012 15:01, Burton, Ross ross.bur...@intel.com wrote: The next step is to hook this into the unpack stage so that the file gets renamed correctly on it's way to the workdir. I've been speaking to Richard and he suggests implementing a universal rename to parameter in the unpack

Re: [OE-core] [PATCH] linux-tools: multilib compilation fix

2012-06-21 Thread Marinescu, Bogdan A
On Thu, Jun 21, 2012 at 3:42 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Thu, Jun 21, 2012 at 8:39 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2012-06-21 at 08:33 -0400, Bruce Ashfield wrote: On Thu, Jun 21, 2012 at 8:32 AM, Marinescu, Bogdan A

Re: [OE-core] [PATCH 2/3] lsbinitscripts: Remove original /etc/init.d/functions when building an lsb image

2012-06-21 Thread Richard Purdie
On Mon, 2012-06-18 at 10:57 +0800, Xiaofeng Yan wrote: On 2012年06月15日 22:59, Richard Purdie wrote: On Fri, 2012-06-15 at 17:30 +0800, xiaofeng@windriver.com wrote: From: Xiaofeng Yanxiaofeng@windriver.com The linking will fail when an original functions exist. So remove the

Re: [OE-core] glibc detected *** groupadd: malloc(): memory corruption

2012-06-21 Thread Saul Wold
On 06/19/2012 11:07 PM, Robert Yang wrote: Thanks Mark, the rpm.real also has the same problem when the length of tmpdir is 210, it seems that this is because of the glibc. And also other problems found: When use PACKAGE_CLASSES = package_deb, and the length of tmpdir is 177, the error is:

Re: [OE-core] [PATCH] cpan.bbclass: Fix CCFLAGS.

2012-06-21 Thread Khem Raj
On Thu, Jun 21, 2012 at 12:13 AM, xin.ouy...@windriver.com wrote: From: Xin Ouyang xin.ouy...@windriver.com We should not just replace CCFLAGS with CFLAGS while compiling, because this may cause run-time errors with perl's DynaLoader.pm. Tested on qemux86 with new libnet-libidn-perl bb

Re: [OE-core] glibc detected *** groupadd: malloc(): memory corruption

2012-06-21 Thread Mark Hatle
On 6/21/12 10:46 AM, Saul Wold wrote: On 06/19/2012 11:07 PM, Robert Yang wrote: Thanks Mark, the rpm.real also has the same problem when the length of tmpdir is 210, it seems that this is because of the glibc. And also other problems found: When use PACKAGE_CLASSES = package_deb, and the

Re: [OE-core] [PATCH] sato-icon-theme: inherit the GNOME icon theme (Yocto #2594)

2012-06-21 Thread Saul Wold
On 06/21/2012 03:57 AM, Ross Burton wrote: Many apps want to use the full GNOME icon theme and install it, but if our theme doesn't inherit it the the icons are not available. Merged into OE-Core In the future, please use the [YOCTO #] tag in the commit message rather than on the

Re: [OE-core] [PATCH] guile: fix compilation on MIPS/PPC

2012-06-21 Thread Saul Wold
On 06/21/2012 04:39 AM, Bogdan Marinescu wrote: This commit fixes the guile compilation segfault on MIPS/PPC. Tested by compiling guile with MACHINE=qemumips. [Yocto #2478] Signed-off-by: Bogdan Marinescubogdan.a.marine...@intel.com --- .../guile_2.0.5_disable_goops_optimizations.patch |

Re: [OE-core] [RFC] Fetching single files

2012-06-21 Thread Martin Jansa
On Thu, Jun 21, 2012 at 04:30:27PM +0200, Koen Kooi wrote: Op 21 jun. 2012, om 16:01 heeft Burton, Ross het volgende geschreven: Hi, I was looking at updating the webkit-gtk package to the latest upstream when I noticed that instead of just checking out the repository it checks out

[OE-core] [PATCH 1/1] systemtap: update to version 1.8

2012-06-21 Thread Wade Farnsworth
Update the systemtap recipes to the recently released version 1.8. Remove a couple of patches whose changes are already present in the new version. Signed-off-by: Wade Farnsworth wade_farnswo...@mentor.com --- ...prun-configure.ac-support-without-nss-for.patch | 50

[OE-core] (no subject)

2012-06-21 Thread Andreas Müller
after updating all my repos (angstrom+few extra layers) I get /home/Superandy/data/oe-core/sources/meta-intel/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend /home/Superandy/data/oe-core/sources/meta-intel/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend

[OE-core] massive fallout after updates / was (no subject)

2012-06-21 Thread Andreas Müller
On Thu, Jun 21, 2012 at 11:36 PM, Andreas Müller schnitzelt...@googlemail.com wrote: after updating all my repos (angstrom+few extra layers) I get  /home/Superandy/data/oe-core/sources/meta-intel/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend  

[OE-core] [PATCH 3/5] qemu.inc: Fix packageconfig options

2012-06-21 Thread Khem Raj
--{en|dis}able-gl-accel is spcefic to gl patches in 0.15.1 which may not be available for other qemu's so if someone chooses to remove gl from PACKAGECONFIG then we dont explicitly use the --disable-gl-accel option since this wont be recognised by configure. Signed-off-by: Khem Raj

[OE-core] [PATCH 1/5] kconfig-frontends: New recipe

2012-06-21 Thread Khem Raj
kconfig-frontends provides the kconfig infrastructure thats used for linux kernel as a standalone package. Its not intended to be used for kernel itself but can be used by packages who are based on kconfig e.g. busybox uclibc or new packages who wants to use kconfig infra for the package build

[OE-core] [PATCH 2/5] uclibc: Fix packaging to match the new package order

2012-06-21 Thread Khem Raj
This gets rid of some phony rdepends on uclibc-dev being reported Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/uclibc/uclibc.inc | 28 +++- 1 files changed, 15 insertions(+), 13 deletions(-) diff --git a/meta/recipes-core/uclibc/uclibc.inc

[OE-core] [PATCH 0/5] Fix uclibc packaging and update qemu git recipe

2012-06-21 Thread Khem Raj
This patchset does following 1. Fixes uclibc packaging issues that came after packaging order rework 2. Upgrades qemu git recipes to latest on qemu git/master This does not forward port any of the patches except the ROM thats required to boot ppc. This helps in using qemu for some of

[OE-core] [PATCH 4/5] qemu-git: Move to tip of git

2012-06-21 Thread Khem Raj
There are a lot of armv7 and sh4 fixes that its worth moving to latest version. The patch forward porting can happen later. Signed-off-by: Khem Raj raj.k...@gmail.com --- .../recipes-devtools/qemu/qemu-git/powerpc_rom.bin | Bin 0 - 4096 bytes meta/recipes-devtools/qemu/qemu_git.bb

[OE-core] [PATCH 5/5] qemu_git: set empty PACKAGECONFIG

2012-06-21 Thread Khem Raj
gl patches are not yet forward ported to git recipe Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/qemu/qemu_git.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu_git.bb b/meta/recipes-devtools/qemu/qemu_git.bb

[OE-core] [PATCH] mtd-utils: do not stage headers in sysroot

2012-06-21 Thread Andrea Adami
* Headers are included in the package for compatibility * but have not yet been synched with linux 3.0 * The actual issue was that ubi-user.h in sysroot * was overwritten by the older version. * Unfortunately one ioctl was renamed: * http://lists.infradead.org/pipermail/linux-mtd/ *

[OE-core] [PATCH] linux-firmware: update to main repo on kernel.org

2012-06-21 Thread Paul Gortmaker
This is now the authoratative repository, taking updates. The latest has a couple updated license files, vs. the previous srcrev that was used. Signed-off-by: Paul Gortmaker paul.gortma...@windriver.com diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb

Re: [OE-core] [meta-ti] massive fallout after updates / was (no subject)

2012-06-21 Thread Denys Dmytriyenko
On Fri, Jun 22, 2012 at 12:11:46AM +0200, Andreas Müller wrote: On Thu, Jun 21, 2012 at 11:36 PM, Andreas Müller schnitzelt...@googlemail.com wrote: after updating all my repos (angstrom+few extra layers) I get The error seems to be caused by meta-ti. When removed, parsing works as

Re: [OE-core] [meta-ti] massive fallout after updates / was (no subject)

2012-06-21 Thread Andreas Müller
On Fri, Jun 22, 2012 at 1:02 AM, Denys Dmytriyenko de...@denix.org wrote: No need to understand everything: By removing require linux-tools.inc (the fastest patch I ever had :) I can now build again. @layer maintainers: removing require linux-tools.inc should be taken into consideration

Re: [OE-core] some simple questions about assignment and appending

2012-06-21 Thread Christopher Larson
The only assignment operator that forces immediate expansion is :=. Otherwise expansion always occurs when the value is used. This is inspired by the behavior of GNU Make. See http://www.gnu.org/software/make/manual/html_node/Flavors.html#Flavors for details of how it works there. --

Re: [OE-core] [meta-ti] massive fallout after updates / was (no subject)

2012-06-21 Thread Denys Dmytriyenko
On Fri, Jun 22, 2012 at 01:34:54AM +0200, Andreas Müller wrote: On Fri, Jun 22, 2012 at 1:02 AM, Denys Dmytriyenko de...@denix.org wrote: No need to understand everything: By removing require linux-tools.inc (the fastest patch I ever had :) I can now build again. @layer maintainers: removing

Re: [OE-core] [PATCH] linux-firmware: update to main repo on kernel.org

2012-06-21 Thread Koen Kooi
Op 21 jun. 2012, om 22:35 heeft Paul Gortmaker het volgende geschreven: This is now the authoratative repository, taking updates. The latest has a couple updated license files, vs. the previous srcrev that was used. Signed-off-by: Paul Gortmaker paul.gortma...@windriver.com diff --git