[OE-core] [PATCH 0/2] Add function to package source codes tree to source rpm and tar packages

2012-01-08 Thread Xiaofeng Yan
From: Xiaofeng Yan Add file "tar_archive.bbclass" and modify file "package_rpm.bbclass" for packaging source codes tree to source rpm and tar packages. After adding srpm function in file "package_rpm.bbclass", user can get source rpm packages beside rpm package. User also get tar packages of so

[OE-core] [PATCH 2/2] tar_archive.bbclass: Package source codes and log files to tar package

2012-01-08 Thread Xiaofeng Yan
From: Xiaofeng Yan Source rpm package needs tar package as its source codes. log files \ are required as a part of source (description in bug 1655). So log files need be packaged as tar package too. User can select two types of package, the first is tar package and the second is src.rpm package.

Re: [OE-core] libiconv_1.14.bb do_install failure

2012-01-08 Thread Khem Raj
On Fri, Jan 6, 2012 at 3:14 PM, James Baker wrote: > Greetings folks, > > I'm trying to build an OE system and the process stops at the do_install > phase of building libiconv_1.14 > > Build system is Ubuntu 10.04 x86_64, plenty of HDD and ram to spare. > Possibly pertinent log: > | arm-oe-linux-g

[OE-core] [PATCH] gettext: License modify LICENSE to GPLv3 from GPL-3

