[yocto] [meta-security][PATCH 1/2] Bastille: make questions files writable

2013-09-19 Thread Joe MacDonald
do_install would fail when trying to update the questions files during the set_required_questions.py stage since the default permissions in the Questions/ did not allow writing. So the shutil.move() in set_required_questions.py would raise and IOError: Fatal error reading config file: [Errno 13]

[yocto] [meta-security][PATCH 0/2] Bastille updates

2013-09-19 Thread Joe MacDonald
I started out planning to eliminate the dependency on lib-perl in Bastille since it really doesn't need it anyway. The initial step in this is to provide exactly the same functionality in Bastille simply without the dependency on the external lib, which really does a lot more than Bastille uses or

[yocto] Is this a bug of binutils

2013-09-19 Thread Li Zhijian
Hi,all I got a big problem when using the cross-toolchain to compile a simple C program. This problem since 3ae71c74c71f13a390b21b4c3ead04e51aaa82b8 which is to upgrade the binutils from 2.22 to 2.23.1 what I do is as follows, any help or ideas ? I) Build my cross-toolchain # git clone http://g

[yocto] running core-image-sato on the development host

2013-09-19 Thread arun kumar
can i run the image built using the quickstart guide on my x86 host, the machine was set to qemux86, is there a way to use the files generated in /tmp/deploy to boot on my host / ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org

[yocto] [meta-selinux] Updated meta-selinux -- master-next

2013-09-19 Thread Mark Hatle
I have updated meta-selinux, and placed the update into the 'master-next' branch. This was locally tested with Poky as of commit 853bc53cd58a621918f0e5ce662dba263d1befb4. Note, when building the core-image-selinux, the internal refpolicies cause a lot of failures. I'm not an expert on how t

[yocto] ELCE survey request

2013-09-19 Thread Jeff Osier-Mixon
Hi all - Tim Bird is working on an embedded Linux community survey for the ELCE end game. He and I would both be very grateful if you would take a few minutes to complete this survey. Here is his note with a link: Hello everyone, I'm asking a personal favor of ever

Re: [linux-yocto] linux-yocto-3.8 machine: Create haswell-wc machine branch in linux-yocto-3.8

2013-09-19 Thread Darren Hart
On Tue, 2013-09-17 at 12:27 +, Ong, Boon Leong wrote: > Hi, > > I would like to request the community to create machine branch under > linux-yocto-3.8 repo for Intel Haswell Platform Walnut Canyon CRB. > > The branch should be called: > > standard/common-pc-64/haswell-wc >

[yocto] Building a linux module into modules.tgz

2013-09-19 Thread John Doe
Hello, Hopefully this is the right forum to post this message. I would like to build a linux module for example drivers/net/wireless/rtl8187: http://wireless.kernel.org/en/users/Drivers/rtl8187 using yocto. Do I have to setup a standalone toolchain with ADT in eclipse OR is there a simpler way t

Re: [yocto] [OE-core] Building a Poky distribution based on Wayland/Weston 1.2

2013-09-19 Thread Ahsan, Noor
Hello, We will also be interested in this. Mentor Graphics is also working on this. Noor -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Otavio Salvador Sent: Thursday, September 19, 2013 1

Re: [yocto] RFC: Janitorial tasks

2013-09-19 Thread Bryan Evenson
Paul, Is the plan to move toward the YP wiki task list, the YP bugzilla, or both for Janitorial task entry? If one would be preferred over the other, it'd probably be good to state that at the top of the wiki page. For the wiki task list, maybe add an "Assignee:" line, so that someone knows if

Re: [yocto] [OE-core] Building a Poky distribution based on Wayland/Weston 1.2

2013-09-19 Thread Otavio Salvador
On Thu, Sep 19, 2013 at 3:06 PM, Ahsan, Noor wrote: > Hello, > > We will also be interested in this. Mentor Graphics is also working on this. So let's avoid work duplication. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com

Re: [yocto] [OE-core] Building a Poky distribution based on Wayland/Weston 1.2

