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. https://github.com/kraj/meta-raspber

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 for wayland so we can

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 root@raspberrypi

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 tried your branch and get

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

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 vcos_thread_get_affinity(VCOS_THREAD_

Re: [yocto] wpa_supplicant on Raspberry Pi 2B

2015-10-02 Thread Daniel.
> > 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-d

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 :) >> > > It's in oe-core/scripts or poky/scripts in any r

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 kergoth dot com Founder -

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 >> versions (since you use a _%.bbappend). A better sol

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, > something like: > > do_

Re: [yocto] wpa_supplicant on Raspberry Pi 2B

2015-10-02 Thread Daniel.
pv4_neon > wpa-supplicant-passphrase-2.4-r0.cortexa7hf_vfp_vfpv4_neon > Do I need any additional packages? > 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/Wi

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 ${D}/propper/p

Re: [yocto] FILESEXTRAPATHS_prepend fails for systemd

2015-10-02 Thread Daniel.
You can solve this by editing the original journal.conf, creating a patch with modifications and adding it to your .bbappend 2015-10-02 13:44 GMT-03:00 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. >

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, OpenZaurus Maintainer - Tslib Senior

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 works

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

[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 journald.con

Re: [yocto] wpa_supplicant on Raspberry Pi 2B

2015-10-02 Thread Edward Vidal
ent thr:off ????? Encryption key:off ? Power Management:off ? lo??? no wireless extensions. eth0? no wireless extensions. Thanks in advance.? Any help is appreciated. Edward Vidal Jr. e-mail devel...@sbcglobal.net 915-595-1613 -- next part

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

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. >> wpa-supplicant-2.4-r0.cortexa7hf_vfp_vfpv4_neon >> wpa-supplican

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 > wpa-supplicant-dev-2.4-r0.cortexa7hf_vfp_vfpv4_neo

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

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 useful

[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 : 10471566d2868b07f