[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 mihaix.lind...@linux.intel.com ---

[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

[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 alexandrux.pala...@intel.com --- buildset-config/nightly-qa-logrotate.conf | 2 +- 1 file

[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

[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

[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] [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 carlo.cai...@gmail.com --- yocto/meta/recipes-core/uclibc/uclibc-git.inc | 2 + .../add-missing-IT-instruction-for-Thumb2.patch| 22 ++

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 carlo.cai...@gmail.com wrote: uclibc doesn't compile for Thumb2-aware CPUs. Added two patches (from uclibc) to make it compiling. Signed-off-by: Carlo Caione

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 ewan.lebideau-cane...@eurogiciel.fr 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

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,

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 noor_ah...@mentor.com 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.br

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 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

[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

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] 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

[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

[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