2013-09-19 Thread Ahsan, Noor
I'll let Abhjit share what we have done. We can share it after some time coz we are at the end of our release. Noor -Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Thursday, September 19, 2013 11:16 PM To: Ahsan, N

Re: [yocto] [OE-core] Building a Poky distribution based on Wayland/Weston 1.2

2013-09-19 Thread Otavio Salvador
On Thu, Sep 19, 2013 at 11:48 AM, Ewan LE BIDEAU-CANEVET wrote: > Hello, > > > I'm currently trying to have a poky distribution with Wayland/Weston 1.2 and > no X server at all. I think I have successfully ported Wayland/Weston to 1.2 > version and disabled the X server, so here is my questions :

Re: [yocto] [PATCH] uclibc-git: add two patches to fix build breakage with thumb2

2013-09-19 Thread Khem Raj
Carlo thanks for patch it looks fine yo me but please post it to oe-core mailing list On Thursday, September 19, 2013, Carlo Caione wrote: > uclibc doesn't compile for Thumb2-aware CPUs. > Added two patches (from uclibc) to make it compiling. > > Signed-off-by: Carlo Caione > --- > yocto/meta/

[yocto] [PATCH] uclibc-git: add two patches to fix build breakage with thumb2

2013-09-19 Thread Carlo Caione
uclibc doesn't compile for Thumb2-aware CPUs. Added two patches (from uclibc) to make it compiling. Signed-off-by: Carlo Caione --- yocto/meta/recipes-core/uclibc/uclibc-git.inc | 2 + .../add-missing-IT-instruction-for-Thumb2.patch| 22 ++ .../move-check-for-BX-to-its-own-header.pat

[yocto] Building a Poky distribution based on Wayland/Weston 1.2

2013-09-19 Thread Ewan LE BIDEAU-CANEVET
Hello, I'm currently trying to have a poky distribution with Wayland/Weston 1.2 and no X server at all. I think I have successfully ported Wayland/Weston to 1.2 version and disabled the X server, so here is my questions : 1) Does this project interest you ? 2) How can I test if Wayland has

[yocto] Building a Poky distribution based on Wayland/Weston 1.2

2013-09-19 Thread Ewan LE BIDEAU-CANEVET
Hello, I'm currently trying to have a poky distribution with Wayland/Weston 1.2 and no X server at all. I think I have successfully ported Wayland/Weston to 1.2 version and disabled the X server, so here is my questions : 1) Does this project interest you ? 2) How can I test if Wayland h

[yocto] RFC: Janitorial tasks

2013-09-19 Thread Paul Barker
Hi all, After discussions at the last TSC meeting I've merged the OpenEmbedded wiki page for janitorial tasks (http://www.openembedded.org/wiki/OpenEmbeddedJanitors) in to the equivalent page on the Yocto Project wiki (https://wiki.yoctoproject.org/wiki/Janitors). In addition to keeping everything

[yocto] [yocto-autobuilder][PATCH] buildset-config: small improvement to nightly-qa-logrotate scenario

2013-09-19 Thread Alexandru Palalau
Replaced DISTRO_EXTRA_RDEPENDS (which applies only for images that include packagegroup-base) with IMAGE_INSTALL_append in order to add logrotate package to the image. Signed-off-by: Alexandru Palalau --- buildset-config/nightly-qa-logrotate.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[yocto] problem with sft in fsl-image-gui

2013-09-19 Thread Diego Gonzalez
Hello everybody, we have an issue with sftp server in our fsl-image-gui. When we try to connect using sftp, then we get an error saying connection closed. After a closer look inside the fsl-image-gui , we saw that /usr/bin/sftp-server directory is not installed in this image. Also, we vericat

[yocto] [PATCH] [yocto-autobuilder] BuildImages: fix description

2013-09-19 Thread Mihai Lindner
The description of shell commands is printed as a list of characters separated by spaces. The description needs to be in a list, when it's set after ShellCommand.__init__(). Signed-off-by: Mihai Lindner --- lib/python2.7/site-packages/autobuilder/buildsteps/BuildImages.py | 2 +- 1 file changed,