[OE-core] [PATCH 0/1] shadow: upgrade from 4.1.4.3 to 4.2.1

2014-06-30 Thread Chen Qi
The following changes since commit 5e1560b98680c79c979b8f9325f9f9997f9fd438: dbus: don't override EXTRA_OECONF (2014-06-18 11:11:37 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/shadow-4.2.1

Re: [OE-core] Hi

2014-06-30 Thread Mats Kärrman
On Saturday, June 28, 2014 6:04 AM, Himanshu Pandey wrote: But I don't have meta-networking directory in my poky-dora-10.0.0 You may git clone from git://git.openembedded.org/meta-openembedded The Dora branch corresponds to Poky 10.0.0. See previous instructions on how to include a new layer in

Re: [OE-core] Cape Manager

2014-06-30 Thread Life Life
Please tell me how to add this layer to Yocto ? I'm using Hob interface 2014-06-30 6:46 GMT+03:00 Robert Yang liezhi.y...@windriver.com: On 06/30/2014 12:24 AM, Life Life wrote: Hello, I'm trying build yocto based linux, My hardware is beaglebone black I successfull build system image.

Re: [OE-core] Cape Manager

2014-06-30 Thread Anders Darander
* Robert Yang liezhi.y...@windriver.com [140630 05:47]: On 06/30/2014 12:24 AM, Life Life wrote: Hello, I'm trying build yocto based linux, My hardware is beaglebone black I successfull build system image. But I can't see capemanager. Beacuse my lcd is not work. Hello, The cape

Re: [OE-core] Cape Manager

2014-06-30 Thread Life Life
Hello, I add ti-meta but capemgr is not work This my boot log Booting from mmc ... ## Booting kernel from Legacy Image at 80007fc0 ... Image Name: Linux-3.14.0-yocto-standard Image Type: ARM Linux Kernel Image (uncompressed) Data Size:4985304 Bytes = 4.8 MiB Load Address:

[OE-core] [PATCH 1/2] oeqa/selftest/toaster.py: renamed to _toaster.py

