[yocto] wpa_supplicant on Raspberry Pi 2B

2015-10-02 Thread Edward Vidal
Hello all,I am using a Wi-Pi wireless adapter.  My image has the following packages installed. wpa-supplicant-2.4-r0.cortexa7hf_vfp_vfpv4_neon wpa-supplicant-cli-2.4-r0.cortexa7hf_vfp_vfpv4_neon wpa-supplicant-dev-2.4-r0.cortexa7hf_vfp_vfpv4_neon wpa-supplicant-doc-2.4-r0.cortexa7hf_vfp_vfpv4_neon

Re: [yocto] Safely cleaning 'downloads'

2015-10-02 Thread Laurentiu Palcu
Hi Garry, It's probably a little late (I'm not reading the Yocto mailing lists very often now) but sometime ago I ran out of space myself and I wrote this script that I sent out on oe-core mailing list. It did the job for me. For some reason it didn't make it in master but maybe you find it

Re: [yocto] [linux-yocto] [raspberryp2] Error during the build of linux kernel

2015-10-02 Thread Trevor Woerner
On 10/02/15 07:58, Karim ATIKI wrote: > Hello Trevor, > > Thanks for your feedback. > You really think that "Fido" is an older release ? Sorry, I didn't mean to imply it was "old" and therefore should be avoided, I meant to point out that it was something that was released before the switch to

Re: [yocto] wpa_supplicant on Raspberry Pi 2B

2015-10-02 Thread Philip Balister
On 10/02/2015 10:27 AM, Edward Vidal wrote: > Hello all,I am using a Wi-Pi wireless adapter. > My image has the following packages installed. > wpa-supplicant-2.4-r0.cortexa7hf_vfp_vfpv4_neon > wpa-supplicant-cli-2.4-r0.cortexa7hf_vfp_vfpv4_neon >

[yocto] FILESEXTRAPATHS_prepend fails for systemd

2015-10-02 Thread Fred Ollinger
I'm trying to change my /etc/systemd/journald.conf file. I have created a file in: our_system/recipe-core/systemd_%.bbappend With the contents: FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" I created a directory in the same path called "systemd" and placed our new version of

[yocto] Yocto Project Status WW40

2015-10-02 Thread Jolley, Stephen K
Current Dev Position: YP 2.0 Final (rc1 build in QA) Next Deadline: YP 2.0 Final Release Target: Before Oct. 30, 2015 SWAT team rotation: Ross -> Cristian https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: * Two failures were encountered during the rc1

Re: [yocto] Yocto Project Status WW40

2015-10-02 Thread akuster
Stephen, Isn't the next meeting next Tuesday? Will there be a meeting since ELCE is in full swing next week? - armin On 10/02/2015 08:26 AM, Jolley, Stephen K wrote: > Current Dev Position: YP 2.0 Final (rc1 build in QA) > Next Deadline: YP 2.0 Final Release Target: Before Oct. 30, 2015 > >

Re: [yocto] wpa_supplicant on Raspberry Pi 2B

