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

2013-08-21 Thread 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 works. The problem here is with TMP dir (and

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

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 elvis.dow...@gmail.comwrote: 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

[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,

[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 rohit.bo...@einfochips.com 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

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 and...@gherzan.ro wrote: Signed-off-by: Andrei Gherzan and...@gherzan.ro --- README | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/README b/README index 920d063..db88066

[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

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 and...@gherzan.ro wrote: On Mon, Aug 5, 2013 at 2:51 AM, Rich Bayliss richbayl...@gmail.comwrote: 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

[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 and...@gherzan.ro --- .../base-files/base-files/raspberrypi/fstab| 9

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 and...@gherzan.ro 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

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 paul.eggle...@linux.intel.com 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

[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 ross.bur...@intel.com --- 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

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 p...@paulbarker.me.uk wrote: On 20 August 2013 18:11, Andrei Gherzan and...@gherzan.ro wrote: On Fri, Aug 16, 2013 at 1:48 PM, Paul Barker p...@paulbarker.me.uk wrote: +# Compression method to apply to SDIMG after it has been created. May be

[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

[linux-yocto] [PATCH] meta: add genericx86 BSP

2013-08-21 Thread Ross Burton
This BSP aims at supporting a broad range of Intel platforms, from Atom up to Xeon. As such the kernel includes a range of drivers, and the corresponding machine configuration in meta-yocto-bsp includes a range of user-space drivers. Signed-off-by: Ross Burton ross.bur...@intel.com ---