[OE-core] How to rebuilt the package after modified the source code in open embedded bitbake ...

2012-04-04 Thread surendra dhobale
Hi, I am working with the open embedded environment. I have added one u-boot package in that. First time by default the compilation done successfully using the bitbake. But Now i made some changes in the source code , which is created in the Temp work directory. Now i have to built the same

Re: [OE-core] How to rebuilt the package after modified the source code in open embedded bitbake ...

2012-04-04 Thread Eric Bénard
Hi Surenda, Le Wed, 4 Apr 2012 06:34:39 + (UTC), surendra dhobale surendra.dhobaleli...@gmail.com a écrit : I am working with the open embedded environment. I have added one u-boot package in that. First time by default the compilation done successfully using the bitbake. But Now i

Re: [OE-core] How to rebuilt the package after modified the source code in open embedded bitbake ...

2012-04-04 Thread Samuel Stirtzel
2012/4/4 Eric Bénard e...@eukrea.com: Hi Surenda, Le Wed, 4 Apr 2012 06:34:39 + (UTC), surendra dhobale surendra.dhobaleli...@gmail.com a écrit :  I am working with the open embedded environment. I have added one u-boot package in that. First time by default the compilation done

Re: [OE-core] How to rebuilt the package after modified the source code in open embedded bitbake ...

2012-04-04 Thread Eric Bénard
Le Wed, 4 Apr 2012 09:21:02 +0200, Samuel Stirtzel s.stirt...@googlemail.com a écrit : 2012/4/4 Eric Bénard e...@eukrea.com: Hi Surenda, Le Wed, 4 Apr 2012 06:34:39 + (UTC), surendra dhobale surendra.dhobaleli...@gmail.com a écrit :  I am working with the open embedded environment.

Re: [OE-core] [PATCH] speex: fix FILES variables

2012-04-04 Thread Eric Bénard
Hi Saul, Le Tue, 03 Apr 2012 13:50:37 -0700, Saul Wold s...@linux.intel.com a écrit : On 03/21/2012 04:08 AM, Eric Bénard wrote: actually FILES_${PN} and FILES_${PN}-dev match the same files. these files are supposed to go into ${PN} so remove the other entry. Signed-off-by: Eric

Re: [OE-core] [PATCH] speex: fix FILES variables

2012-04-04 Thread Paul Eggleton
On Wednesday 04 April 2012 10:29:01 Eric Bénard wrote: Hi Saul, Le Tue, 03 Apr 2012 13:50:37 -0700, Saul Wold s...@linux.intel.com a écrit : On 03/21/2012 04:08 AM, Eric Bénard wrote: actually FILES_${PN} and FILES_${PN}-dev match the same files. these files are supposed to go into

Re: [OE-core] How to rebuilt the package after modified the source code in open embedded bitbake ...

2012-04-04 Thread Richard Purdie
On Wed, 2012-04-04 at 09:47 +0200, Eric Bénard wrote: Le Wed, 4 Apr 2012 09:21:02 +0200, Samuel Stirtzel s.stirt...@googlemail.com a écrit : 2012/4/4 Eric Bénard e...@eukrea.com: Hi Surenda, Le Wed, 4 Apr 2012 06:34:39 + (UTC), surendra dhobale surendra.dhobaleli...@gmail.com

Re: [OE-core] How to rebuilt the package after modified the source code in open embedded bitbake ...

2012-04-04 Thread Eric Bénard
Hi Richard, Le Wed, 04 Apr 2012 12:31:06 +0100, Richard Purdie richard.pur...@linuxfoundation.org a écrit : Eric: You should probably look at the externalsrc.bbclass since it gives you a way to do things like this yet also build and package it with the usual build system:

Re: [OE-core] [PATCH] Suggested threads should be double the number of cores.

2012-04-04 Thread Robert P. J. Day
On Tue, 3 Apr 2012, Saul Wold wrote: On 03/23/2012 02:37 AM, Robert P. J. Day wrote: Documentation suggests that the number of threads should actually be *double* the number of cores. A better clarification with be to mention threading since a quad-core with hyperthreading enabled

[OE-core] [PATCH 1/1] connman: backport test script fixes

