[yocto] matchbox-terminal and function keys

2014-03-26 Thread Stuart Longland
Hi all, I hope I've got the right list. I'm in the process of porting an ncurses application to Yocto Linux and having a bit of a problem decoding function keys. Ideally I'd like to run the application from /etc/inittab but for now, I'm running it within X11 with matchbox-terminal. I observe th

[yocto] OE/YoctoProject style guide

2014-03-26 Thread Trevor Woerner
http://openembedded.org/wiki/StyleGuide and https://wiki.yoctoproject.org/wiki/Recipe_%26_Patch_Style_Guide describe different preferred variable ordering (see the R* variables). Do the two projects recommend different ordering? The Yocto Project page https://wiki.yoctoproject.org/wiki/Recipe_%26_

[yocto] 1.6_M5.rc1 now available

2014-03-26 Thread Flanagan, Elizabeth
Please begin QA as soon as possible. http://autobuilder.yoctoproject.org/pub/releases/yocto-1.6_M5.rc1/ bitbake 2a80735183e8faa110b4c6d8d85c4707f28e03a1 eclipse-poky-juno 26bfc407781aa185f244a47ba63120343cee4a37 eclipse-poky-kepler 1dfe1d2f1322b5fda8e1a7637c447b0e060efb3e meta-fsl-arm 1b571a2f7b3

[yocto] meta-selinux/policycoreutils [PATCH 1/1] Add missing dependencies to semanage

2014-03-26 Thread Peter Seebach
The semanage utility is missing two dependencies, so if your system hasn't happened to pick them up, it will install but not be able to execute. Add the missing dependencies. (Tested locally using a bbappend file.) Note that gzip.py requires python-io. That's already in BPN-python, which is alrea

Re: [yocto] [oe] initial support for musl libc with OE/Yocto Project

2014-03-26 Thread Burton, Ross
On 26 March 2014 22:04, Khem Raj wrote: > There were interest in other threads in having musl as an alternative > to eglibc/uclibc that we already have in OE, in that direction I have > poured in my on and off work and put it into a contrib tree Blimey Khem that was quick. :) Ross -- __

[yocto] initial support for musl libc with OE/Yocto Project

2014-03-26 Thread Khem Raj
Hi There were interest in other threads in having musl as an alternative to eglibc/uclibc that we already have in OE, in that direction I have poured in my on and off work and put it into a contrib tree http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/musl TCLIBC=musl MACHINE=qe

Re: [yocto] [OE-core] OpenEmbedded and musl-libc

2014-03-26 Thread Khem Raj
On Wed, Mar 26, 2014 at 9:48 AM, Thomas Petazzoni wrote: > Dear Khem Raj, > > On Fri, 21 Mar 2014 11:22:24 -0700, Khem Raj wrote: > >> it has been under my radar for a while. I have actually locally made >> toolchains with >> clang+musl and it seems to be coming along. its licensed differently tha

Re: [yocto] Reducing nightly/release build artifacts.

2014-03-26 Thread Flanagan, Elizabeth
A list of exactly what files you use for QA would be grand. We can use http://autobuilder.yoctoproject.org/pub/nightly/20140326-1/ as our base. -b On Wed, Mar 26, 2014 at 2:22 PM, Otavio Salvador wrote: > Hello Beth, > > On Wed, Mar 26, 2014 at 6:14 PM, Flanagan, Elizabeth > w

Re: [yocto] Reducing nightly/release build artifacts.

2014-03-26 Thread Otavio Salvador
Hello Beth, On Wed, Mar 26, 2014 at 6:14 PM, Flanagan, Elizabeth wrote: > I'd like to start looking at reducing the number of artifacts we're > releasing both for our nightly builds (which is at 250,000 artifacts > and .25 TB!) and releases. > > What I'm thinking is this: > > Reduce nightly: > -

[yocto] Reducing nightly/release build artifacts.

2014-03-26 Thread Flanagan, Elizabeth
Folks, I'd like to start looking at reducing the number of artifacts we're releasing both for our nightly builds (which is at 250,000 artifacts and .25 TB!) and releases. What I'm thinking is this: Reduce nightly: - Reduce ADT-REPO to just qemu* arches for all builds - If every QA team could pro

Re: [yocto] [OE-core] --conf Was: Features in Yocto Project 1.7

2014-03-26 Thread Nicolas Dechesne
On Wed, Mar 26, 2014 at 3:38 PM, Otavio Salvador wrote: >> As a concrete example, currently I'm flipping between dora and master >> builds. For some reason I can't seem to reuse the same TMPDIR between >> them. So every time I "repo init -b " I then also have to >> edit conf/local.conf before bitb

Re: [yocto] Change to 1.5_M5.rc1???

2014-03-26 Thread Flanagan, Elizabeth
Ok, I've had to remove and replace the tag. Sorry about that all, it was late last night while I was trying to get 1.6_M5 running. please run git fetch --prune --tags. -b On Wed, Mar 26, 2014 at 12:31 PM, Flanagan, Elizabeth wrote: > Looking at this now. Obviously, it's not correct. > > On Wed,

Re: [yocto] Change to 1.5_M5.rc1???

2014-03-26 Thread Flanagan, Elizabeth
Looking at this now. Obviously, it's not correct. On Wed, Mar 26, 2014 at 7:04 PM, Stath, Paul wrote: > We have a local clone of the yocto repository that is refreshed nightly via > 'git pull'. > > When trying to push a tag to the local yocto clone, I'm getting the following > error: > > ! [re

[yocto] [meta-yocto][PATCH] beaglebone: add OE machine definition for use with linux-yocto kernels

2014-03-26 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Kernel support is now in linux-yocto-dev and will be moved to a versioned recipe once 3.14 is released. Signed-off-by: Denys Dmytriyenko Cc: Bruce Ashfield --- meta-yocto-bsp/conf/machine/beaglebone.conf| 37 ++ .../recipes-kernel/linux/linu

[yocto] Change to 1.5_M5.rc1???

2014-03-26 Thread Stath, Paul
We have a local clone of the yocto repository that is refreshed nightly via 'git pull'. When trying to push a tag to the local yocto clone, I'm getting the following error: ! [rejected]1.5_M5.rc1 -> 1.5_M5.rc1 (non-fast-forward) In my dev copy: $ git rev-parse 1.5_M5.rc1 b9f5cc7be053

Re: [yocto] autobuilder setting, ACCEPT_FSL_EULA

2014-03-26 Thread Mahyar Yaghmaee
great, Thanks Elizabeth and Ross. On Wed, Mar 26, 2014 at 10:08 AM, Flanagan, Elizabeth < elizabeth.flana...@intel.com> wrote: > You'll need a line something like this: > > {'CreateAutoConf': {'machine': 'imx53qsb', 'SDKMACHINE' : > 'x86_64', 'distro': 'poky', 'buildhistory' : False, 'at

Re: [yocto] autobuilder setting, ACCEPT_FSL_EULA

2014-03-26 Thread Flanagan, Elizabeth
You'll need a line something like this: {'CreateAutoConf': {'machine': 'imx53qsb', 'SDKMACHINE' : 'x86_64', 'distro': 'poky', 'buildhistory' : False, 'atextprepend': 'ACCEPT_FSL_EULA = "1"\n'}}, This adds that line to auto.conf. On Wed, Mar 26, 2014 at 9:53 AM, Mahyar Yaghmaee wrote: >

Re: [yocto] autobuilder setting, ACCEPT_FSL_EULA

2014-03-26 Thread Burton, Ross
On 26 March 2014 16:53, Mahyar Yaghmaee wrote: > I'm trying to run autobuilder for my custom .conf file but I need to include > ACCEPT_FSL_EULA="1" in the generated local.conf file. > Unfortunately I couldn't find anything related to that in the > CreateAutoConf.py file to set in my .conf file.

[yocto] autobuilder setting, ACCEPT_FSL_EULA

2014-03-26 Thread Mahyar Yaghmaee
Hello All, I'm trying to run autobuilder for my custom .conf file but I need to include ACCEPT_FSL_EULA="1" in the generated local.conf file. Unfortunately I couldn't find anything related to that in the CreateAutoConf.py file to set in my .conf file. here's the error messege in the log file:

Re: [yocto] [OE-core] OpenEmbedded and musl-libc

2014-03-26 Thread Thomas Petazzoni
Dear Khem Raj, On Fri, 21 Mar 2014 11:22:24 -0700, Khem Raj wrote: > it has been under my radar for a while. I have actually locally made > toolchains with > clang+musl and it seems to be coming along. its licensed differently thats > the biggest attraction for folks who do static linking. Otherw

Re: [yocto] [OE-core] OpenEmbedded and musl-libc

2014-03-26 Thread Thomas Petazzoni
Dear Paul Barker, On Fri, 21 Mar 2014 14:37:16 +, Paul Barker wrote: > On 21 March 2014 13:10, Burton, Ross wrote: > > On 21 March 2014 12:34, Paul Barker wrote: > >> I'm currently very busy between various projects so I don't have time > >> to hack together a musl-libc recipe myself but I s

Re: [yocto] [OE-core] OpenEmbedded and musl-libc

2014-03-26 Thread Thomas Petazzoni
Dear Seth Bollinger, On Fri, 21 Mar 2014 08:26:08 -0500, Seth Bollinger wrote: > > I saw that yesterday too and thought it could be interesting for > > Yocto. I'm curious as to why it's better than uclibc though > > (genuinely curious, I know little about uclibc beyond "it's smaller"). > > It b

Re: [yocto] [OE-core] --conf Was: Features in Yocto Project 1.7

2014-03-26 Thread Martin Jansa
On Wed, Mar 26, 2014 at 10:33:04AM -0400, Trevor Woerner wrote: > On 03/25/14 01:50, Martin Jansa wrote: > > Can you show some example of config you need to have wor wayland and > > cannot have for core-image-minimal? > > Okay, good point. I should have thought harder to come up with a better > e

Re: [yocto] [OE-core] --conf Was: Features in Yocto Project 1.7

2014-03-26 Thread Otavio Salvador
On Wed, Mar 26, 2014 at 11:33 AM, Trevor Woerner wrote: > On 03/25/14 01:50, Martin Jansa wrote: >> Can you show some example of config you need to have wor wayland and >> cannot have for core-image-minimal? > ... > As a concrete example, currently I'm flipping between dora and master > builds. Fo

Re: [yocto] [OE-core] --conf Was: Features in Yocto Project 1.7

2014-03-26 Thread Trevor Woerner
On 03/25/14 01:50, Martin Jansa wrote: > Can you show some example of config you need to have wor wayland and > cannot have for core-image-minimal? Okay, good point. I should have thought harder to come up with a better example :-) It's funny, actually, that you're the one pressing me on this, I

