[yocto] Microcontroller Cross Compiler

2014-12-18 Thread Darcy Watkins
Hello, In my target system I have a microcontroller (MCU) that handles some I/O, power supplies and system boot up to the point of taking the main CPU out of reset. At present, we build the MCU firmware from source and then the binary file is packaged to be used as payload with an MCU firmware

[yocto] basic questions on LINUX costomization for raspberrypi

2014-12-18 Thread abhishek srivastava
Hi allPlease answer to these questions regarding LINUX kernel image build using yocto project: 1) What basic LINUX packages needed for raspberrypi ? any list for reference ? 2) What if I want to add any package after my image is build ? Do i need to repeat the complete process again? 3) How can

[yocto] [Package Reporting System] Upgradable recipe list

2014-12-18 Thread Saul Wold
Folks, We are in the midst of a upgrade to the PRS, and the current system is not generating valid data, so I will be sending out interim recipe lists every couple of weeks until the new system is online, which I hope will be sometime in early January. Please review this list for packages t

[yocto] CyaSSL compatible with Yocto Project

2014-12-18 Thread Leah
CyaSSL if now compatible with the Yocto Project. If you have a server/client project and would like to use CyaSSL for securing your connections, please check it out at: http://www.yassl.com/yaSSL/Blog/Entries/2014/7/11_meta-wolfssl_Layer_for_Yocto_and_OpenEmbedded.html. We also have a bbappend file

Re: [yocto] [meta-raspberrypi] Image will halt soon after boot

2014-12-18 Thread Maciej Borzecki
On 12/18 16:42, Petter Gustad wrote: > From: Maciej Borzecki > Subject: Re: [yocto] [meta-raspberrypi] Image will halt soon after boot > Date: Thu, 18 Dec 2014 10:12:28 +0100 > > > Have you seen the same on 1.7 or current master? I'm using a number of > > Yocto built images (sone on 1.7.x, other m

Re: [yocto] [meta-raspberrypi] Image will halt soon after boot

2014-12-18 Thread Petter Gustad
From: Maciej Borzecki Subject: Re: [yocto] [meta-raspberrypi] Image will halt soon after boot Date: Thu, 18 Dec 2014 10:12:28 +0100 > Have you seen the same on 1.7 or current master? I'm using a number of > Yocto built images (sone on 1.7.x, other mostly follow poky + > meta-raspberrypi master br

Re: [yocto] USBmount and systemd-udev namespace conflict

2014-12-18 Thread Francois P. Gallichand
Hello, I finally found a solution to my problem. In fact, the mounts made by udevd not being accessible to other processes comes from the way the system-udevd service is started. In the /lib/systemdsystem/system-udevd.service, I just remove the MountFlags=slave line and by doing that, all the m

Re: [yocto] autobuilder: How to set PREMIRRORS?

2014-12-18 Thread Paul Eggleton
On Thursday 18 December 2014 13:16:31 Paul Eggleton wrote: > On Tuesday 16 December 2014 20:14:23 Flanagan, Elizabeth wrote: > > 2014-11-19 15:12 GMT+00:00 Bryan Evenson : > > > All, > > > > > > I'm getting close to implementing this feature, but I'm having some > > > issues > > > getting auto.con

Re: [yocto] autobuilder: How to set PREMIRRORS?

2014-12-18 Thread Paul Eggleton
On Tuesday 16 December 2014 20:14:23 Flanagan, Elizabeth wrote: > 2014-11-19 15:12 GMT+00:00 Bryan Evenson : > > All, > > > > I'm getting close to implementing this feature, but I'm having some issues > > getting auto.conf formatted correctly. See below.> > >> -Original Message- > >> Fro

Re: [yocto] [meta-raspberrypi] Image will halt soon after boot

2014-12-18 Thread ChenQi
If the problem does not appear on first boot, then I guess it might be related to udev-cache. You could try to disable udev-cache and reboot again to check. Regards, Chen Qi On 12/18/2014 03:22 PM, Petter Gustad wrote: I've run "bitbake rpi-hwup-image" using the daisy branch: meta-yocto-bsp

Re: [yocto] [meta-raspberrypi] Image will halt soon after boot

2014-12-18 Thread Maciej Borzecki
On 12/18 08:22, Petter Gustad wrote: > > I've run "bitbake rpi-hwup-image" using the daisy branch: > > meta-yocto-bsp= "daisy:1e668ccf1a05c5d730de9747bc1c2b0446bda556" > meta-raspberrypi.git = "daisy:946b69299737cc2f1378c864f1b9075280db1b53" > > However, whenever I boot the created sdimage it w

[yocto] [PATCH 2/2] poky.conf: Add support for aarch64 to QEMU

2014-12-18 Thread Kai Kang
From: Mark Hatle Signed-off-by: Mark Hatle --- meta-yocto/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 72db36d..df49fbd 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta

[yocto] [PATCH 1/2] local.conf.sample: Add qemuarm64

2014-12-18 Thread Kai Kang
From: Mark Hatle Add an example machine configuration for qemuarm64. Signed-off-by: Mark Hatle --- meta-yocto/conf/local.conf.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 93c85c2..a1d99f9 100644 --- a/me