2012-04-04 Thread Otavio Salvador
Those fixes are required to get the test scripts to work with current 0.79 DBus API. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- .../connman/test-set-ipv4-method-api-fix.patch | 50 ++ .../connman/test-set-ipv6-method-api-fix.patch | 55

[OE-core] [PATCH] self-hosted-image: Increase space for build and allow builder user sudo access

2012-04-04 Thread Saul Wold
We need to have about 40G to do a full sato build even with rm_work enabled Add sudo priveleges inorder to allow the builder user to setup the tap/tun devices needed by runqemu Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-core/images/self-hosted-image.bb | 12 ++-- 1

[OE-core] [PATCH 2/2] self-hosted-image: decrease reserved space to 0.5%

2012-04-04 Thread Paul Eggleton
The default amount of reserved space for ext2/3 is 5% - this amounts to about 2GB of a 40GB filesystem that the builder user can't make use of. We don't need this much reserved so peg it back to 0.5% which should be more than enough. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

[OE-core] [PATCH 1/2] classes/image_types: add IMAGE_TUNE2FS_ext3

2012-04-04 Thread Paul Eggleton
Add a variable that allows additional options to be passed to tune2fs, such as -m to control the amount of space reserved for root. This could potentially be added for other filesystems, but right now we need it only for ext3 for self-hosted-image. Signed-off-by: Paul Eggleton

[OE-core] [PATCH 0/2] Fix for self-hosted-image

2012-04-04 Thread Paul Eggleton
Allow additional options when running tune2fs -j on ext3 images and use that to specify -m 0.5 for self-hosted-image. Note these patches should be applied on top of Saul's recent self-hosted-image patch once that is merged. The following changes since commit

Re: [OE-core] [PATCH] webkit: Fix build with gcc-4.7

2012-04-04 Thread Saul Wold
On 03/30/2012 12:21 PM, Khem Raj wrote: Include unistd.h for all linux and not just for android. Signed-off-by: Khem Rajraj.k...@gmail.com --- .../recipes-sato/webkit/files/function-scope.patch | 21 meta/recipes-sato/webkit/webkit-gtk_svn.bb |3 +- 2

Re: [OE-core] [PATCH 1/2] license.py: fix behaviour of copyleft_compliance

2012-04-04 Thread Saul Wold
On 04/02/2012 01:37 PM, Eric Bénard wrote: actually if a package has a license in its LICENSE variable which is not in the whitelist nor in the blacklist and even if an other license in this variable is in the whitelist, the package gets excluded and is not taken in account in the

Re: [OE-core] [PATCH] license.bbclass: Check if copyfile succeeded with isfile

2012-04-04 Thread Saul Wold
On 04/03/2012 04:05 AM, Andrei Gherzan wrote: A cleaner way to check if copyfile suceeded is to use os.path.isfile. In this way we can omit warns in some python versions where copyfile return the same non-0 value even is this action is successfull. Signed-off-by: Andrei Gherzanand...@gherzan.ro

Re: [OE-core] [PATCH] package_ipk: apply umask to control and conffiles

2012-04-04 Thread Saul Wold
On 03/26/2012 08:47 AM, Andreas Oberritter wrote: On 26.03.2012 13:34, Richard Purdie wrote: On Fri, 2012-03-23 at 21:17 +0100, Andreas Oberritter wrote: On 12.03.2012 16:53, Richard Purdie wrote: On Mon, 2012-03-12 at 10:29 -0500, Mark Hatle wrote: On 3/9/12 8:15 PM, Andreas Oberritter

Re: [OE-core] [PATCH 1/2] classes/image_types: add IMAGE_TUNE2FS_ext3

2012-04-04 Thread Otavio Salvador
On Wed, Apr 4, 2012 at 12:32, Paul Eggleton paul.eggle...@linux.intel.com wrote: Add a variable that allows additional options to be passed to tune2fs, such as -m to control the amount of space reserved for root. I'd prefer something like IMG_POSTCMD_fstype So it is generic enough to not be

Re: [OE-core] [PATCH 0/1] archiver.bbclass: enhance code readability

2012-04-04 Thread Saul Wold
On 04/01/2012 02:08 AM, Xiaofeng Yan wrote: From: Xiaofeng Yanxiaofeng@windriver.com Modified code and description according to Christopher Larson's suggestion. This is a part of modification. The modification is as follow: - Modify some codes with more preferable readability and vague

Re: [OE-core] [PATCH 2/2] self-hosted-image: decrease reserved space to 0.5%

2012-04-04 Thread Otavio Salvador
On Wed, Apr 4, 2012 at 12:32, Paul Eggleton paul.eggle...@linux.intel.com wrote: The default amount of reserved space for ext2/3 is 5% - this amounts to about 2GB of a 40GB filesystem that the builder user can't make use of. We don't need this much reserved so peg it back to 0.5% which should

Re: [OE-core] [oe-commits] Andreas Oberritter : gdb: build with expat, add missing RRECOMMENDS_gdbserver

2012-04-04 Thread Martin Jansa
On Tue, Apr 03, 2012 at 01:15:37PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 38ee88e3b32b7444d7f1eb64f1b4f69a48fe0458 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=38ee88e3b32b7444d7f1eb64f1b4f69a48fe0458 Author:

Re: [OE-core] [PATCH 0/7 v2] Cleanup and document tuning files

2012-04-04 Thread Saul Wold
On 04/03/2012 01:07 PM, Mark Hatle wrote: (v2 only MIPS changed -- slight revision in the README to resolve comments from Phil Blundell) Also this fixes Yocto bugzilla # 2234. This is a documentation and cleanup of the tuning files. Every tuning listed in AVAILTUNES was built for

Re: [OE-core] [PATCH 0/2] Few bugfixes

2012-04-04 Thread Saul Wold
On 04/03/2012 03:57 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamblenitin.a.kam...@intel.com The following changes since commit 46600e37cf87e9aa68e70f1d21caad8eac974a24: elfutils: disable lzma (and bzip2 for native) (2012-04-03 21:32:34 +0100) are available in the git repository

Re: [OE-core] [PATCH 1/2] classes/image_types: add IMAGE_TUNE2FS_ext3

2012-04-04 Thread Paul Eggleton
On Wednesday 04 April 2012 13:57:04 Otavio Salvador wrote: On Wed, Apr 4, 2012 at 12:32, Paul Eggleton paul.eggle...@linux.intel.com wrote: Add a variable that allows additional options to be passed to tune2fs, such as -m to control the amount of space reserved for root. I'd prefer

Re: [OE-core] [PATCH 1/2] classes/image_types: add IMAGE_TUNE2FS_ext3

2012-04-04 Thread Otavio Salvador
On Wed, Apr 4, 2012 at 14:12, Paul Eggleton paul.eggle...@linux.intel.com wrote: Are you suggesting this would hold the entire post-command to be run? If not, what other post command could we be referring to in the case of other filesystems? (tune2fs being valid for ext2, ext3 and ext4). Yes;

Re: [OE-core] [oe-commits] Andreas Oberritter : gdb: build with expat, add missing RRECOMMENDS_gdbserver

2012-04-04 Thread Andreas Oberritter
On 04.04.2012 18:59, Martin Jansa wrote: On Tue, Apr 03, 2012 at 01:15:37PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 38ee88e3b32b7444d7f1eb64f1b4f69a48fe0458 URL:

Re: [OE-core] [PATCH 4/7] conf/machine/include: Cleanup PowerPC tunings to match README

2012-04-04 Thread Matthew McClintock
On Tue, Apr 3, 2012 at 12:47 PM, Mark Hatle mark.ha...@windriver.com wrote: +ABIEXTENSION .= ${SPEABIEXTENSION} AVAILTUNES += ppce500 TUNE_FEATURES_tune-ppce500 = m32 spe ppce500 +TUNE_PKGARCH_tune-ppce500 = ppce500 PACKAGE_EXTRA_ARCHS_tune-ppce500 = ppce500

Re: [OE-core] [oe-commits] Andreas Oberritter : gdb: build with expat, add missing RRECOMMENDS_gdbserver

2012-04-04 Thread Martin Jansa
On Wed, Apr 04, 2012 at 07:56:58PM +0200, Andreas Oberritter wrote: On 04.04.2012 19:45, Martin Jansa wrote: On Wed, Apr 04, 2012 at 07:40:38PM +0200, Andreas Oberritter wrote: On 04.04.2012 18:59, Martin Jansa wrote: On Tue, Apr 03, 2012 at 01:15:37PM +, g...@git.openembedded.org

