Re: [yocto] [PATCH 0/2] fix audit configuration file permission and enable systemd support

2014-03-06 Thread Rongqing Li
ping, it should be [meta-selinux] -Roy On 03/04/2014 01:52 PM, rongqing...@windriver.com wrote: From: Roy Li The following changes since commit a6079a43719e79e12a57e609923a0cccdba06916: refpolicy: fix real path for su.shadow (2014-02-13 10:52:07 -0500) are available in the git repository

[yocto] Upcoming feature freeze

2014-03-06 Thread Flanagan, Elizabeth
Just a friendly reminder everyone. Feature freeze for 1.6 is this Sunday. Please have pull requests in before then so we can start in bugfixing. -b -- Elizabeth Flanagan Yocto Project Build and Release ___ yocto mailing list yocto@yoctoproject.org http

Re: [yocto] [AB PATCH 06/27] Autobuilder.py/Buildset.py: More sane parser/UI

2014-03-06 Thread Flanagan, Elizabeth
On Thu, Mar 6, 2014 at 5:43 AM, Bryan Evenson wrote: > Beth, > >> -Original Message- >> From: yocto-boun...@yoctoproject.org [mailto:yocto- >> boun...@yoctoproject.org] On Behalf Of Elizabeth Flanagan >> Sent: Wednesday, March 05, 2014 1:23 PM >> To: yocto@yoctoproject.org >> Subject: [yoc

[yocto] Yocto Project 1.4.3.rc3 now available for testing

2014-03-06 Thread Flanagan, Elizabeth
Please begin QA as soon as possible: http://autobuilder.yoctoproject.org/pub/nightly/20140306-3 bitbake 66d01338ab1095775b854ad7509f4d2631c6e6ed Trigger eclipse-poky-juno dc9a609c68fe4a6bbbf34d418fd6611489c1d6f7 Trigger meta-fsl-arm 24caed8ff6f6088033d00d4567f7a7cad7fd5dd3 Trigger meta-fsl-ppc

Re: [yocto] Adding headers to tool chain

2014-03-06 Thread Khem Raj
-Khem On Mar 6, 2014 4:30 PM, "Rick Bianchi" wrote: > > Khem, > I did the following, but still no headers and source in /usr/src: > yes its application sdk not kernel or device driver sdk > bitbake meta-toolchain > > bitbake -cpopulate_sdk gumstix-console-image > > > > > On Thu, Mar 6, 2014 at 1

Re: [yocto] Python3 ptest and unittest

2014-03-06 Thread Paul Barker
On 23 February 2014 21:50, Randy MacLeod wrote: > On 14-02-22 08:07 PM, Paul Barker wrote: >> >> I've never worked with the ptest system before but I'm giving it a >> go... I'm mostly relying on https://wiki.yoctoproject.org/wiki/Ptest >> for info. >> >> It does look like the python3 test suite cr

Re: [yocto] [PATCH] create dpkg-deb compatible ipks/opks again

2014-03-06 Thread Paul Barker
On 3 March 2014 09:02, Paul Barker wrote: > On 1 March 2014 14:29, Paul Barker wrote: >> On 25 February 2014 20:26, Thilo Cestonaro wrote: >>> With a change from last august in dpkg-deb, the packages generated by >>> opkg-build will not be accepted by dpkg-deb anymore. >>> The change disallows

Re: [yocto] Adding headers to tool chain

2014-03-06 Thread Rick Bianchi
Khem, I did the following, but still no headers and source in /usr/src: bitbake meta-toolchain bitbake -cpopulate_sdk gumstix-console-image On Thu, Mar 6, 2014 at 12:34 PM, Khem Raj wrote: > On Thu, Mar 6, 2014 at 11:12 AM, Rick Bianchi > wrote: > > Khem, > > Is this the same process if I

[yocto] Yocto Python Issue

2014-03-06 Thread Darcy Watkins
Hi, This is followup to... https://lists.yoctoproject.org/pipermail/yocto/2014-February/018209.html ...for others dealing with 'cross-python' like issues. This is the python equivalent to cross compiling. I found a number of resources related to python cross-compiling and even a pycon talk whe

Re: [yocto] Adding headers to tool chain

2014-03-06 Thread Khem Raj
On Thu, Mar 6, 2014 at 11:12 AM, Rick Bianchi wrote: > Khem, > Is this the same process if I needed to get the kernel headers and source > onto the build? > this is application development so kernel headers for userspace will be there. > > On Wed, Mar 5, 2014 at 2:15 PM, Khem Raj wrote: >> >> O

Re: [yocto] Adding headers to tool chain

2014-03-06 Thread Rick Bianchi
Khem, Is this the same process if I needed to get the kernel headers and source onto the build? On Wed, Mar 5, 2014 at 2:15 PM, Khem Raj wrote: > On Wed, Mar 5, 2014 at 6:09 AM, Joel Parker > wrote: > > $ bitbake meta-toolchain > > do bitbake -cpopulate_sdk > and install that SDK > __

Re: [yocto] Using MACHINE_EXTRA_RDEPENDS to install wifi Firmware

2014-03-06 Thread Ash Charles
Hi, I tried a clean build just to make sure but I still see the issue. Basically, the kernel.bbclass is packaging and shipping all the firmware it finds in the kernel source. The linux-firmware recipe is also shipping a superset of firmware to those files found in the kernel hence I see warnings

[yocto] java.lang.OutOfMemoryError

2014-03-06 Thread Darcy Watkins
Hi, Is there a way to dynamically reduce the number of bitbake threads that can run while in the middle of a build? I have occasionally encountered out-of-memory errors while building the java system. When I manually rerun 'bitbake icedtea6-native' (after the error shown below) followed by rerun

Re: [yocto] hwdata needed for usbip

2014-03-06 Thread Rick Bianchi
Thanks Paul! On Thu, Mar 6, 2014 at 10:00 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > Hi Rick, > > On Thursday 06 March 2014 09:05:30 Rick Bianchi wrote: > > I have looked high and low for the hwdata package, usbip needs it to > > function. I don't see it with a bitbake -s | grep

Re: [yocto] hwdata needed for usbip

2014-03-06 Thread Paul Eggleton
Hi Rick, On Thursday 06 March 2014 09:05:30 Rick Bianchi wrote: > I have looked high and low for the hwdata package, usbip needs it to > function. I don't see it with a bitbake -s | grep hwdata and it is not in > smart repos. > > Is this package include in another package? If, so which one? If I

[yocto] hwdata needed for usbip

2014-03-06 Thread Rick Bianchi
I have looked high and low for the hwdata package, usbip needs it to function. I don't see it with a bitbake -s | grep hwdata and it is not in smart repos. Is this package include in another package? If, so which one? ___ yocto mailing list yocto@yoctopr

Re: [yocto] [AB PATCH 06/27] Autobuilder.py/Buildset.py: More sane parser/UI

2014-03-06 Thread Bryan Evenson
Beth, > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Elizabeth Flanagan > Sent: Wednesday, March 05, 2014 1:23 PM > To: yocto@yoctoproject.org > Subject: [yocto] [AB PATCH 06/27] Autobuilder.py/Buildset.py: More sane > pa

Re: [yocto] Toolchain

2014-03-06 Thread Paul Barker
On 5 March 2014 21:14, Khem Raj wrote: > On Wed, Mar 5, 2014 at 9:00 AM, Michael Gloff wrote: >> | *** Error: Package name contains illegal characters, (other than >> [a-z0-9.+-]) > > hmm meta-environment-PMX-090T is a package name and > thats limitation of opkg backend, if you are too tied to