Re: [yocto] can not build yocto on NFS mounted NAS

2013-08-21 Thread lothar
Am 2013-08-21 07:58, schrieb Robert Berger: Hi, On 08/20/2013 07:45 PM, lot...@denx.de wrote: Hi, I have just two points here to ask: 1) Wouldn't simply using SSTATE_MIRRORS be a better solution here, instead? It's not the same. SSTATE and DL_DIR are on an nfs export anyhow and this work

Re: [yocto] Recipe for building an Ubuntu-12.04 root filesystem

2013-08-21 Thread Nicolas Dechesne
On Wed, Aug 21, 2013 at 3:04 AM, Elvis Dowson wrote: > Is there a way to replicate the build infrastructure locally in my > environment? I have a quad core i.MX6 platform. > do you mean the 'ubuntu' build infrastructure? if so, this might not be the most appropriate place to ask ;-) a quick answ

[yocto] Package Revision number is mandatory?

2013-08-21 Thread Zafrullah Syed
Hi all, Package revision number should be included in my bitbake file? I am trying to build a basic hello world by downloading it from sourceforge. There is no package revision number to it. It is just a regular hello world program. How do I add in {PV} my bitbake recipe? Thanks & Regards, Zafru

[yocto] Yocto support for Bluegiga

2013-08-21 Thread Rohit Borse
Hi, I want to setup zero configuration network on Bluegiga-APX4 development kit. Bluegiga APX4 has inbuilt zeroconf utility, through which Local IP addressing is done automatically without DHCP. But it don't have any reference or documentation for "Creating and Advertising new service (such as

Re: [yocto] Yocto support for Bluegiga

2013-08-21 Thread Burton, Ross
On 21 August 2013 12:17, Rohit Borse wrote: > I want to setup zero configuration network on Bluegiga-APX4 > development kit. Bluegiga APX4 has inbuilt zeroconf utility, through which > Local IP addressing is done automatically without DHCP. But it don't have > any reference or documentation

Re: [yocto] [meta-raspberrypi][PATCH 01/11] README: Add info about extra apps / omxplayer

2013-08-21 Thread Andrei Gherzan
1-11 Patches merged. On Tue, Aug 20, 2013 at 8:02 PM, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > README | 23 +++ > 1 file changed, 15 insertions(+), 8 deletions(-) > > diff --git a/README b/README > index 920d063..db88066 100644 > --- a/README > +++ b

[yocto] Where are those images gone ?

2013-08-21 Thread Frank Eisenmenger
Hi, I've successfully used 'hob' (with poky-dylan-9.0.1) with atom-pc BSP in order to create a bootable linux on my 4 GB sdhc flash for eeepc 901. Searching for an image-file to 'dd' to my sd-card, I found under my build/tmp/deploy/: ./images/core-image-x11-atom-pc.tar.bz2 ./images/core-image-x

Re: [yocto] What are _virtual providers? and other Suffixes?

2013-08-21 Thread Paul Eggleton
Hi Brad, On Tuesday 20 August 2013 23:42:36 Brad Litterell wrote: > Thanks - that makes it clearer. But now I have one other question to ask: > > if virtual/xyz is added to overrides when the item is dealt with, then in > that case P_P_virtual/xyz_am335 has two overrides hanging off of the base

Re: [yocto] [meta-raspberrypi] Read-Only RootFS is not read only

2013-08-21 Thread Andrei Gherzan
On Mon, Aug 5, 2013 at 1:12 PM, Andrei Gherzan wrote: > > > > On Mon, Aug 5, 2013 at 2:51 AM, Rich Bayliss wrote: > >> Sorry Paul - I am new to all this. I have checked and I am using Poky >> (1.4) >> >> Rich >> >> On 4 August 2013 23:35, Paul Eggleton >> wrote: >> > On Sunday 04 August 2013 01:

[yocto] [meta-raspberrypi][PATCH 1/1] base-files: Remove profile and fstab

2013-08-21 Thread Andrei Gherzan
Remove these files as the default ones work just OK. Moreover, not having /run mounted as tmpfs, would break mounting root as read only. This is done in the default fstab so use that one. Signed-off-by: Andrei Gherzan --- .../base-files/base-files/raspberrypi/fstab| 9 -- .../base-f

Re: [yocto] [meta-raspberrypi][PATCH 1/1] base-files: Remove profile and fstab

2013-08-21 Thread Andrei Gherzan
Merged. On Wed, Aug 21, 2013 at 6:22 PM, Andrei Gherzan wrote: > Remove these files as the default ones work just OK. > Moreover, not having /run mounted as tmpfs, would break mounting root as > read only. This is done in the default fstab so use that one. > > Signed-off-by: Andrei Gherzan > -

Re: [yocto] What are _virtual providers? and other Suffixes?

2013-08-21 Thread Brad Litterell
Paul, thanks so much! On Aug 21, 2013, at 7:26 AM, Paul Eggleton wrote: > Hi Brad, > > On Tuesday 20 August 2013 23:42:36 Brad Litterell wrote: >> Thanks - that makes it clearer. But now I have one other question to ask: >> >> if virtual/xyz is added to overrides when the item is dealt wit

[linux-yocto] [PATCH] meta: features/drm-gma500/drm-gma3600: add

2013-08-21 Thread Ross Burton
Add feature fragment for the GMA3600/GMA3650 GPU, as used in the Cedar Trail platform. Signed-off-by: Ross Burton --- meta/cfg/kernel-cache/features/drm-gma500/drm-gma3600.cfg |1 + meta/cfg/kernel-cache/features/drm-gma500/drm-gma3600.scc |3 +++ 2 files changed, 4 insertions(+) create

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Allow optional compression

2013-08-21 Thread Paul Barker
On 20 August 2013 18:11, Andrei Gherzan wrote: > On Fri, Aug 16, 2013 at 1:48 PM, Paul Barker wrote: >> >> +# Compression method to apply to SDIMG after it has been created. May be >> "none", >> +# "gzip", "bzip2" or "xz". Setting this to something other than "none" >> will >> +# cause SDIMG to b

[yocto] an error when adding "snappy" package

2013-08-21 Thread Reeve Yang
Hi Grus, I have been trying to add google snappy package into yocto ( https://code.google.com/p/snappy/), here is my receipt file, nothing special: SUMMARY = "Snappy is a compression/decompression library." DESCRIPTION = "" HOMEPAGE="https://code.google.com/p/snappy"; SECTION = "console/utils

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Allow optional compression

2013-08-21 Thread Andrei Gherzan
On Wed, Aug 21, 2013 at 11:12 PM, Paul Barker wrote: > On 20 August 2013 18:11, Andrei Gherzan wrote: > > On Fri, Aug 16, 2013 at 1:48 PM, Paul Barker > wrote: > >> > >> +# Compression method to apply to SDIMG after it has been created. May > be > >> "none", > >> +# "gzip", "bzip2" or "xz". Set

[yocto] Yocto Methods of Loading DB Schema

2013-08-21 Thread Barry G
Hello all, I am working on porting some products from a proprietary build system (native build) to Yocto (cross-compile). In our old proprietary system the last step was running a large script which customized the image for the flash and did any "little tweaks" needed to make everything ready for

Re: [yocto] MD5SUM recipe error.

2013-08-21 Thread Khem Raj
On Aug 20, 2013, at 4:56 AM, Zafrullah Syed wrote: > MD5SUM error got solved. > > When I build I get again this error: > > ERROR: Nothing RPROVIDES 'ntp-systemd' (but > /home/zaif/yocto/poky/meta-gumstix/recipes-images/gumstix/gumstix-console-image.bb > RDEPENDS on or otherwise requires it)