2015-10-02 Thread Daniel.
What `wpa_cli stat' returns? Regards, 2015-10-02 11:56 GMT-03:00 Philip Balister : > On 10/02/2015 10:27 AM, Edward Vidal wrote: >> Hello all,I am using a Wi-Pi wireless adapter. >> My image has the following packages installed. >>

Re: [yocto] wpa_supplicant on Raspberry Pi 2B

2015-10-02 Thread Edward Vidal
s the results I get when I run iwconfig. iwconfig wlan0 IEEE 802.11bgn? ESSID:off/any? ? Mode:Managed? Access Point: Not-Associated?? Tx-Power=0 dBm?? ? Retry short limit:7?? RTS thr:off?? Fragment thr:off ? Encryption key:off ? Power Management:off ????? lo?

Re: [yocto] FILESEXTRAPATHS_prepend fails for systemd

2015-10-02 Thread Martin Jansa
On Fri, Oct 02, 2015 at 03:58:04PM +, Fred Ollinger wrote: > I'm trying to change my /etc/systemd/journald.conf file. > > > I have created a file in: > > > our_system/recipe-core/systemd_%.bbappend > > > With the contents: > > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" This

Re: [yocto] FILESEXTRAPATHS_prepend fails for systemd

2015-10-02 Thread Christopher Larson
On Fri, Oct 2, 2015 at 11:22 AM, Daniel. wrote: > Where can I find this recipetool!? It seems a nice tool to have :) > It's in oe-core/scripts or poky/scripts in any recent release. It'll be in the PATH after sourcing the setup scripts. -- Christopher Larson clarson at

Re: [linux-yocto] [PATCH 0/3] i915 graphics driver bug fixes for Braswell

2015-10-02 Thread Bruce Ashfield
On 15-09-29 09:39 PM, Chang Rebecca Swee Fun wrote: Hi, This patches are bug fixes patch backported from upstream mainline kernel. We encountered GPU hang issue during MediaSDK encoding. The patches will remove redundant gen8_ppgtt_unmap_pages and set up a page table making all pt entries

Re: [yocto] FILESEXTRAPATHS_prepend fails for systemd

2015-10-02 Thread Christopher Larson
On Fri, Oct 2, 2015 at 11:11 AM, Daniel. wrote: > But this will only work if journald.conf are the same in all systemd > versions (since you use a _%.bbappend). A better solution would be append > install task with a copy from your custom journald.conf to install folder, >

Re: [yocto] FILESEXTRAPATHS_prepend fails for systemd

2015-10-02 Thread Daniel.
Where can I find this recipetool!? It seems a nice tool to have :) 2015-10-02 15:21 GMT-03:00 Christopher Larson : > > On Fri, Oct 2, 2015 at 11:11 AM, Daniel. wrote: > >> But this will only work if journald.conf are the same in all systemd >>

Re: [yocto] FILESEXTRAPATHS_prepend fails for systemd

2015-10-02 Thread Christopher Larson
On Fri, Oct 2, 2015 at 8:58 AM, Fred Ollinger wrote: > I'm trying to change my /etc/systemd/journald.conf file. > recipetool appendfile sounds like exactly what you want here. -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded,

Re: [yocto] FILESEXTRAPATHS_prepend fails for systemd

2015-10-02 Thread Daniel.
But this will only work if journald.conf are the same in all systemd versions (since you use a _%.bbappend). A better solution would be append install task with a copy from your custom journald.conf to install folder, something like: do_install_append() { cp ${S}/myjournald.conf

Re: [yocto] wpa_supplicant on Raspberry Pi 2B

2015-10-02 Thread Daniel.
es? > My wired eth0 works okay. > Which document has the most current information on setting up wireless > networking?From the information at > http://trac.gateworks.com/wiki/Yocto/Wireless > > I modified my /etc/wpa_supplicant.conf as below without success. > ctrl_interface=/var/run/wpa

Re: [yocto] FILESEXTRAPATHS_prepend fails for systemd

2015-10-02 Thread Daniel.
Daisy doesn't have it :( Thank you for this information :) Cheers, 2015-10-02 15:24 GMT-03:00 Christopher Larson : > > On Fri, Oct 2, 2015 at 11:22 AM, Daniel. wrote: > >> Where can I find this recipetool!? It seems a nice tool to have :) >> > >

Re: [yocto] wpa_supplicant on Raspberry Pi 2B

2015-10-02 Thread Daniel.
2.4-r0.cortexa7hf_vfp_vfpv4_neon > wpa-supplicant-dev-2.4-r0.cortexa7hf_vfp_vfpv4_neon > wpa-supplicant-doc-2.4-r0.cortexa7hf_vfp_vfpv4_neon > wpa-supplicant-passphrase-2.4-r0.cortexa7hf_vfp_vfpv4_neon > Do I need any additional packages? > My wired eth0 works okay. > Which document h

Re: [yocto] [meta-raspberrypi] compiling userland

2015-10-02 Thread Andrei Gherzan
On Sun, Sep 27, 2015 at 10:24:28PM +0200, Andreas Müller wrote: > On Fri, Sep 25, 2015 at 6:42 AM, Khem Raj wrote: > > Can you try the patches from > > https://github.com/kraj/meta-raspberrypi/commits/kraj/master > > > Hi Khem, > > Because of running into same issues I've

Re: [yocto] [meta-raspberrypi][PATCH] userland: Fix multiple inline issues while building with gcc 5.x

2015-10-02 Thread Andrei Gherzan
On Sun, Sep 27, 2015 at 03:34:14PM +0200, Tom Doehring wrote: > Building userland source with gcc 5.x causes multiple issues such as: > > vcos_thread.h:186:15: warning: inline function 'vcos_thread_get_affinity' > declared but never defined > | VCOS_UNSIGNED

Re: [yocto] [meta-raspberrypi] compiling userland

2015-10-02 Thread Andrei Gherzan
Hi Tom, On Fri, Sep 25, 2015 at 01:19:43AM +0200, Tom Martin wrote: > i'm completly new to yocta and doing my first steps. > > plan is to build a system with a small footprint for low-latency video > wifibroadcast. > > first steps are trying to build rpi-test-image including omxplayer. but >

Re: [yocto] wpa_supplicant on Raspberry Pi 2B

2015-10-02 Thread Edward Vidal
Hi all,Still no success getting wifi working.Any and all help appreciated. Created a new image which installed 46 new rpms linux-firmware see below.   ps -ax | grep wpa_supplicant   503 ?    S  0:00 /usr/sbin/wpa_supplicant -u   704 pts/0    R+ 0:00 grep wpa_supplicant

Re: [yocto] [meta-raspberrypi][PATCH V3 2/5] userland: Add wayland support

2015-10-02 Thread Andrei Gherzan
On Wed, Sep 23, 2015 at 04:52:46PM -0700, Khem Raj wrote: > Andrei > > > On Sep 23, 2015, at 3:58 PM, Andrei Gherzan wrote: > > > > On Mon, Aug 24, 2015 at 12:51:38AM -0700, Khem Raj wrote: > >> backport and fix needed patches for supporting wayland-egl > >> use PACKAGECONFIG

[yocto] Release Candidate Build for yocto-2.0.rc1.rc1 now available.

2015-10-02 Thread Poky Build User
A release candidate build for yocto-2.0.rc1 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-2.0.rc1 Please begin QA on this build as soon as possible. Build hash information: meta-intel : 84c049b9cb80b50fd32b716c2ae97e3f0d4e3cd7 meta-fsl-arm :

Re: [yocto] [meta-raspberrypi][PATCH V3 2/5] userland: Add wayland support

2015-10-02 Thread Khem Raj
Andrei Userland have been updated plus some of my patches to userland has been applied via another commit from different person but not all and so on, not even me am certain as to whats needed and what not anymore. So I have rebased my remaining changes here.