Re: [yocto] Get rid of opkg install error

2014-03-26 Thread Diego Sueiro
Paul, On Wed, Mar 26, 2014 at 8:54 AM, Paul Barker wrote: > On 26 March 2014 11:29, Diego Sueiro wrote: > > > > On Wed, Mar 26, 2014 at 8:16 AM, Paul Barker > wrote: > >> > >> On 26 March 2014 09:47, Diego Sueiro wrote: > >> > Folks, > >> > > >> > I have a image recipe which installs some cus

Re: [yocto] Get rid of opkg install error

2014-03-26 Thread Paul Barker
On 26 March 2014 11:29, Diego Sueiro wrote: > > On Wed, Mar 26, 2014 at 8:16 AM, Paul Barker wrote: >> >> On 26 March 2014 09:47, Diego Sueiro wrote: >> > Folks, >> > >> > I have a image recipe which installs some custom files on rootfs. >> > Instead of having a bbappend for each package that pr

Re: [yocto] Get rid of opkg install error

2014-03-26 Thread Diego Sueiro
On Wed, Mar 26, 2014 at 8:16 AM, Paul Barker wrote: > On 26 March 2014 09:47, Diego Sueiro wrote: > > Folks, > > > > I have a image recipe which installs some custom files on rootfs. > > Instead of having a bbappend for each package that provides those files I > > want to concentrate it on image

Re: [yocto] Get rid of opkg install error

2014-03-26 Thread Paul Barker
On 26 March 2014 09:47, Diego Sueiro wrote: > Folks, > > I have a image recipe which installs some custom files on rootfs. > Instead of having a bbappend for each package that provides those files I > want to concentrate it on image recipe. Why do you want to merge all your custom files into one

[yocto] Get rid of opkg install error

2014-03-26 Thread Diego Sueiro
Folks, I have a image recipe which installs some custom files on rootfs. Instead of having a bbappend for each package that provides those files I want to concentrate it on image recipe. The problem is that I'm receiving the following error: "But that file is already provided by package" Is th

[yocto] 1.6_M5.rc1 build available

2014-03-26 Thread Georgescu, Alexandru C
Hi, Please begin testing on 1.6_M5.rc1 build. The AB link is: http://autobuilder.yoctoproject.org/main/builders/nightly/builds/15 (there you can find the poky and other commit id info). According to the builders link, the build should be available here: http://autobuilder.yoctoproject.org/pub/re