Re: [yocto] Can anything be done about do_rootfs speed?

2013-08-28 Thread Martin Jansa
On Tue, Aug 27, 2013 at 05:10:42PM -0700, Paul D. DeRocco wrote: From: Gary Thomas As far as I understand, the 'do_rootfs' step in building an image is basically equivalent to running ${PKG_MGR} install all_required_packages, where PKG_MGR is your package management method of

[yocto] shared-state

2013-08-28 Thread David Andrey
Hi everyone ! I tried to share the shared-state folder on a build server for several people working on the same project. But I meet some unexpected problems, like errors callings the native dpkg tool. So I'm back to the basic question :-) Is it possible to share this cache between developers or

Re: [yocto] bitbake -c populate_sdk -v poky-image

2013-08-28 Thread Navani Srivastava
Hi, Following is my image file to generate rootfs image with SDK having Qt support.. I am able to build SDK successfully but on building any Qt application with generated SDK getting following error message-

[yocto] package-core-buildessential: missing dependency

2013-08-28 Thread Francesco Del Degan
Hi all, I'm trying to install package-core-buildessential in my target (using smart in my target) but it complains about: error: Can't install libc6-dev-2.17-r3@armv7a_vfp_neon: no package provides eglibc-thread-db-dev Digging around it, I found that package should provide (eglibc-package.inc):

Re: [yocto] OE recipes- linphone build error in poky-9.0.0 build environment

2013-08-28 Thread Paul Eggleton
Hi Amit, On Wednesday 28 August 2013 09:05:28 Amit Kumar wrote: I wants to build the recipes name linphone(SIP-based IP phone) with poky-9.0.0 build environment. I found he linphone recipes under the angstrom-openembedded. In my poky build environment I have created the new layer, name

Re: [yocto] Syntax for specifying multiple URI's in a PREMIRRORS statement?

2013-08-28 Thread lothar
Am 2013-08-27 17:19, schrieb Glenn Schmottlach: I'm trying to figure out the syntax for specifying more than one URI in a single PREMIRROR statement, e.g. PREMIRRORS_append = git://.*/.* file://toplevel/premirror ftp://ftp.acme.com/pre_mirror/foo [1] n So for all git fetches I want it to

Re: [yocto] Can anything be done about do_rootfs speed?

2013-08-28 Thread Paul D. DeRocco
From: Martin Jansa Are you sure that you're not building some unnecessary IMAGE_FSTYPES? No, I'm not sure. Last time someone asked my why it takes so long I've added some debug output to do_rootfs and found out that only half of the time was opkg installing packages and the rest was

Re: [yocto] Can anything be done about do_rootfs speed?

2013-08-28 Thread Samuel Stirtzel
2013/8/28 Paul D. DeRocco pdero...@ix.netcom.com: From: Martin Jansa Are you sure that you're not building some unnecessary IMAGE_FSTYPES? No, I'm not sure. Last time someone asked my why it takes so long I've added some debug output to do_rootfs and found out that only half of the time

Re: [yocto] Can anything be done about do_rootfs speed?

2013-08-28 Thread Gary Thomas
On 2013-08-27 18:10, Paul D. DeRocco wrote: From: Gary Thomas As far as I understand, the 'do_rootfs' step in building an image is basically equivalent to running ${PKG_MGR} install all_required_packages, where PKG_MGR is your package management method of choice - ipk or rpm. This seems to me

Re: [yocto] Can anything be done about do_rootfs speed?

2013-08-28 Thread Paul Barker
On 28 August 2013 11:55, Gary Thomas g...@mlbassoc.com wrote: Not quite - you build the packages (recipes) on your build host, but manage them directly on your target hardware. Of course, this assumes that your build host and target hardware are network connected. I threw together a minimal

Re: [yocto] bitbake -c populate_sdk -v poky-image

2013-08-28 Thread Paul Eggleton
On Wednesday 28 August 2013 13:23:04 Navani Srivastava wrote: Following is my image file to generate rootfs image with SDK having Qt support.. I am able to build SDK successfully but on building any Qt application with generated SDK getting following error message-

[yocto] confusion about DEPENDS vs RDEPENDS

2013-08-28 Thread Hans Beckérus
Hi, I am a little bit confused about how to handle these two and what they are supposed to solve. I have so far never used RDEPENDS but only DEPENDS. But I am also having severe problems when building a rootfs image when one of my user space libraries are changed from eg. libfoo.so.1 to

Re: [yocto] bitbake -c populate_sdk -v poky-image

2013-08-28 Thread Navani Srivastava
I just removed qt stuff and tried with the SDK built with 'bitbake -c populate_sdk poky-image' . I just compiled a simple program which includes stdio.h, while compiling got error that stdio.h: No such file or directory .. It seems problem is with SDK generated with it. But I am not able to

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-08-28 Thread Paul Eggleton
Hi Hans, On Wednesday 28 August 2013 17:08:41 Hans Beckérus wrote: Hi, I am a little bit confused about how to handle these two and what they are supposed to solve. I have so far never used RDEPENDS but only DEPENDS. DEPENDS means a build-time dependency i.e. between recipes, RDEPENDS means a

[yocto] [meta-freescale] [meta-fsl-ppc] MPC8572 Machine with Dylan

2013-08-28 Thread Rudolf Streif
I am looking to build for MPC8572 with Dylan and checked out the meta-fsl-ppc BSP layer. Seems like support for that machine was removed in May [1]. The reason given was *u-boot code base can not support mpc85xx for sdk 1.3.2. Howerver, that was contested in a follow-up e-mail. Interestingly, the

[yocto] Yocto reference manual missing entries for MACHINE_DEVICETREE and KERNEL_DEVICETREE

2013-08-28 Thread Elvis Dowson
Hi Scott, I noticed that the yocto reference manual is missing entries for MACHINE_DEVICETREE and KERNEL_DEVICETREE variables. I was trying to find out what the difference between the two were, and discovered that it's not described in the reference manual here:

[yocto] IMAGE SATO BOOTARGS

2013-08-28 Thread Javier Fileiv
Hello all, Im newbi with linux embedded. I bought a mini2440 boards and I downloaded the yocto project. I found some recipes for the same board from this guy. https://github.com/sakhnik/meta-mini2440 I have a kernel built for mini2440, and the core-image-sato-mini2440.rootfs.tar.bz2 I have some

Re: [yocto] How to work with linux-yocto kernel

2013-08-28 Thread Bruce Ashfield
On 13-08-28 01:48 PM, Elvis Dowson wrote: Hi, I just don't understand how to work with the linux-yocto kernel. For example, I created a local copy of the yocto kernel, and updated the linux-yocto_3.8.bb recipe to point to the local copy (git:///path;protocol=file, etc) Then I created a

[yocto] How to work with linux-yocto kernel

2013-08-28 Thread Elvis Dowson
Hi, I just don't understand how to work with the linux-yocto kernel. For example, I created a local copy of the yocto kernel, and updated the linux-yocto_3.8.bb recipe to point to the local copy (git:///path;protocol=file, etc) Then I created a local branch meta, and another local branch

Re: [yocto] How to work with linux-yocto kernel

2013-08-28 Thread Elvis Dowson
Hi Bruce, On Aug 28, 2013, at 9:52 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: There were some old bugs which caused the wrong board description to be picked up, the seems similar. But without seeing your exact changes, as they sit in the tree, I can't be sure. Did you also

Re: [yocto] How to work with linux-yocto kernel

2013-08-28 Thread Bruce Ashfield
On 13-08-28 02:05 PM, Elvis Dowson wrote: Hi Bruce, On Aug 28, 2013, at 9:52 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: There were some old bugs which caused the wrong board description to be picked up, the seems similar. But without seeing your exact changes, as they sit in the

Re: [yocto] How to work with linux-yocto kernel

2013-08-28 Thread Elvis Dowson
On Aug 28, 2013, at 10:07 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-28 02:05 PM, Elvis Dowson wrote: Hi Bruce, On Aug 28, 2013, at 9:52 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: There were some old bugs which caused the wrong board description to be

[linux-yocto] [PATCH 0/1] meta: add new 3.4 cfg for LSI axm5500sim and elpaso

2013-08-28 Thread Paul Butler
This is the meta cfg/scc for building from the standard/axxia/base and preempt-rt branches. David Mercado (1): meta: Add LSI axm5500sim and elpaso .../bsp/axm5500sim/axm5500sim-preempt-rt.cfg | 19 + .../bsp/axm5500sim/axm5500sim-preempt-rt.scc | 9 +

[linux-yocto] [PATCH 1/1] meta: Add LSI axm5500sim and elpaso

2013-08-28 Thread Paul Butler
From: David Mercado david.merc...@windriver.com Adds cfg/scc support for the LSI axm5500sim and elpaso bsps. Signed-off-by: David Mercado david.merc...@windriver.com Signed-off-by: Paul Butler paul.but...@windriver.com --- .../bsp/axm5500sim/axm5500sim-preempt-rt.cfg | 19 +

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-08-28 Thread Hans Beckerus
On 2013-08-28 6:06, Paul Eggleton wrote: Hi Hans, On Wednesday 28 August 2013 17:08:41 Hans Beckérus wrote: Hi, I am a little bit confused about how to handle these two and what they are supposed to solve. I have so far never used RDEPENDS but only DEPENDS. DEPENDS means a build-time

[linux-yocto] [PATCH 2/2] Revert timer_list: Split timer_list_show_tickdevices

2013-08-28 Thread Tom Zanussi
This reverts commit 60cf7ea849e77c8782dee147cfb8c38d1984236e. This is a temporary workaround for the dropbearkey hang issue in 3.10. --- kernel/time/timer_list.c | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/kernel/time/timer_list.c

[linux-yocto] [PATCH 1/2] Revert timer_list: Convert timer list to be a proper seq_file

2013-08-28 Thread Tom Zanussi
This reverts commit b3956a896ea57f25cacd74708b8fab611543a81d. This is a temporary workaround for the dropbearkey hang issue in 3.10. --- kernel/time/timer_list.c | 89 +++- 1 file changed, 12 insertions(+), 77 deletions(-) diff --git

[linux-yocto] [PATCH 0/2] linux-yocto-3.10: revert timer_list patches

2013-08-28 Thread Tom Zanussi
The following reverts fix the problem outlined in [Yocto #5062], which manifested as a dropbearkey hang: https://bugzilla.yoctoproject.org/show_bug.cgi?id=5062 This is a temporary fix and this particular branch contains only a revert for common-pc-64-base, but the same revert should be done

Re: [yocto] Is there a OE core based mgetty?

2013-08-28 Thread Brian Hutchinson
On Tue, Aug 27, 2013 at 6:56 PM, Brian Hutchinson b.hutch...@gmail.comwrote: Hi, I need mgetty and don't see it anywhere in any of the OE core based layers. Did something replace it? I'm trying to migrate some OE classic work to OE core based distros. Regards, Brian Ping! I'll take

Re: [yocto] Is there a OE core based mgetty?

2013-08-28 Thread Peter A. Bigot
On 08/28/2013 03:19 PM, Brian Hutchinson wrote: On Tue, Aug 27, 2013 at 6:56 PM, Brian Hutchinson b.hutch...@gmail.com mailto:b.hutch...@gmail.com wrote: Hi, I need mgetty and don't see it anywhere in any of the OE core based layers. Did something replace it? I'm trying to

[yocto] Deleted tag in poky master.

2013-08-28 Thread Flanagan, Elizabeth
I jumped the gun and pushed a tag a few moments ago (1.5_M4.rc1). I've deleted this tag, so folks should git fetch --prune --tags if you've pulled in the past few moments. -b -- Elizabeth Flanagan Yocto Project Build and Release ___ yocto mailing list

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-08-28 Thread Nicolas Dechesne
On Wed, Aug 28, 2013 at 9:22 PM, Hans Beckerus hans.becke...@gmail.comwrote: Well, I have been struggling before with packages not properly supporting different build and source folders so I can definitely relate to what you are saying. But, does that mean I actually *have* to do it this way

Re: [yocto] Is there a OE core based mgetty?

2013-08-28 Thread Brian Hutchinson
On Aug 28, 2013 4:39 PM, Peter A. Bigot p...@pabigot.com wrote: On 08/28/2013 03:19 PM, Brian Hutchinson wrote: On Tue, Aug 27, 2013 at 6:56 PM, Brian Hutchinson b.hutch...@gmail.com wrote: Hi, I need mgetty and don't see it anywhere in any of the OE core based layers. Did something

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-08-28 Thread Paul D. DeRocco
From: Nicolas Dechesne if the source code changes, the version of the recipe needs to change too. if you change the source code without bumping the version, the package might not be rebuilt properly indeed. and that can explain the behavior you are seeing. if 'someapp' does not change,

Re: [yocto] omxplayer building for Rpi

2013-08-28 Thread Andrei Gherzan
On Tue, Aug 20, 2013 at 2:38 PM, Belisko Marek marek.beli...@gmail.comwrote: Hello, I'm trying to build omxplayer for Rpi board but seems libav and other dependencies was removed (replaced by meta-oe). But libav was also removed from meta-oe [1]. I was trying to use patches [2] but it

[yocto] Status of 1.5_M4 release candidate.

2013-08-28 Thread Flanagan, Elizabeth
All, Earlier today we attempted a spin of rc1. This attempt ended up having multiple issues. Due to that, we decided to end the build, tag and spin an rc2. So far, things are looking ok. I did drop the number of buildslaves on the autobuilder down from 3 to 2, so things might take a bit longer.

[yocto] [Question] libxml: How about add --with-catalog to EXTRA_OECONF ?

2013-08-28 Thread Li Zhijian
Hi, I had build libxml and executed xmlcatalog It shows follow messages # xmlcatalog --help libxml was not compiled with catalog and output support meta/recipes-core/libxml/libxml2.inc: 32 EXTRA_OECONF = --without-python --without-debug --without-legacy --without-catalog --without-docbook

Re: [yocto] [meta-freescale] [meta-fsl-ppc] MPC8572 Machine with Dylan

2013-08-28 Thread Luo Zhenhua-B19537
Hi Rudi, Mpc85xx series is not supported and removed since FSL QorIQ SDK 1.4(QorIQ-SDK-V1.4-20130625-yocto) which is based on Yocto 1.4(dylan), the machine configure files are removed from dylan/master of meta-fsl-ppc layer to avoid unexpected issues.

Re: [yocto] How to work with linux-yocto kernel

2013-08-28 Thread Darren Hart
On Wed, 2013-08-28 at 22:22 +0400, Elvis Dowson wrote: On Aug 28, 2013, at 10:07 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-28 02:05 PM, Elvis Dowson wrote: Hi Bruce, On Aug 28, 2013, at 9:52 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: There

Re: [yocto] [meta-freescale] [meta-fsl-ppc] MPC8572 Machine with Dylan

2013-08-28 Thread Rudolf Streif
Thank you, Zhenhua. I ended up using meta-fsl-ppc from [1] which has support for mpc8572 and Dylan. It built the kernel, dtb and rootfs image. It does not boot right now though stopping after Uncompressing Kernel Image ... OK. I guess I have to do more debugging. Thanks, Rudi [1]

Re: [yocto] Status of 1.5_M4 release candidate.

2013-08-28 Thread Flanagan, Elizabeth
An update on where we are at: rc1 is still churning. There was one autobuilder issue with regards to genericx86 in nightly-x86-lsb. I've built this out by hand and populated the release with it as well as corrected the ab issue. We're seeing a lot of sanity issues, but so far no build failures

Re: [linux-yocto] [meta-freescale] How to build a custom ramdisk image

2013-08-28 Thread Mercier Ivan
Thanks for your Response Zhenhua, do you know how to add or modify user account? Best Regards, Ivan 2013/8/23 Luo Zhenhua-B19537 b19...@freescale.com: -Original Message- From: Mercier Ivan [mailto:ivan.merc...@gmail.com] Sent: Friday, August 23, 2013 3:19 PM there is no way to edit

Re: [linux-yocto] [PATCH 0/2] linux-yocto-3.10: revert timer_list patches

2013-08-28 Thread Bruce Ashfield
On 13-08-28 03:24 PM, Tom Zanussi wrote: The following reverts fix the problem outlined in [Yocto #5062], which manifested as a dropbearkey hang: https://bugzilla.yoctoproject.org/show_bug.cgi?id=5062 This is a temporary fix and this particular branch contains only a revert for

Re: [linux-yocto] [PATCH 1/1] meta: Add LSI axm5500sim and elpaso

2013-08-28 Thread Bruce Ashfield
On 13-08-28 02:26 PM, Paul Butler wrote: From: David Mercado david.merc...@windriver.com Adds cfg/scc support for the LSI axm5500sim and elpaso bsps. Signed-off-by: David Mercado david.merc...@windriver.com Signed-off-by: Paul Butler paul.but...@windriver.com ---