Re: [yocto] : compile open iscsi source from yocto target error cannot find -lc

2015-03-11 Thread Khem Raj
On Mar 11, 2015, at 5:53 AM, Lai Eddy eddy.lai...@gmail.com wrote: I have build a yocto 1.7.1 mohonpeak target, (with sdk) and tried to build open-iscsi source code (http://www.open-iscsi.org/bits/open-iscsi-2.0-873.tar.gz http://www.open-iscsi.org/bits/open-iscsi-2.0-873.tar.gz ) got

[linux-yocto] Addition of pygame to yocto

2015-03-11 Thread mahendra swain
sir, how can i add pygame to the yocto please reply me. Thank u! -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto

Re: [yocto] : Build error while building armeb image.

2015-03-11 Thread Mark Hatle
On 3/11/15 7:15 AM, Prashant Purohit wrote: Hi, I am trying to boot kernel image for 'armv7ab' 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 'armv7ab'. But I am not able to build

[yocto] [PATCH] Get rid of do_shared_workdir task

2015-03-11 Thread Ed Bartosh
Merged do_shared_workdir into kernel_do_compile This change should fix race condition between do_compilemodules and do_shared_workdir. Race occurs when do_compilemodules changes include/generated/ directory content while do_shared_workdir tries to copy it. Fixes [YOCTO #7321] Signed-off-by: Ed

[yocto] [meta-raspberrypi][PATCH 1/1] xserver-xf86-config: add rpi2 awareness

2015-03-11 Thread Petter Mabäcker
Use a MACHINEOVERRIDE that is visible for both raspberrypi and raspberrypi2. [Bug #52] Signed-off-by: Petter Mabäcker pet...@technux.se --- .../xorg-xserver/xserver-xf86-config/{raspberrypi = rpi}/xorg.conf | 0 .../xserver-xf86-config/{raspberrypi = rpi}/xorg.conf.d/10-evdev.conf| 0

[yocto] [meta-raspberrypi][PATCH 0/1] xserver-xf86-config: add rpi2 awareness

2015-03-11 Thread Petter Mabäcker
The following changes since commit 57c8e6bffbbef9b2331551093c3436303eb18386: rpi-base.inc: Include the RPI2 DTB (2015-03-01 22:43:40 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib petmab/rpi2_xserver_fix

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

2015-03-11 Thread Petter Mabäcker
2015-03-11 10:39 skrev Andreas Müller: On Wed, Mar 11, 2015 at 7:53 AM, Petter Mabäcker pet...@technux.se wrote: I have created a new ticket for the raspberrypi2 problem: http://redmine.gherzan.com/issues/52 [1] For the raspberrypi problem I cannot reproduce this problem. For me it looks

Re: [yocto] bind: issue in trust anchor management can cause named to crash (CVE-2015-1349)

2015-03-11 Thread Alexandru Vaduva
Wouldn`t it be better for the bugs to be only mentioned on the security list?It is my opinion that know about a risk before it is fixed could cause more harm then good.What do you thing about this? Alex Vaduva On Wednesday, March 11, 2015 10:06 AM, Sona Sarmadi sona.sarm...@enea.com

Re: [yocto] [PATCH] Get rid of do_shared_workdir task

2015-03-11 Thread Saul Wold
Ed, This should go to the openembedded-c...@lists.openembedded.org, also please review the Patch and Commit guidelines: http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines Sau! On 03/11/2015 02:28 PM, Ed Bartosh wrote: Merged do_shared_workdir into kernel_do_compile This

[yocto] bind: issue in trust anchor management can cause named to crash (CVE-2015-1349)

2015-03-11 Thread Sona Sarmadi
Affects version 9.7.0 - 9.10.1-P1. In master we use bind 9.9.5. // Sona -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Building local sources

2015-03-11 Thread Erik Botö
Hi, I think you should set S to whatever directory that contains your source, it has a default to ${WORKDIR}/${PN}-${PV} if I remember correctly. So S = ${WORKDIR}/${PN} should work if the recipe is named the same as the subdir in git, otherwise just set it explicitly using e.g. S =

Re: [yocto] Building local sources

2015-03-11 Thread Erik Botö
Hi, On Wed, Mar 11, 2015 at 10:42 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: I would advise against simply setting S as the build system normally thinks it is in control of that directory and may under certain circumstances delete it, which probably won't be what you want. We do

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

2015-03-11 Thread Andreas Müller
On Wed, Mar 11, 2015 at 7:53 AM, Petter Mabäcker pet...@technux.se wrote: 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

[yocto] observations on bitbake user manual, first part of chapter 3

2015-03-11 Thread Robert P. J. Day
... soldiering on, man this is a long chapter ... 3.1.8 Appending and Prepending ... while this section is correct, it really doesn't explain why one would *want* to use _append and _prepend as opposed to the earlier operators. newer users might not appreciate the importance of the

[yocto] Set Default Kernel Version Q

2015-03-11 Thread Albert K
Hi, I have set the PREFERRED_VERSION_linux-yocto = 3.17% in the ~/porky/build/conf/local.conf but it does not seem to be working. Where can I set so that the default kernel version is used (currently is compiling with kernel 3.14 with dizzy). Thanks. Regards, Albert --

Re: [yocto] created layer smstools3.

2015-03-11 Thread Kai Ulrich
Hi Alexandru, Hi Khem, thanx for your time. For the moment there just the one recipe. So I will contact the openembedded community for further questions. Friendly regards Kai -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Building local sources

2015-03-11 Thread Paul Eggleton
I would advise against simply setting S as the build system normally thinks it is in control of that directory and may under certain circumstances delete it, which probably won't be what you want. We do have a proper mechanism for this kind of thing - the externalsrc class. Here is a section of

[yocto] : compile open iscsi source from yocto target error cannot find -lc

2015-03-11 Thread Lai Eddy
I have build a yocto 1.7.1 mohonpeak target, (with sdk) and tried to build open-iscsi source code (http://www.open-iscsi.org/bits/open-iscsi-2.0-873.tar.gz ) got error : x86_64-poky-linux/bin/ld: cannot find -lc is there any library missed in my build?

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

2015-03-11 Thread Prashant Purohit
Hi Philip, After making the changes suggested by you, I am still getting the same error. I am using Yocto 1.8 M1 release. Regards, Prashant On Wed, Mar 11, 2015 at 12:31 AM, Philip Balister phi...@balister.org wrote: On 03/10/2015 09:24 AM, Prashant Purohit wrote: Hi, I am trying to

[yocto] : Build error while building armeb image.

2015-03-11 Thread Prashant Purohit
Hi, I am trying to boot kernel image for 'armv7ab' 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 'armv7ab'. But I am not able to build the image for it. I am getting error (compiled for a

Re: [yocto] Udev unable to receive control connection

2015-03-11 Thread Burton, Ross
On 11 March 2015 at 05:25, Parthiban Kandasamy parthi...@ulivesystems.com wrote: this message shows udev version 182 but i built udev-164, so what can i do to overcome this error? You might want to remove the tmp directory in case the newer versions are still in deploy/. Simply delete tmp/

Re: [yocto] [PATCH] linux-yocto-rt: removed duplicated line

2015-03-11 Thread Bruce Ashfield
On 2015-03-11 5:52 AM, Alexandru.Vaduva wrote: Seemed that the recipe contained redundant information. Indeed! Acked-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Alexandru.Vaduva alexandru.vad...@enea.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 1 - 1

Re: [yocto] Set Default Kernel Version Q

2015-03-11 Thread Bruce Ashfield
On 2015-03-11 4:47 AM, Albert K wrote: Hi, I have set the PREFERRED_VERSION_linux-yocto = 3.17% in the ~/porky/build/conf/local.conf but it does not seem to be working. Where can I set so that the default kernel version is used (currently is compiling with kernel 3.14 with dizzy). Thanks.

Re: [yocto] [PATCH] Get rid of do_shared_workdir task

2015-03-11 Thread Bruce Ashfield
On Wed, Mar 11, 2015 at 11:30 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Wed, Mar 11, 2015 at 5:28 PM, Ed Bartosh ed.bart...@linux.intel.com wrote: Merged do_shared_workdir into kernel_do_compile This change should fix race condition between do_compilemodules and

[yocto] Out on vacation until March 17th

2015-03-11 Thread Rifenbark, Scott M
Scott Rifenbark Intel Corporation Yocto Project Documentation 503.712.2702 503.580.7174 (cell) -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [PATCH] Get rid of do_shared_workdir task

2015-03-11 Thread Bruce Ashfield
On Wed, Mar 11, 2015 at 5:28 PM, Ed Bartosh ed.bart...@linux.intel.com wrote: Merged do_shared_workdir into kernel_do_compile This change should fix race condition between do_compilemodules and do_shared_workdir. Race occurs when do_compilemodules changes include/generated/ directory content

[yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-11 Thread Bryan Evenson
I am trying to get the Yocto Eclipse plug-in setup so that I can build my application from Eclipse. I am *almost* there, but the final build is not working. I'm assuming there are some path/rights issues somewhere in the chain because I can build from the command line. I'm looking for some