Re: [OE-core] [oe-commits] Andreas Oberritter : gdb: build with expat, add missing RRECOMMENDS_gdbserver

2012-04-04 Thread Martin Jansa
On Wed, Apr 04, 2012 at 08:06:15PM +0200, Martin Jansa wrote: On Wed, Apr 04, 2012 at 07:56:58PM +0200, Andreas Oberritter wrote: On 04.04.2012 19:45, Martin Jansa wrote: On Wed, Apr 04, 2012 at 07:40:38PM +0200, Andreas Oberritter wrote: On 04.04.2012 18:59, Martin Jansa wrote: On

Re: [OE-core] [PATCH 1/2] classes/image_types: add IMAGE_TUNE2FS_ext3

2012-04-04 Thread Paul Eggleton
On Wednesday 04 April 2012 14:26:26 Otavio Salvador wrote: On Wed, Apr 4, 2012 at 14:12, Paul Eggleton paul.eggle...@linux.intel.com wrote: Are you suggesting this would hold the entire post-command to be run? If not, what other post command could we be referring to in the case of other

Re: [OE-core] [PATCH 4/7] conf/machine/include: Cleanup PowerPC tunings to match README

2012-04-04 Thread Mark Hatle
On 4/4/12 1:02 PM, Matthew McClintock wrote: On Tue, Apr 3, 2012 at 12:47 PM, Mark Hatlemark.ha...@windriver.com wrote: +ABIEXTENSION .= ${SPEABIEXTENSION} AVAILTUNES += ppce500 TUNE_FEATURES_tune-ppce500 = m32 spe ppce500 +TUNE_PKGARCH_tune-ppce500 = ppce500

Re: [OE-core] [PATCH 4/7] conf/machine/include: Cleanup PowerPC tunings to match README

2012-04-04 Thread Mark Hatle
On 4/4/12 1:03 PM, Matthew McClintock wrote: On Tue, Apr 3, 2012 at 12:47 PM, Mark Hatlemark.ha...@windriver.com wrote: --- a/meta/conf/machine/include/tune-ppce500.inc +++ b/meta/conf/machine/include/tune-ppce500.inc @@ -4,13 +4,17 @@ require conf/machine/include/powerpc/arch-powerpc.inc

[OE-core] [PATCH 0/1] Fix for self-hosted-image v2

2012-04-04 Thread Paul Eggleton
Simplified version of previous patch to decrease reserved space in ext3 image. It turns out no additional variable really needs to be introduced into image_types.bbclass, although this does mean running tune2fs twice. Note that this patch should be applied on top of Saul's recent

[OE-core] [PATCH 1/1] self-hosted-image: decrease reserved space to 0.5%

2012-04-04 Thread Paul Eggleton
The default amount of reserved space for ext2/3 is 5% - this amounts to about 2GB of a 40GB filesystem that the builder user can't make use of. We don't need this much reserved so peg it back to 0.5% which should be more than enough. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

Re: [OE-core] [PATCH 1/2] eglibc-2.15: Update SRCREV

2012-04-04 Thread Martin Jansa
On Wed, Mar 28, 2012 at 04:33:47PM +0200, Martin Jansa wrote: On Wed, Mar 28, 2012 at 07:15:32AM -0700, Khem Raj wrote: On Fri, Mar 23, 2012 at 7:26 PM, Martin Jansa martin.ja...@gmail.com wrote: On Fri, Mar 23, 2012 at 02:17:02PM +0100, Martin Jansa wrote: On Fri, Mar 23, 2012 at

Re: [OE-core] [oe-commits] Andreas Oberritter : gdb: build with expat, add missing RRECOMMENDS_gdbserver

2012-04-04 Thread Andreas Oberritter
On 04.04.2012 20:22, Martin Jansa wrote: On Wed, Apr 04, 2012 at 08:06:15PM +0200, Martin Jansa wrote: On Wed, Apr 04, 2012 at 07:56:58PM +0200, Andreas Oberritter wrote: On 04.04.2012 19:45, Martin Jansa wrote: On Wed, Apr 04, 2012 at 07:40:38PM +0200, Andreas Oberritter wrote: On 04.04.2012