2014-06-30 Thread Ionut Chisanovici
In order not to run the toaster selftests by default, we renamed to _toaster.py Signed-off-by: Ionut Chisanovici ionutx.chisanov...@intel.com --- meta/lib/oeqa/selftest/{toaster.py = _toaster.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/lib/oeqa/selftest/{toaster.py =

[OE-core] [PATCH 2/2] oeqa/selftest/_toaster.py: fix 'IndentationError' issues

2014-06-30 Thread Ionut Chisanovici
There were some indentation errors when the _toaster.py was merged into master. This patch fix those errors. Signed-off-by: Ionut Chisanovici ionutx.chisanov...@intel.com --- meta/lib/oeqa/selftest/_toaster.py | 560 ++--- 1 file changed, 280 insertions(+), 280

Re: [OE-core] Cape Manager

2014-06-30 Thread Anders Darander
* Life Life sadlife1...@gmail.com [140630 10:37]: Hello, I add ti-meta but capemgr is not work Linux version 3.14.0-yocto-standard (panda@pandabook) (gcc version 4.8.2 (GCC) I took a _really_ quick look at ti-linux-kernel (as well as linux-yocto), neither one seems to include the

[OE-core] How to clean using bitbake

2014-06-30 Thread Himanshu Pandey
Hi, How to clean using bitbake? What is the command for that? Regards, Himanshu -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] How to clean using bitbake

2014-06-30 Thread Mats Kärrman
Hi Himanshu, On Monday, June 30, 2014 11:23 AM, Himanshu Pandey wrote: How to clean using bitbake? What is the command for that? Please refer to https://www.yoctoproject.org/documentation/current BR // Mats Get your own FREE website, FREE domain FREE mobile app with Company

[OE-core] [PATCH 1/1] python3: fix builtins imports

2014-06-30 Thread Roxana
On some Linux distros the current working directory is not added to the linker's path. Issue reproduced on Ubuntu 14.04 LTS. Fix for [YOCTO #6467]. Signed-off-by: Roxana roxana.ciob...@intel.com --- meta/recipes-devtools/python/python3/unixccompiler.patch | 4 +++- 1 file changed, 3

[OE-core] [PATCH 0/1] Fix for YB6467

2014-06-30 Thread Roxana
The following changes since commit 6b5484d17df275b706a2b3c06bf7988da5818000: Revert libusb: add missing build dependency on udev (2014-06-29 10:00:44 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib roxana/YB6467

[OE-core] Error

2014-06-30 Thread Himanshu Pandey
Hi, I am getting this error when I run bitbake command: Error: busybox not found in the base feeds (genericx86_64 x86_64 noarch any all). How to resolve this? Regards, Himanshu -- ___ Openembedded-core mailing list

Re: [OE-core] Cape Manager

2014-06-30 Thread Life Life
Hello Again, How to make ti-linux-kernel build hob ? or Angstrom distro ? Thanks. 2014-06-30 11:49 GMT+03:00 Anders Darander and...@chargestorm.se: * Life Life sadlife1...@gmail.com [140630 10:37]: Hello, I add ti-meta but capemgr is not work Linux version 3.14.0-yocto-standard

Re: [OE-core] [bitbake-devel] Hi

2014-06-30 Thread Himanshu Pandey
Hi, Script in this section is appending just after the COMPRESS_CMD_bz2 command and the full script is executing as a single command. I want to run my script separately just after rootfs.tar.bz2 is created. Please help. Thanks in advance From: Robert Yang lt;liezhi.y...@windriver.comgt; Sent:

[OE-core] package_name_hook in debian.bbclass

2014-06-30 Thread Burton, Ross
Hi, package_name_hook in debian.bbclass is tagged using EXPORT_FUNCTIONS, so that other classes can inherit it and define their own foo_package_name_hook, calling up to debian_package_name_hook. This seems unlikely to actually happen, and I was thinking about removing the EXPORT_FUNCTIONS tag.

[OE-core] Regarding Package dependencies

2014-06-30 Thread Himanshu Pandey
Hi, I want to install a package which is dependent on two other packages and those dependent packages should be compiled first followed by the first package. So how to achieve this in YOCTO. Please help. Regards, Himanshu -- ___

[OE-core] Reagrding meta-networking

2014-06-30 Thread Himanshu Pandey
Hi, Since I want dhcp and pppoe, so I downloaded the same from git and included meta-networking layer in bblayers.conf. This layer is getting compiled but somehow dhcp and pppoe are not getting included in the final image. So what I have to do inorder to add dhcp and pppoe in the final image.

Re: [OE-core] Cape Manager

2014-06-30 Thread Diego Sueiro
On Mon, Jun 30, 2014 at 5:15 AM, Anders Darander and...@chargestorm.se wrote: * Robert Yang liezhi.y...@windriver.com [140630 05:47]: On 06/30/2014 12:24 AM, Life Life wrote: Hello, I'm trying build yocto based linux, My hardware is beaglebone black I successfull build system

Re: [OE-core] [PATCH] libusb: add missing build dependency on udev

2014-06-30 Thread Chereau, Fabien
Hi Richard, In fact I had an issue in case systemd was used instead of sysV but I can't reproduce this anymore after a full sstate clean.. I also had the same issue as you mention when using sysV. So I clearly didn't tested the patch enough, sorry about that. Fabien

[OE-core] [oe-core][dora][PATCH] e2fsprogs: Fix populate-extfs.sh

2014-06-30 Thread Stéphane Cerveau
Fix the use of command dirname on ubuntu 12.04. dirname does not accept space in file name. Signed-off-by: Stéphane Cerveau scerv...@connected-labs.com --- .../e2fsprogs/e2fsprogs-1.42.8/populate-extfs.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [oe-core][dora][PATCH] e2fsprogs: Fix populate-extfs.sh

2014-06-30 Thread Stephane Cerveau
This patch applies to master and daisy branches too. On 06/30/2014 04:18 PM, Stéphane Cerveau wrote: Fix the use of command dirname on ubuntu 12.04. dirname does not accept space in file name. Signed-off-by: Stéphane Cerveau scerv...@connected-labs.com ---

[OE-core] [oe-core][dora][PATCH] vala: should not depend on gtk+

2014-06-30 Thread Stéphane Cerveau
Signed-off-by: Stéphane Cerveau scerv...@connected-labs.com --- meta/recipes-devtools/vala/vala.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc index a8927d7..a9e5a57 100644 ---

[OE-core] [PATCH v2] libav: add PACKAGECONFIG for theora, libvorbis, speex and openssl

2014-06-30 Thread Matthieu Crapet
Dropped libvorvis dependency because there is already a (better) builtin vorbis codec. Don't confuse codec names: vorbis (builtin) and libvorbis (using external library). Changes: - add --enable-nonfree when faac or openssl are used - add DESCRIPTION - sort PACKAGECONFIG entries Tested with

Re: [OE-core] [oe-core][dora][PATCH] e2fsprogs: Fix populate-extfs.sh

2014-06-30 Thread Richard Purdie
On Mon, 2014-06-30 at 16:20 +0200, Stephane Cerveau wrote: This patch applies to master and daisy branches too. Really? That is a little odd since populate-extfs.sh was removed in them? Cheers, Richard -- ___ Openembedded-core mailing list

Re: [OE-core] Carrier Grade layer proposal

2014-06-30 Thread Alexandru Vaduva
Hello Jeff, The available layer is a work in progress. For the moment we have done an internal mapping of the packages needed inside meta-cgl layer. The mapping is done as following: A. Requirement that map against package/packages with recipes that already exists in Yocto A1. Requirement

Re: [OE-core] [oe-core][dora][PATCH] e2fsprogs: Fix populate-extfs.sh

2014-06-30 Thread Stephane Cerveau
Sorry i have been fooled by the poky web interface :( Anyway the bug is real on dora branch. Cheers Stéphane On 06/30/2014 04:51 PM, Richard Purdie wrote: On Mon, 2014-06-30 at 16:20 +0200, Stephane Cerveau wrote: This patch applies to master and daisy branches too. Really? That is a little

Re: [OE-core] [oe-core][dora][PATCH] e2fsprogs: Fix populate-extfs.sh

2014-06-30 Thread Otavio Salvador
On Mon, Jun 30, 2014 at 12:06 PM, Stephane Cerveau scerv...@connected-labs.com wrote: Sorry i have been fooled by the poky web interface :( Anyway the bug is real on dora branch. Which branch did you test it? You shouldn't say for backport something you didn't test. -- Otavio Salvador

Re: [OE-core] [oe-core][dora][PATCH] e2fsprogs: Fix populate-extfs.sh

2014-06-30 Thread Stephane Cerveau
Dear Otavio, I have been testing on dora branch. I havent been testing on master and daisy, my mistake :( On 06/30/2014 05:08 PM, Otavio Salvador wrote: On Mon, Jun 30, 2014 at 12:06 PM, Stephane Cerveau scerv...@connected-labs.com wrote: Sorry i have been fooled by the poky web interface :(

[OE-core] [PATCH] adt_installer: Fix sed file not found error

2014-06-30 Thread Richard Purdie
We need to look for the installed file within the sysroot we just installed so add in the missing prefix. This avoids errors like: Installing cross canadian packages for qemux86 ... sed: no input files [YOCTO #6443] Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git

Re: [OE-core] [PATCH v2] libav: add PACKAGECONFIG for theora, libvorbis, speex and openssl

2014-06-30 Thread Martin Jansa
On Mon, Jun 30, 2014 at 04:23:21PM +0200, Matthieu Crapet wrote: Dropped libvorvis dependency because there is already a (better) builtin vorbis codec. Don't confuse codec names: vorbis (builtin) and libvorbis (using external library). Changes: - add --enable-nonfree when faac or openssl

Re: [OE-core] Cape Manager

2014-06-30 Thread Life Life
Hello, How to use this layer, please explain Thanks 2014-06-30 16:40 GMT+03:00 Diego Sueiro diego.sue...@gmail.com: On Mon, Jun 30, 2014 at 5:15 AM, Anders Darander and...@chargestorm.se wrote: * Robert Yang liezhi.y...@windriver.com [140630 05:47]: On 06/30/2014 12:24 AM, Life Life

Re: [OE-core] Cape Manager

2014-06-30 Thread Saul Wold
On 06/30/2014 10:27 AM, Life Life wrote: Hello, How to use this layer, please explain Have you referred to the Yocto Project Documentation? https://www.yoctoproject.org/documentation/current There is lots of information about adding layers and additional packages from those layers. Look

[OE-core] Speed up sdk creation by supporting multicore compressors.

2014-06-30 Thread Randy Witt
This change allows the user to pick a different compressor to be used after the sdk is ran through tar. In my testing I found it speeds up sdk creation times ~20-30% if a compressor that supports multiple cores is used. Here are some measurments: Using default compressor(bzip2):

[OE-core] [PATCH] Allow for selectable compression commands for sdk.

2014-06-30 Thread Randy Witt
This allows for a user to specify the compression and decompression commands when creating an sdk. An example would be to use pigz to take advantage of multiple cores during compression. Signed-off-by: Randy Witt rew...@declaratino.com --- meta/classes/populate_sdk_base.bbclass | 31

Re: [OE-core] Speed up sdk creation by supporting multicore compressors.

2014-06-30 Thread Randy Witt
Sorry, I messed up my formatting there, here is are stats that are easier to read: Using default compressor(bzip2): core-image-minimal-1.0-r0: do_populate_sdk: Elapsed time: 133.21 seconds CPU usage: 12.3% core-image-sato-1.0-r0: do_populate_sdk: Elapsed time: 356.85 seconds CPU usage: 11.6%

Re: [OE-core] Reagrding meta-networking

2014-06-30 Thread Henning Heinold
On Mon, Jun 30, 2014 at 01:29:26PM -, Himanshu Pandey wrote: Hi, Since I want dhcp and pppoe, so I downloaded the same from git and included meta-networking layer in bblayers.conf. This layer is getting compiled but somehow dhcp and pppoe are not getting included in the final image.

Re: [OE-core] [oe-core][dora][PATCH] vala: should not depend on gtk+

2014-06-30 Thread Richard Purdie
On Mon, 2014-06-30 at 16:23 +0200, Stéphane Cerveau wrote: Signed-off-by: Stéphane Cerveau scerv...@connected-labs.com --- meta/recipes-devtools/vala/vala.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/vala/vala.inc

Re: [OE-core] [PATCH 0/1] scripts/contrib/verify-homepage.py: add a script to verify HOMEPAGE

2014-06-30 Thread Chong Lu
ping On 06/25/2014 05:39 PM, Chong Lu wrote: The following changes since commit 3c7b5ec1cae6186a64e0be2c05b64b05add08c97: syslinux: fix isohybird overflows on 32 bit system (2014-06-24 19:54:12 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

Re: [OE-core] Reagrding meta-networking

2014-06-30 Thread Himanshu Pandey
So, do I have to setnbsp;IMAGE_INSTALL variable in local.conf andnbsp;packagename_X is what to be followed for the addition of each package. Regards,Himanshu From: Henning Heinold lt;henn...@itconsulting-heinold.degt; Sent: Tue, 01 Jul 2014 01:01:52 To: