Re: [OE-core] [PATCH 1/1] conf/tune: add tune-ppce300c3

2012-09-07 Thread McClintock Matthew-B29882
On Thu, Sep 6, 2012 at 6:07 PM, Mark Hatle mark.ha...@windriver.com wrote: On 9/6/12 5:59 PM, Richard Purdie wrote: On Thu, 2012-09-06 at 17:35 -0500, Mark Hatle wrote: On 9/6/12 5:20 PM, Bruce Ashfield wrote: On 12-09-06 6:19 PM, Richard Purdie wrote: On Thu, 2012-09-06 at 14:43 -0400,

Re: [OE-core] [PATCH 3/4] kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC

2012-09-07 Thread Khem Raj
On Wed, Aug 22, 2012 at 11:19 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Wed, Aug 22, 2012 at 1:59 PM, Khem Raj raj.k...@gmail.com wrote: kernel compiler is not special and we currently have it so we want to pass -march and -mtune options as CFLAGS to kernel build so that compiler

Re: [OE-core] Cannot find -lssp during uclibc package build

2012-09-07 Thread Khem Raj
On Fri, Sep 7, 2012 at 12:11 AM, Giuseppe Condorelli giuseppe.condore...@gmail.com wrote: Any news? 2012/9/3 Giuseppe Condorelli giuseppe.condore...@gmail.com Hi Khem, All I'm building an uclibc image using gcc 4.6.3 instead of the 4.7 version oe-core provides. I'm falling in the

Re: [OE-core] [PATCH 0/6] Upgrade qemu to 1.2 and eglibc with kconfig

2012-09-07 Thread Khem Raj
On Thu, Sep 6, 2012 at 3:32 PM, Khem Raj raj.k...@gmail.com wrote: This patchset updates qemu to 1.2 release Adds kconfig to eglibc, kconfig is of interest for eglibc upstream which is next step. Removes nptl and enable-tls configure options from x86 machine configurations I missed to push a

[OE-core] [PATCH 1/1] packagegroups-core-lsb.bbappend: add perl-dev/doc

2012-09-07 Thread Kang Kai
File CORE/config.h which is provided by perl-dev and file unicore/version which is provided by perl-doc are required by LSB perl test cases. Add perl-dev and perl-doc to packagegroups-core-lsb. [Yocto #3052 #3053 #3054 #3055] Signed-off-by: Kang Kai kai.k...@windriver.com ---

[OE-core] [PATCH 0/1] One more LSB patch

2012-09-07 Thread Kang Kai
Hi Saul, This patch depends on the previous serious LSB patches. Only when they are merged, this patch can be merged. Thanks, Kai The following changes since commit 718c07326229912636736fd1698f121d8fd9bd76: packagegroup-core-lsb.bbappend: add bbappend file (2012-09-06 09:23:21 +0800) are

[OE-core] Cannot find -lssp during uclibc package build

2012-09-07 Thread Giuseppe Condorelli
This is a forward of the mail erroneously sent only to Khem. -- Forwarded message -- From: Giuseppe Condorelli giuseppe.condore...@gmail.com Date: 2012/9/7 Subject: Re: [OE-core] Cannot find -lssp during uclibc package build To: Khem Raj raj.k...@gmail.com Hi Khem, many thanks

[OE-core] [PATCH] autoconf: use --warning=cross only if supported

2012-09-07 Thread Constantin Musca
Adapt autoconf to pass --warning=cross to automake only if supported. [YOCTO #842] Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- .../autoconf/check-automake-cross-warning.patch| 34 meta/recipes-devtools/autoconf/autoconf_2.69.bb|3 +- 2

Re: [OE-core] [PATCH] automake 1.12.3: fix warnings

2012-09-07 Thread Constantin Musca
On 09/06/2012 09:49 PM, Saul Wold wrote: On 09/06/2012 02:49 AM, Constantin Musca wrote: - don't fail when an autoconf tool tries to pass --warning=cross to automake - don't show a warning when the configure.in file exists Signed-off-by: Constantin Musca constantinx.mu...@intel.com ---

Re: [OE-core] [PATCH 1/1] conf/tune: add tune-ppce300c3

2012-09-07 Thread Richard Purdie
On Fri, 2012-09-07 at 06:55 +, McClintock Matthew-B29882 wrote: On Thu, Sep 6, 2012 at 6:07 PM, Mark Hatle mark.ha...@windriver.com wrote: On 9/6/12 5:59 PM, Richard Purdie wrote: On Thu, 2012-09-06 at 17:35 -0500, Mark Hatle wrote: On 9/6/12 5:20 PM, Bruce Ashfield wrote: On

Re: [OE-core] [PATCH v2] rsync: Add md5sum and sha256sum for the rsync_2.6.9

2012-09-07 Thread Richard Purdie
On Fri, 2012-09-07 at 07:59 +0200, Martin Ertsaas wrote: rsync_2.6.9 is the only rsync recipe in openembedded without GPLv3 license, but it lacked the checksums for the fetcher. Signed-off-by: Martin Ertsaas mert...@cisco.com --- meta/recipes-devtools/rsync/rsync_2.6.9.bb |3 +++ 1

[OE-core] [PATCH 2/2] xserver-xorg: make DRI/GLX options respect opengl distro feature

2012-09-07 Thread Ross Burton
If the distro doesn't have the opengl feature there's no point building the DRI or GLX support, making the mesa-dri build dependency optional. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 16 1 file changed, 4

[OE-core] [PATCH] xserver-xorg: make DRI/GLX options respect opengl distro feature

2012-09-07 Thread Ross Burton
If the distro doesn't have the opengl feature there's no point building the DRI or GLX support, making the mesa-dri build dependency optional. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../xorg-xserver/xserver-xorg-1.11.2.inc |2 +-

Re: [OE-core] [RFC PATCH 2/2] package_ipk.bbclass: use --force-arch when install package

2012-09-07 Thread Richard Purdie
On Thu, 2012-09-06 at 13:05 +0200, Koen Kooi wrote: Op 5 sep. 2012, om 23:19 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Wed, 2012-09-05 at 15:24 +0200, Koen Kooi wrote: Op 5 sep. 2012, om 13:44 heeft Richard Purdie

[OE-core] [PATCH] classes/mirrors: remove bogus gnutls mirror

2012-09-07 Thread Paul Eggleton
This mirror entry which maps to itself plus a slash, if matched, put the fetcher into a circular loop until the stack space is exhausted. A patch has been sent to fix this issue in BitBake, but we should remove the bogus entry as well. (Note that this entry does not actually trigger the issue

Re: [OE-core] [PATCH] classes/mirrors: remove bogus gnutls mirror

2012-09-07 Thread Richard Purdie
On Fri, 2012-09-07 at 14:23 +0100, Paul Eggleton wrote: This mirror entry which maps to itself plus a slash, if matched, put the fetcher into a circular loop until the stack space is exhausted. A patch has been sent to fix this issue in BitBake, but we should remove the bogus entry as well.

Re: [OE-core] [PATCH] classes/core-image: improve comments listing IMAGE_FEATURES

2012-09-07 Thread Saul Wold
On 09/06/2012 06:12 AM, Paul Eggleton wrote: Ensure this listing is complete. (Comment change only.) Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/core-image.bbclass |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH] autotools.bbclass: Add functionality to force a distclean when reconfiguring

2012-09-07 Thread Richard Purdie
Unfortunately whilst reruning configure and make against a project will mostly work there are situations where it does not correctly do the right thing. In particular, eglibc and gcc will fail out with errors where settings do not match a previously built configuration. It could be argued they

Re: [OE-core] Cannot find -lssp during uclibc package build

2012-09-07 Thread Khem Raj
On Fri, Sep 7, 2012 at 1:46 AM, Giuseppe Condorelli giuseppe.condore...@gmail.com wrote: Update: removing ssp from DISTRO_FEATURES solve to build error but (obviously) remove ssp support from uclibc package. Is there a way to avoid this? I think uclibc should not need this option to build

Re: [OE-core] [PATCH 2/2] tzdata: install /etc/localtime alongside /etc/timezone

2012-09-07 Thread Khem Raj
On Thu, Sep 6, 2012 at 2:32 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: So I agree this is hard to do properly now and is going to be impossible to keep up with as time goes on, but where do you get this from? read the links I posted in this thread earlier.

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a distclean when reconfiguring

2012-09-07 Thread Mark Hatle
I'm curious, is there any [easy] way we can force a rerun of configure as a test pass over the system? I'd like a way to verify that both this patch works as expected, and future recipes work as expected. (It would also be nice to test the things that don't use the autotools.bbclass..)

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a distclean when reconfiguring

2012-09-07 Thread Richard Purdie
On Fri, 2012-09-07 at 11:32 -0500, Mark Hatle wrote: I'm curious, is there any [easy] way we can force a rerun of configure as a test pass over the system? rm tmp/stamps/*/*do_configure* along with a rename of the sstate cache so it doesn't get used. I'd like a way to verify that both

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a distclean when reconfiguring

2012-09-07 Thread Burton, Ross
On 7 September 2012 17:32, Mark Hatle mark.ha...@windriver.com wrote: I'm curious, is there any [easy] way we can force a rerun of configure as a test pass over the system? I'd like a way to verify that both this patch works as expected, and future recipes work as expected. (It would also be

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a distclean when reconfiguring

2012-09-07 Thread Richard Purdie
On Fri, 2012-09-07 at 17:42 +0100, Burton, Ross wrote: On 7 September 2012 17:32, Mark Hatle mark.ha...@windriver.com wrote: I'm curious, is there any [easy] way we can force a rerun of configure as a test pass over the system? I'd like a way to verify that both this patch works as

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a distclean when reconfiguring

2012-09-07 Thread Phil Blundell
On Fri, 2012-09-07 at 18:09 +0100, Richard Purdie wrote: The key places people get bitten are eglibc and gcc so those should be straight forward to test, the question is how widely to deploy this initially. I think the mechanism is good, its now just a question of the implementation detail.

Re: [OE-core] [PATCH] openssh: allow root login when debug-tweaks is enabled

2012-09-07 Thread Khem Raj
On Fri, Sep 7, 2012 at 11:17 AM, Saul Wold s...@linux.intel.com wrote: + for i in ${IMAGE_FEATURES}; + do + if [ ${i} = debug-tweaks ]; then + sed -i -e s/^#PermitRootLogin/PermitRootLogin/ ${D}${sysconfdir}/ssh/sshd_config +

Re: [OE-core] [PATCH] openssh: allow root login when debug-tweaks is enabled

2012-09-07 Thread Phil Blundell
On Fri, 2012-09-07 at 11:17 -0700, Saul Wold wrote: + for i in ${IMAGE_FEATURES}; + do + if [ ${i} = debug-tweaks ]; then Using ${IMAGE_FEATURES} in a package postinst is pretty unwholesome. If you do: $ IMAGE_FEATURES=debug-tweaks bitbake openssh $ sleep $[21*86400] $

[OE-core] [PATCH V3] base-files: provide a mechanism to skip creation of the hostname file

2012-09-07 Thread Mark Hatle
From: Mark Asselstine mark.asselst...@windriver.com The existence of a /etc/hostname file causes any hostname provided on the kernel command line or via dhcp to be overwritten by the initscripts 'init.d/hostname.sh'. This change allows you to set a value of for 'hostname' which will skip the

[OE-core] [PATCH 1/2] image.bbclass: Enable the complementary install to be called w/ globbing params

2012-09-07 Thread Mark Hatle
If the image.bbclass is called with arguments, and these arguments are not populate_sdk, they will be passed in as the expected GLOBS. This enables external components and scripting to use the rootfs_install_complementary code. Signed-off-by: Mark Hatle mark.ha...@windriver.com ---

[OE-core] [PATCH 2/2] package_rpm.bbclass: Avoid unnecessary installs in complementary pass

2012-09-07 Thread Mark Hatle
When called with the complementary install option, the first step is to backup the install manifest so that we can avoid installing items previously installed. However, this backup process skipped the initial_install portion of the manifest, causing early install items like libc6, bash, and

[OE-core] [PATCH 0/1] Minor fix to qt4 -dbg packages

2012-09-07 Thread Mark Hatle
The following changes since commit 0de1827a9601143b090f751ea702fdb65a936b77: classes/mirrors: remove bogus gnutls mirror (2012-09-07 14:51:10 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mhatle/qt4

[OE-core] [PATCH 1/1] qt4: Update qt4.inc to remove staticdev deps in -dbg packages

2012-09-07 Thread Mark Hatle
It appears that the qt4.inc had a copy/paste error relating to creating a list of staticdev packages, that caused them to show up as dependencies in the -dbg package. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-qt/qt4/qt4-embedded.inc |2 +-

[OE-core] [PATCH] openssh: allow root login when debug-tweaks is enabled

2012-09-07 Thread Saul Wold
This allows root to login over ssh with an empty password just like dropbear when the debug-tweaks are enabled, it's important to disable debug-tweaks for a production system as this will leave open a security hole! Thanks to Marc for the settings. Cc: Marc Ferland marc.ferl...@gmail.com [Yocto

Re: [OE-core] [PATCH V3] base-files: provide a mechanism to skip creation of the hostname file

2012-09-07 Thread Richard Purdie
On Fri, 2012-09-07 at 16:51 -0500, Mark Hatle wrote: From: Mark Asselstine mark.asselst...@windriver.com The existence of a /etc/hostname file causes any hostname provided on the kernel command line or via dhcp to be overwritten by the initscripts 'init.d/hostname.sh'. This change allows you

[OE-core] [oe-core][meta][PATCH v3] u-boot: Use fw_env.config if available.

2012-09-07 Thread Franklin S. Cooper Jr
* Add support for board specific fw_env.config file if available. Signed-off-by: Franklin S. Cooper Jr fcooper2...@gmail.com --- meta/recipes-bsp/u-boot/u-boot.inc | 16 +++- meta/recipes-bsp/u-boot/u-boot_2011.03.bb|2 +- meta/recipes-bsp/u-boot/u-boot_2011.06.bb

Re: [OE-core] [PATCH] openssh: allow root login when debug-tweaks is enabled

2012-09-07 Thread Paul Eggleton
On Friday 07 September 2012 11:17:29 Saul Wold wrote: This allows root to login over ssh with an empty password just like dropbear when the debug-tweaks are enabled, it's important to disable debug-tweaks for a production system as this will leave open a security hole! Thanks to Marc for

Re: [OE-core] [PATCH] openssh: allow root login when debug-tweaks is enabled

2012-09-07 Thread Saul Wold
On 09/07/2012 04:56 PM, Paul Eggleton wrote: On Friday 07 September 2012 11:17:29 Saul Wold wrote: This allows root to login over ssh with an empty password just like dropbear when the debug-tweaks are enabled, it's important to disable debug-tweaks for a production system as this will leave

[OE-core] [CONSOLIDATED REQUEST 00/32] LSB Perl, QEMU Update Fixes (Cover Only)

2012-09-07 Thread Saul Wold
Richard, This has the set of perl/LSB related changes, I found that LSB 5.0 is expected early next year, so we can pull these after it is released before 1.4! This also adds a few (3) more simple sanity tests for sato. I also included Robert's binary_package.bbclass, which matches up with the

Re: [OE-core] [PATCH] openssh: allow root login when debug-tweaks is enabled

2012-09-07 Thread Paul Eggleton
On Friday 07 September 2012 17:03:44 Saul Wold wrote: On 09/07/2012 04:56 PM, Paul Eggleton wrote: I'm a bit confused by this because I thought this issue had already been solved. Unfortunately when I looked back I see the patch was never merged: