Re: [yocto] Building linux-yocto kernel in own bsp layer

2013-08-05 Thread Martin Ertsaas
Sure. The BSP layer in question can be cloned from: g...@github.com:martiert/meta-omap.git On 08/05/13 05:03, Bruce Ashfield wrote: On 13-08-04 5:23 PM, marti...@gmail.com wrote: On 31. juli 2013, at 14:42, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Wed, Jul 31, 2013 at 6:57 AM,

[yocto] [Package Report System]Upgrade recipes name list

2013-08-05 Thread Yocto Project Package Report System
This mail was sent out by Package Report System. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-xxx in upstream_tracking files to ignore this recipe remainder until newer

[yocto] [Package Report System]Manual check recipes name list

2013-08-05 Thread Yocto Project Package Report System
This mail was sent out by Package Report System. It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check. You can check the detail information at http://packages.yoctoproject.org/manuallychkinfo PackageName

[yocto] how to build external firmware for kernel

2013-08-05 Thread lothar
Hello Yocto Comunity, I have a linux kernel and a external firmware. Building manually, first I have to checkout and build the firmware native to obtain a firmware blob, then I need this firmware blob to build the kernel for the target. So far I tried to do this in yocto with separate

[yocto] [Package Report System]Manual check recipes name list

2013-08-05 Thread Yocto Project Package Report System
This mail was sent out by Package Report System. It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check. You can check the detail information at http://packages.yoctoproject.org/manuallychkinfo PackageName

Re: [yocto] how to build external firmware for kernel

2013-08-05 Thread Paul Eggleton
Hi Lothar, On Monday 05 August 2013 11:42:22 lot...@denx.de wrote: I have a linux kernel and a external firmware. Building manually, first I have to checkout and build the firmware native to obtain a firmware blob, then I need this firmware blob to build the kernel for the target. So far I

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

2013-08-05 Thread Andrei Gherzan
On Mon, Aug 5, 2013 at 2:51 AM, Rich Bayliss richbayl...@gmail.com 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 paul.eggle...@linux.intel.com wrote: On Sunday 04 August 2013 01:27:01 Rich Bayliss wrote: On

Re: [yocto] how to build external firmware for kernel

2013-08-05 Thread lothar
Zitat von Paul Eggleton paul.eggle...@linux.intel.com: Hi Lothar, On Monday 05 August 2013 11:42:22 lot...@denx.de wrote: I have a linux kernel and a external firmware. Building manually, first I have to checkout and build the firmware native to obtain a firmware blob, then I need this

[yocto] [PATCH] poky.conf: Don't force the addition of extra DISTRO_FEATURES

2013-08-05 Thread Otavio Salvador
The DISTRO_FEATURES shouldn't unconditionally append items to it. This makes it impossible to override it inside of local.conf or in a distro based on Poky. This moved the definition to poky.conf and created a new variable (POKY_DEFAULT_DISTRO_FEATURES) which easy overriding of this, for Poky

[yocto] X11 without a desktop

2013-08-05 Thread Gary Thomas
I'm running a system roughly based on core-image-sato except that I've disabled the matchbox desktop (I only have a single application). Some things still seem to want the desktop to be in place though, in particular I don't get a popup keyboard on my touch screen until I see this message:

Re: [yocto] how to build external firmware for kernel

2013-08-05 Thread Paul Eggleton
On Monday 05 August 2013 14:41:04 lot...@denx.de wrote: How may I work with the STAGING_KERNEL_DIR, since I first run the firmware.bb and then the kernel.bb. I think I did not understand well, how I may achieve this. Do I need to install the firmware blob into something like

Re: [yocto] X11 without a desktop

2013-08-05 Thread Burton, Ross
On 5 August 2013 15:14, Gary Thomas g...@mlbassoc.com wrote: I'm running a system roughly based on core-image-sato except that I've disabled the matchbox desktop (I only have a single application). Some things still seem to want the desktop to be in place though, in particular I don't get a

Re: [yocto] X11 without a desktop

2013-08-05 Thread Gary Thomas
On 2013-08-05 08:50, Burton, Ross wrote: On 5 August 2013 15:14, Gary Thomas g...@mlbassoc.com wrote: I'm running a system roughly based on core-image-sato except that I've disabled the matchbox desktop (I only have a single application). Some things still seem to want the desktop to be in

Re: [yocto] X11 without a desktop

2013-08-05 Thread Burton, Ross
On 5 August 2013 17:29, Gary Thomas g...@mlbassoc.com wrote: Can I safely just disable the dbus-wait or do I need something else there, e.g. sleep for a few seconds, ...? Maybe I should patch dbus-wait (which you, Ross, wrote) to be able to specify the timeout? You can safely disable that

Re: [yocto] X11 without a desktop

2013-08-05 Thread Gary Thomas
On 2013-08-05 10:32, Burton, Ross wrote: On 5 August 2013 17:29, Gary Thomas g...@mlbassoc.com wrote: Can I safely just disable the dbus-wait or do I need something else there, e.g. sleep for a few seconds, ...? Maybe I should patch dbus-wait (which you, Ross, wrote) to be able to specify the

[yocto] easiest way to add opkg and all .ipk data to core-image-minimal?

2013-08-05 Thread Robert P. J. Day
i should know this but, if i don't want to define a new image, what is the canonical way to add opkg and full ipk data to a stock build of, say, core-image-minimal? i can see that what i'll want is to inherit rootfs_ipk in some way, but i'm not sure of the correct way. thanks. rday --

Re: [yocto] easiest way to add opkg and all .ipk data to core-image-minimal?

2013-08-05 Thread Chris Larson
On Mon, Aug 5, 2013 at 1:19 PM, Robert P. J. Day rpj...@crashcourse.cawrote: i should know this but, if i don't want to define a new image, what is the canonical way to add opkg and full ipk data to a stock build of, say, core-image-minimal? i can see that what i'll want is to inherit

Re: [yocto] easiest way to add opkg and all .ipk data to core-image-minimal?

2013-08-05 Thread Robert P. J. Day
On Mon, 5 Aug 2013, Chris Larson wrote: On Mon, Aug 5, 2013 at 1:19 PM, Robert P. J. Day rpj...@crashcourse.ca wrote:   i should know this but, if i don't want to define a new image, what is the canonical way to add opkg and full ipk data to a stock build of, say,

Re: [yocto] how to build external firmware for kernel

2013-08-05 Thread lothar
Zitat von Paul Eggleton paul.eggle...@linux.intel.com: On Monday 05 August 2013 14:41:04 lot...@denx.de wrote: How may I work with the STAGING_KERNEL_DIR, since I first run the firmware.bb and then the kernel.bb. I think I did not understand well, how I may achieve this. Do I need to install

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, August 06, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2013-08-05 Thread Liu, Song
Agenda: * Opens collection - 5 min (Song) * Yocto 1.5 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status * SWAT team rotation: Jessica - Ross * Opens - 10 min * Team Sharing - 20 min -Original Appointment- We encourage people attending the

Re: [yocto] eglibc and Oracle embedded JRE compatibility

2013-08-05 Thread Khem Raj
On Jul 29, 2013, at 11:20 AM, James Nuss jamesn...@nanometrics.ca wrote: Does anybody know if eglibc is supported as a libc implementation for Oracle's embedded JRE? Since Yocto only supports eglibc rather than GNU glibc [1], I'd like to know if there are any issues running Oracle's

[yocto] Access ssh repository

2013-08-05 Thread Navani Srivastava
Hi, I am using Poky danny for development.I have a query related to repository fetching. Is it possible to fetch any repository using ssh? As an example, suppose if recipe contains something like- SRC_URI=ssh://__.git When I tried accessing it in the this manner encountered following

Re: [yocto] Access ssh repository

2013-08-05 Thread Khem Raj
On Aug 5, 2013, at 9:48 PM, Navani Srivastava navani.srivast...@gmail.com wrote: Hi, I am using Poky danny for development.I have a query related to repository fetching. Is it possible to fetch any repository using ssh? As an example, suppose if recipe contains something like-