2012-01-08 Thread Andrei Gherzan
From: Andrei Gherzan [YOCTO #1884] Signed-off-by: Andrei Gherzan --- meta/recipes-core/gettext/gettext_0.18.1.1.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/gettext/gettext_0.18.1.1.bb b/meta/recipes-core/gettext/gettext_0.18.1.1.bb index 6155

[OE-core] [PATCH 2/2] libusb-compat: keep *.la in base_libdir

2012-01-08 Thread Andreas Müller
build-tested from scratch in angstrom environment. Signed-off-by: Andreas Müller --- meta/recipes-support/libusb/libusb-compat_0.1.3.bb |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libusb/libusb-compat_0.1.3.bb b/meta/recipes-support/libusb/lib

[OE-core] [PATCH 0/2] libusb1/libusb-compat keep *.la in base_libdir

2012-01-08 Thread Andreas Müller
libusb-compat did not yet cause a build error but it is motivated by the experience with libusb1. I will be out until 12. and can not respond on comments until then. Andreas Müller (2): libusb1: keep *.la in base_libdir libusb-compat: keep *.la in base_libdir meta/recipes-support/libusb/lib

[OE-core] [PATCH 1/2] libusb1: keep *.la in base_libdir

2012-01-08 Thread Andreas Müller
This fixes the following error found during build from scratch for meta-oe / obexd: | arm-angstrom-linux-gnueabi-libtool: link: cannot find the library | `/home/Superandy/tmp/oe-core-eglibc/sysroots/overo/lib/libusb-1.0.la' or | unhandled argument `=/lib/libusb-1.0.la' build-tested from scratch i

Re: [OE-core] [RFC PATCH 1/2] classes/buildhistory: add new output history collection class

2012-01-08 Thread Paul Eggleton
On Wednesday 07 December 2011 09:50:51 Koen Kooi wrote: > Op 2 dec. 2011, om 00:56 heeft Paul Eggleton het volgende geschreven: > > +buildhistory_commit() { > > + ( cd ${BUILDHISTORY_DIR}/ > > + git add ${BUILDHISTORY_DIR}/* > > + git commit ${BUILDHISTORY_DIR}/ -m "Build ${BU

[OE-core] [PATCH] busybox: defconfig modified in order to activate CONFIG_EXPR_MATH_SUPPORT_64

2012-01-08 Thread Andrei Gherzan
From: Andrei Gherzan Enable 64-bit math support in the expr applet. This will make the applet slightly larger, but will allow computation with very large numbers. [YOCTO #1767] Signed-off-by: Andrei Gherzan --- meta/recipes-core/busybox/busybox-1.19.3/defconfig |2 +- 1 files changed, 1 i

Re: [OE-core] [PATCH 1/1] archive.bbclass: archive work directory

2012-01-08 Thread wenzong fan
On 01/06/2012 04:46 PM, Saul Wold wrote: On 01/06/2012 12:20 AM, wenzong@windriver.com wrote: From: Wenzong Fan Some legal departments believe a complete archive of the work directory is required for certain license compliance issues. We could therefore do with a class which archives up the

Re: [OE-core] [PATCH 1/1] archive.bbclass: archive work directoryDistribution

2012-01-08 Thread wenzong fan
On 01/07/2012 01:39 AM, Phil Blundell wrote: On Fri, 2012-01-06 at 16:20 +0800, wenzong@windriver.com wrote: +if [[ -d ${S}&& ${S} != ${WORKDIR} ]]; then +if [[ ${S} =~ "/work-shared/gcc" ]]; then +# Create temporary sources directory for gcc +mkdir -

[OE-core] [PATCH oe-core v6] linux-dtb: add multi-dtb build support and keep dtb in deploy cache package

2012-01-08 Thread b19537
From: Zhenhua Luo Signed-off-by: Zhenhua Luo --- meta/recipes-kernel/linux/linux-dtb.inc | 24 +++- 1 files changed, 15 insertions(+), 9 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 7ec7584..fc29d14 100

[OE-core] [PATCH] site/common-uclibc: Cache gl_cv_func_wcwidth_works

2012-01-08 Thread Khem Raj
Its not computed properly during configure and we configure uclibc with widechar support anyway so its fine to cache it. It fixes the errors like | In file included from ./stdio.h:31:0, | from fpurge.h:20, | from fpurge.c:20: | /home/kraj/work/angstrom/sources/op

Re: [OE-core] [PATCH] busybox: defconfig modified in order to activate CONFIG_EXPR_MATH_SUPPORT_64

2012-01-08 Thread McClintock Matthew-B29882
Is anyone working on more fine grained control of busybox? Some ideas include: 1) configure via PACKAGECONFIG? 2) supply a defconfig for busybox? 3) multiple busybox recipes? -M On Sun, Jan 8, 2012 at 6:03 PM, Andrei Gherzan wrote: > From: Andrei Gherzan > > Enable 64-bit math support in the

Re: [OE-core] [PATCH 0/7] Misc Fixes

2012-01-08 Thread Saul Wold
On 01/05/2012 09:30 AM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble Here are fixes related to x32& automake-1.11.2. Thanks, Nitin The following changes since commit 7f837eb05f924996c89283ec8b74e46f6b5cd343: bitbake/runqueue: Improve the setscene logging (2012-01-05 13:04:19 +000

Re: [OE-core] [PATCH 0/4] buildhistory analysis

2012-01-08 Thread Saul Wold
On 01/05/2012 09:56 AM, Paul Eggleton wrote: The first part of the buildhistory analysis functionality (command-line only at the moment). It hasn't been heavily tested "in anger" yet (I hope we will start to use it on the Yocto Project autobuilder fairly soon) but it is functional. There are als

Re: [OE-core] [PATCH] gettext: License modify LICENSE to GPLv3 from GPL-3

2012-01-08 Thread Saul Wold
On 01/08/2012 04:39 AM, Andrei Gherzan wrote: From: Andrei Gherzan [YOCTO #1884] Signed-off-by: Andrei Gherzan --- meta/recipes-core/gettext/gettext_0.18.1.1.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/gettext/gettext_0.18.1.1.bb b/meta/rec

Re: [OE-core] [PATCH 2/2] gnutls: remove gettext patch for non-GPLv3

2012-01-08 Thread Saul Wold
On 01/05/2012 11:33 AM, Denys Dmytriyenko wrote: On Thu, Jan 05, 2012 at 10:38:37AM -0800, Saul Wold wrote: GPLv2 version of gnutls does not need the gettext 0.18 patch since it still uses the over version of gettext that is also "uses the older version", I guess, not "over"... Thanks for the

Re: [OE-core] [PATCH 0/2] xserver minor cleanings and commit of fbdev driver

2012-01-08 Thread Saul Wold
On 01/05/2012 03:42 PM, Andrea Adami wrote: Andrea Adami (2): x11-common: remove extraneous BSP customizations xorg-driver: add xf86-video-fbdev from meta-openembedded .../x11-common/x11-common/etc/X11/Xserver | 24 .../xorg-driver/xf86-video-fbdev_0.4.2.

Re: [OE-core] [v2 PATCH 0/3] linux-yocto: consolidated pull request

2012-01-08 Thread Saul Wold
On 01/05/2012 11:49 AM, Bruce Ashfield wrote: Richard/Saul, This is a resend of my series from yesterday. Richard noted the following two issues: http://autobuilder.pokylinux.org:8010/builders/nightly-ppc/builds/210/steps/shell_67/logs/stdio http://autobuilder.pokylinux.org:8010/builders/

Re: [OE-core] [PATCH] eglibc: Upgrade recipes 2.14 -> 2.15

2012-01-08 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Khem Raj > Sent: Friday, January 06, 2012 3:09 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATCH]

Re: [OE-core] [PATCH 00/10] Pending patches from O.S. Systems tree

2012-01-08 Thread Saul Wold
On 01/05/2012 11:37 AM, Otavio Salvador wrote: The following changes since commit 563828bad19a242bba9ce3db461bb5807037dfdf: multilib: Abstract class extension code into classextend.py (2012-01-05 12:36:08 +) are available in the git repository at: git://github.com/OSSystems/oe-core m

Re: [OE-core] [PATCH] busybox: defconfig modified in order to activate CONFIG_EXPR_MATH_SUPPORT_64

2012-01-08 Thread Ni Qingliang
indeed, I think maybe providing specific config file for specific machine is better, but not spliting the config to fragments. On Mon, 2012-01-09 at 13:08 +0800, McClintock Matthew-B29882 wrote: > Is anyone working on more fine grained control of busybox? Some ideas include: > > 1) configure via