Re: [yocto] Intel BSP for Rangeley

2015-03-10 Thread Constantin, Costin C
Dear Albert, A good starting point would be the genericX86 or genericX86_64. We use these BSP images to test on an Atom PC. Regards, Costin -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Albert K Sent: Tuesday, March 10, 20

[yocto] created layer smstools3.

2015-03-10 Thread Kai Ulrich
Hi, I created an layer with a recipe for smstools3. You can find it on https://github.com/kaiulrich/meta-smstools3 If you have any comments to improve meta-smstools3, please tell me (It is my first layer / recipe :-) ) Friendly regards Kai -- ___ yoct

Re: [yocto] Intel BSP for Rangeley

2015-03-10 Thread Burton, Ross
On 10 March 2015 at 08:15, Constantin, Costin C < costin.c.constan...@intel.com> wrote: > A good starting point would be the genericX86 or genericX86_64. We use > these BSP images to test on an Atom PC. genericx86 is fine but better BSPs are intel-core2-32 and intel-corei7-64, in meta-intel. Ro

Re: [yocto] created layer smstools3.

2015-03-10 Thread Alexandru Vaduva
Hello good to have you on board. One question though. What will be the purpose of the layer. It seems to be a bit of an overkill to have it for only one recipe.Do you intent to also add more recipes inside?If not, do you intend to move the recipe inside meta-openemebedded? One last think. Take a

[yocto] meta-gumstix-community moved - please update layerindex

2015-03-10 Thread Andreas Müller
Hi, meta-gumstix-community has moved to https://github.com/schnitzeltony/meta-gumstix-community Could you update layerindex please? Andreas -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] 2 images with single Bitbake recipe

2015-03-10 Thread Nikolay Dimitrov
Hi Francois, On 03/09/2015 10:07 PM, Francois Muller wrote: Hi, You may have a look at meta-intel-iot-devkit layer that does what you expect, I think. It produces: * iot-devkit-image-quark.ext3 * core-image-minimal-initramf

Re: [yocto] Intel BSP for Rangeley

2015-03-10 Thread Tom Zanussi
On Tue, 2015-03-10 at 12:45 +0800, Albert K wrote: > Dear all, > > May I know which BSP to use for Intel Atom C2000 Rangeley? I do not > see that Intel BSP has the mohon peak bsp. I am trying out the Dizzy > 1.7 branch. Thanks. > There is a BSP for mohon peak in the meta-intel/dizzy branch:

[yocto] do_kernel_configme error when patches create directories

2015-03-10 Thread Jeff Melville
I'm using a Yocto flow to build for the Zynq with the meta-xilinx with some customizations: - I'm using a bbappend to replace the linux-xlnx 3.14 kernel with one that has had mainline changes from 3.14.17 merged in. - I added a task between patch and configure for applying the Xenomai kernel patche

Re: [yocto] do_kernel_configme error when patches create directories

2015-03-10 Thread Bruce Ashfield
On 15-03-10 09:49 AM, Jeff Melville wrote: I'm using a Yocto flow to build for the Zynq with the meta-xilinx with some customizations: - I'm using a bbappend to replace the linux-xlnx 3.14 kernel with one that has had mainline changes from 3.14.17 merged in. - I added a task between patch and con

Re: [yocto] Intel BSP for Rangeley

2015-03-10 Thread Albert K
Hi, Thanks for the info. What recipe should I use get serial terminal where the unit does not have any video port. Thanks again. Regards, Albert. On Tue, Mar 10, 2015 at 9:31 PM, Tom Zanussi wrote: > On Tue, 2015-03-10 at 12:45 +0800, Albert K wrote: >> Dear all, >> >> May I know which BSP to

Re: [yocto] Openembedded/yocto bitbake with gcc 4.8.2 crashes at do_compile elfutils

2015-03-10 Thread Nick Krause
On Mon, Mar 9, 2015 at 4:35 AM, Everhard Ros wrote: > Hello guys, > > I'm trying to run bitbake to get a linux image on an altera Cyclone 5 > devboard(SoCrates). The end goal is to get a linux image that has the OpenCV > library installed. I'm using the altera version of the yocto project. > > Cur

Re: [yocto] [opkg-devel] Stepping back from opkg maintenance

