Re: [yocto] Yocto-custom kernel build issue

2015-02-11 Thread Paul Eggleton
On Wednesday 11 February 2015 10:25:51 Raghavendra Kakarla wrote: > Yes I extracted the files on to the SD card. Right, and the lesson is you must do that as root, not as a normal user. > I want to build some packages from openWRT which are not in YOCTO in yocto > build system. > > For this I do

Re: [yocto] Yocto-custom kernel build issue

2015-02-11 Thread Raghavendra Kakarla
Thanks Paul, I will make use of hostapd recipe present in the openembedded layer. cheers, Raghavendra. - Original Message - From: "Paul Eggleton" To: "Raghavendra Kakarla" Cc: yocto@yoctoproject.org Sent: Wednesday, February 11, 2015 3:00:57 PM Subject: Re: [yocto] Yocto-custom kernel

Re: [yocto] [error-report-web] New errors-report-web

2015-02-11 Thread Barros Pena, Belen
Thanks for all the work on this, Michael! Belén On 10/02/2015 14:26, "Michael Wood" wrote: >Hi, > >I've updated the errors.yoctoproject.org site with the latest version of >error-report-web [1] that myself and Belén have been working on. > >error-report-web is a project to provide a web service

Re: [yocto] [error-report-web] New errors-report-web

2015-02-11 Thread Burton, Ross
On 10 February 2015 at 14:26, Michael Wood wrote: > I've updated the errors.yoctoproject.org site with the latest version of > error-report-web [1] that myself and Belén have been working on. > \o/ Ross -- ___ yocto mailing list yocto@yoctoproject.or

Re: [yocto] [meta-freescale] tmp/work-shared and sstate

2015-02-11 Thread Gary Thomas
On 2015-02-10 11:35, Gary Thomas wrote: On 2015-02-10 11:13, Christopher Larson wrote: On Tue, Feb 10, 2015 at 10:28 AM, Gary Thomas mailto:g...@mlbassoc.com>> wrote: If I run a build where the kernel package is brought in via sstate, tmp/work-shared (in particular the kernel-source tr

[yocto] dizzy NUC missing wifi firmware

2015-02-11 Thread Jim Abernathy
For the NUC, core-image-base seems to only include in /lib/firmware the ucode for the processor and the wifi firmware for the 6000 family of WiFi half-PCIe card adapters. I found with an n-135 wifi card there is no iwlwifi-135.6.ucode. I can manually add that firmware file or include all the li

Re: [yocto] [oe] meta-selinux

2015-02-11 Thread Paul Eggleton
(Adding yocto@yoctoproject.org to CC since that is where meta-selinux patches tend to go at least) On Wednesday 11 February 2015 10:53:03 dpquigl wrote: > I'm working on OpenXT and it makes use of the meta-selinux repo hosted > by the yocto project. I'm trying to use it with a base openembedded c

[yocto] anyone else seeing a "ncurses-native" build error?

2015-02-11 Thread Robert P. J. Day
building for a MIPS target on a fully-updated 64-bit fedora rawhide system: | gcc -DHAVE_CONFIG_H -I../ncurses -I/home/rpjday/oe/builds/vtss/minimal/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses -isystem/home/rpjday/oe/builds/vtss/minimal/tmp/sysroots/x86_64-linux/usr/incl

[yocto] Yocto Project Developer Day US 2015

2015-02-11 Thread Jeff Osier-Mixon
The Yocto Project is happy to announce Yocto Project Developer Day on March 26, 2015, in Fremont, California USA. This is just down the street from the Embedded Linux Conference on the day after ELC, so make your plans to stay for a day and play with actual hardware with the Yocto Project maint

Re: [yocto] My config got stuck in the toaster

2015-02-11 Thread Bob Cochran
On 01/05/2015 06:59 AM, Barros Pena, Belen wrote: On 28/12/2014 00:18, "William Mills" wrote: On 12/27/2014 10:40 AM, Mills, William wrote: OK, you are not going to believe me but I swear this really happened ... We do believe you :) https://bugzilla.yoctoproject.org/show_bug.cgi?id=6935

Re: [yocto] [oe] meta-selinux

2015-02-11 Thread Philip Tricca
On 02/11/2015 11:55 AM, dpquigl wrote: > On Wed, 2015-02-11 at 16:29 +, Paul Eggleton wrote: >> (Adding yocto@yoctoproject.org to CC since that is where meta-selinux >> patches >> tend to go at least) >> >> On Wednesday 11 February 2015 10:53:03 dpquigl wrote: >>> I'm working on OpenXT and it

[yocto] [meta-raspberrypi][PATCH 3/3] raspberrypi.conf: Use arm1176jzfshf as default tune

2015-02-11 Thread Andrei Gherzan
Reformat the tune-arm1176jzf-s.inc file. There is not 'PACKAGE_EXTRA_ARCHS_tune-armv6hf-vfp'. Replace it by 'PACKAGE_EXTRA_ARCHS_tune-armv6hf'. Change-Id: I0dd63b1dd3e1ebc7fe0600e93fb9d27a6a833cd9 Signed-off-by: Andrei Gherzan --- conf/machine/include/tune-arm1176jzf-s.inc | 13 + co

[yocto] [meta-raspberrypi][PATCH 2/3] rpi-base.inc: Use KERNEL_DEVICETREE by default

