[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 xiaofeng@windriver.com 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

[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 xiaofeng@windriver.com 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

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 muri...@gmail.com 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: |

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

2012-01-08 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com [YOCTO #1884] Signed-off-by: Andrei Gherzan and...@gherzan.ro --- 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

[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 schnitzelt...@gmx.de --- 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

[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

[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

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 ${BUILDNAME}

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

2012-01-08 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com 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 and...@gherzan.ro ---

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 Fanwenzong@windriver.com Some legal departments believe a complete archive of the work directory is required for certain license compliance issues. We could therefore do with a

[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 b19...@freescale.com Signed-off-by: Zhenhua Luo b19...@freescale.com --- 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

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 and...@gherzan.ro wrote: From: Andrei Gherzan

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 also

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

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

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