Re: [OE-core] Schizophrenic package management

2012-04-04 Thread Colin Walters
On Tue, 2012-04-03 at 13:17 -0500, Mark Hatle wrote: (And RedHat based linux distributions don't have any concept of alternatives. True...until about 10 years ago. Sun Jan 27 2002 Erik Troan e...@redhat.com - reimplemented update-alternatives as just alternatives

Re: [OE-core] [PATCH 3/7] conf/machine/include: Cleanup MIPS tunings to match README

2012-04-04 Thread Andreas Oberritter
On 03.04.2012 21:47, Mark Hatle wrote: Cleanup the MIPS tunings to match the new tuning README file. Also add a MIPS specific README file to explain the MIPS specifical architectural issues. Finally correct the variant configurations within the tune-mips32.inc. What was mipsel-oe-linux

Re: [OE-core] [oe-commits] Andreas Oberritter : gdb: build with expat, add missing RRECOMMENDS_gdbserver

2012-04-04 Thread Andreas Oberritter
On 04.04.2012 23:16, Andreas Oberritter wrote: I've built gdb-cross with your patch applied without problems. gdb-cross-canadian-mipsel is still compiling. However, since the problem you discovered didn't show on my machine, this may not be meaningful at all. FWIW, gdb-cross-canadian-mipsel

[OE-core] [PATCH] gst-plugins-base: fix build of subparse plugin

2012-04-04 Thread Andreas Oberritter
* Fixes the following configure error by prefixing PKG_CONFIG_SYSROOT_DIR: | grep: /usr/include/gstreamer-0.10/gst/gstconfig.h: No such file or directory Signed-off-by: Andreas Oberritter o...@opendreambox.org --- .../configure.ac-fix-subparse-plugin.patch | 27

[OE-core] [PATCH 0/1] syslinux: Avoid using linux.ext2_fs.h if possible

2012-04-04 Thread Darren Hart
The following patch is intended as a stop gap to address the compilation failure for the Yocto 1.2 release. This patch is a backport from syslinux 4.6-pre3. After the Yocto Project 1.2 release and the syslinux 4.6 (or later) release, the syslinux recipe will be updated and the patch will be

[OE-core] [PATCH 1/1] syslinux: Avoid using linux.ext2_fs.h if possible

2012-04-04 Thread Darren Hart
Fixes [YOCTO 2236] With recent Linux kernel headers, such as 3.3 in Fedora 16, the linux/ext2_fs.h header has been removed. This causes compile failures for syslinux-native. Backport a fix to address this from syslinux-4.06-pre3. Signed-off-by: Darren Hart dvh...@linux.intel.com CC: Ross Burton

[OE-core] [PATCH 0/1] a fix to self-hosted-image: use the correct location of the file sudoers

2012-04-04 Thread Dexuan Cui
The following changes since commit 5607729d9901c394b7cd4db6e38fe7fb19116f39: self-hosted-image: Increase space for build and allow builder user sudo access (2012-04-04 17:17:55 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/master

[OE-core] [PATCH 1/1] self-hosted-image: use the correct location of the file sudoers

2012-04-04 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-core/images/self-hosted-image.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb index 1db6a7a..d8f4162 100644

Re: [OE-core] [PATCH 3/7] conf/machine/include: Cleanup MIPS tunings to match README

2012-04-04 Thread Khem Raj
On Wed, Apr 4, 2012 at 3:10 PM, Andreas Oberritter o...@opendreambox.org wrote: What was mipsel-oe-linux before now became mips32el-oe-linux, i.e. tmp/work/mipsel-oe-linux now is tmp/work/mips32el-oe-linux. I'm not sure what else broke. Was this intentional? I dont think so. mips-*-* in

Re: [OE-core] RFC: Porting KDE Plasma Active (WIP)

2012-04-04 Thread Robert Yang
On 04/01/2012 08:00 PM, Paul Eggleton wrote: On Sunday 01 April 2012 10:31:48 Robert Yang wrote: On 04/01/2012 08:47 AM, Paul Eggleton wrote: usr/bin/icemaker: No such file or directory This is a known issue, there is an work around, it seems that the MACHINE is qemux86, and host is