2015-03-10 Thread Alejandro del Castillo
HI Paul, Thanks for leading the project during the past 18 months. You can tell from the features/bug fixes that opkg improved a lot. Regarding the future of opkg, I would like to put my name forward to step in and help maintain the project. I am really interested in the continued success of it

[yocto] : Kernel panic issue for 'armv7athf-neon' target variant.

2015-03-10 Thread Prashant Purohit
Hi, I am trying to boot kernel image for 'armv7athf-neon' using QEMU. To do the same, I have included the 'tune-arma7.inc' (/meta/conf/machine/include/arm/arch-armv7a.inc) and configured DEFAULTTUNE variable to 'armv7athf-neon'. I am successful in building the kernel image and QEMU for this varia

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, Mar. 10, 2015 8:00 AM US Pacific Time

2015-03-10 Thread Jolley, Stephen K
Attendees: Armin, Stephen, Bruce, Cristian, Saul, Ross, Richard, Denys, Michael, * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.8_Status https://wiki.yoctoproject.org/wiki/Yocto_1.8_Schedule https://wik

Re: [yocto] created layer smstools3.

2015-03-10 Thread Khem Raj
On Tue, Mar 10, 2015 at 2:38 AM, Kai Ulrich wrote: > Hi, > > I created an layer with a recipe for smstools3. > You can find it on https://github.com/kaiulrich/meta-smstools3 > > If you have any comments to improve meta-smstools3, > please tell me (It is my first layer / recipe :-) ) > good one al

[yocto] pedantic observations on bitbake user manual (ch 1)

2015-03-10 Thread Robert P. J. Day
since bitbake is primarily under the YP banner these days, i'm just going to throw out a number of observations on the current user manual, and others can decide what to do about any of them. so without further ado, chapter 1 cuz i'll break this into bite-size pieces ... 1.3.3 Classes "Class

Re: [yocto] : Kernel panic issue for 'armv7athf-neon' target variant.

2015-03-10 Thread Philip Balister
On 03/10/2015 09:24 AM, Prashant Purohit wrote: > Hi, > > I am trying to boot kernel image for 'armv7athf-neon' using QEMU. > > To do the same, I have included the 'tune-arma7.inc' > (/meta/conf/machine/include/arm/arch-armv7a.inc) and configured DEFAULTTUNE > variable to 'armv7athf-neon'. > I am

[yocto] observations on bitbake user manual, chapter 2

2015-03-10 Thread Robert P. J. Day
more random thoughts ... intro: in the note: "Prior to executing BitBake, you should take advantage of available parallel thread execution on your build host by setting the BB_NUMBER_THREADS variable in your project's local.conf configuration file. " as in chapter 1, i think there will be

[yocto] Question about doing different builds: Release, Debug, Test, etc.

2015-03-10 Thread Paul Allex
Hello, I'm trying to get up to speed on Yocto and Poky, so please forgive me if I don't get my terminology quite right. My basic question is, what is the preferred way to easily manage different kinds of builds within the Yocto environment? In our case, we would like to have a debug build and

[yocto] : open iscsi initiator recipe

2015-03-10 Thread Lai Eddy
I want to use iscsi initiator on my yocto/mohonpeak target, so I tried open-iscsi-kernel and iscsi-initiator-utils inside meta-cloud-servcies but the iscsid doesnt working on the target, how to setup a working iscsi initiator for yocto/ i7m64 target? -- ___

[yocto] Udev "unable to receive control connection"

2015-03-10 Thread Parthiban Kandasamy
i am using yocto-dora-1.5, linux-libc-headers version is 2.6.32-r0, kernel is linux-dummy and udev-182. while building qt-demo-image i got some linking error due to udev. then downgrade udev-182 to ude-164, finally everything ok about build process. so i went to booting my beagleboard-xm, while th

Re: [yocto] [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority

2015-03-10 Thread Petter Mabäcker
I have created a new ticket for the raspberrypi2 problem: http://redmine.gherzan.com/issues/52 For the raspberrypi problem I cannot reproduce this problem. For me it looks good using below revisions for poky and meta-raspberrypi: meta-raspberrypi: 57c8e6b rpi-base.inc: Include the RPI2 DTB