2015-02-11 Thread Andrei Gherzan
We already switched to kernel v3.18 by default so we can activate KERNEL_DEVICETREE by default too. Change-Id: I69612be72f8254d462421112cf851e17a1ef24f8 Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-base.inc | 32 1 file changed, 16 insertions(+), 16

Re: [yocto] [meta-raspberrypi][PATCH 1/8] raspberrypi.conf: Split in specific and common conf. files

2015-02-11 Thread Andrei Gherzan
On Sun, Feb 8, 2015 at 12:56 PM, Andrei Gherzan wrote: > *.conf files should hold board specific stuff while rpi-base.inc should > include configuration that is common for all Raspberry Pi boards. > > Remove MACHINE_KERNEL_PR as we don't use it anymore. > > Minor tweaks. > > Change-Id: I5e1b12c1d

[yocto] [meta-raspberrypi][PATCH 1/3] userland: Fix build for armv7

2015-02-11 Thread Andrei Gherzan
[Bug #49] Change-Id: I340b4134ae4227f315c1c3df1345b04ebd4b874b Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi2.conf| 5 - recipes-graphics/userland/userland_git.bb | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/conf/machine/raspberrypi2.conf b/co

Re: [yocto] Confused with adding drivers to kernel via bitbake -c menuconfig

2015-02-11 Thread Kevyn-Alexandre Paré
Hi, On Mon, Feb 9, 2015 at 9:03 PM, Alvin D.M. DIZON wrote: > From my understanding bitbake -c cleansstate deletes sstate-cache and > $(WORKDIR), so if I want to replace the previous kernel configuration with a > new one, I should run cleansstate right? Yes bitbake -c cleansstate will delete

Re: [yocto] [oe] meta-selinux

2015-02-11 Thread Joe MacDonald
[Re: [oe] meta-selinux] On 15.02.11 (Wed 11:55) dpquigl wrote: > On Wed, 2015-02-11 at 16:29 +, Paul Eggleton wrote: > > (Adding yocto@yoctoproject.org to CC since that is where meta-selinux > > patches > > tend to go at least) > > > > On Wednesday 11 February 2015 10:53:03 dpquigl wrote: >

Re: [yocto] [oe] meta-selinux

2015-02-11 Thread Joe MacDonald
[Re: [oe] meta-selinux] On 15.02.11 (Wed 16:29) Paul Eggleton wrote: > (Adding yocto@yoctoproject.org to CC since that is where meta-selinux patches > tend to go at least) > > On Wednesday 11 February 2015 10:53:03 dpquigl wrote: > > I'm working on OpenXT and it makes use of the meta-selinux rep

Re: [yocto] [oe] meta-selinux

2015-02-11 Thread Joe MacDonald
[Re: [yocto] [oe] meta-selinux] On 15.02.11 (Wed 14:43) Philip Tricca wrote: > On 02/11/2015 11:55 AM, dpquigl wrote: > > On Wed, 2015-02-11 at 16:29 +, Paul Eggleton wrote: > >> (Adding yocto@yoctoproject.org to CC since that is where meta-selinux > >> patches > >> tend to go at least) > >>

Re: [yocto] Yocto Realtime tests on beaglebone black

2015-02-11 Thread William Mills
+ meta-ti Please keep meta-ti in the loop. [Sorry for the shorting. Thunderbird keep locking up when I tried replay all in plain text to this message.] ~ 15-02-11, Stephen Flowers wrote: > Thanks for your input. Here are results of 1000 samples over a > 10 second period: > > Interrupt respon

Re: [yocto] anyone else seeing a "ncurses-native" build error?

2015-02-11 Thread akuster808
I haven't. - Armin On 02/11/2015 09:27 AM, Robert P. J. Day wrote: building for a MIPS target on a fully-updated 64-bit fedora rawhide system: | gcc -DHAVE_CONFIG_H -I../ncurses -I/home/rpjday/oe/builds/vtss/minimal/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses -isyst

Re: [yocto] Yocto Realtime tests on beaglebone black

2015-02-11 Thread Bruce Ashfield
On 2015-02-11 7:35 PM, William Mills wrote: + meta-ti Please keep meta-ti in the loop. [Sorry for the shorting. Thunderbird keep locking up when I tried replay all in plain text to this message.] Heh. I know the pain, the giant .configs can give it a fit. ~ 15-02-11, Stephen Flowers wrote:

[yocto] [meta-selinux][PATCH] Add explicit dependency on layers with recipes we bbappend.

2015-02-11 Thread Philip Tricca
This is a stop-gap to get meaningful error messages to folks till we get per-layer bbappends implemented. Signed-off-by: Philip Tricca --- conf/layer.conf |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 7af76a1..723f5a8 100644

Re: [yocto] anyone else seeing a "ncurses-native" build error?

2015-02-11 Thread Robert P. J. Day
On Wed, 11 Feb 2015, akuster808 wrote: > I haven't. > > - Armin please don't top post. > On 02/11/2015 09:27 AM, Robert P. J. Day wrote: > > > >building for a MIPS target on a fully-updated 64-bit fedora rawhide > > system: > > > > | gcc -DHAVE_CONFIG_H -I../ncurses > > -I/home/rpjday/oe/

Re: [yocto] [OE-core] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-11 Thread Khem Raj
Hi Richard/All I have refreshed the branch to include the patch which moves the src uri to use the newly released glibc 2.21 branch and please run it via autobuilder ( top 5 commits ) Thanks -Khem On Tue, Feb 3, 2015 at 10:43 PM, Dan McGregor wrote: > On 2 February 2015 at 23:03, Khem Raj wr