Re: [yocto] yocto Digest, Vol 61, Issue 13

2015-10-03 Thread Edward Vidal
Hi All, After installing linux-firmware and "rfkill unblock all".Then at the console Enabled wireless and provided the psk manually the wireless is working.I now have 2 Raspberry Pi 2B running RaspBian and 1 Raspberry Pi 2B running Yocto core-image-sato all wireless. Thanks for the help. Edward

[yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Khem Raj
several userspace libraries like libepoxy poke for pkgconfigs ( .pc ) files to detect egl support, and comes out to fail in configure stage, one of the patches now adds support to generate .pc files for some known cases. it could be further extended if needed for other libraries too Secondly, the

[yocto] [meta-raspberrypi][PATCH V4 4/5] weston: Enable rpi compositor backend

2015-10-03 Thread Khem Raj
oe-core default configure options disables it Signed-off-by: Khem Raj --- recipes-graphics/wayland/weston_%.bbappend | 4 1 file changed, 4 insertions(+) create mode 100644 recipes-graphics/wayland/weston_%.bbappend diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphi

[yocto] [meta-raspberrypi][PATCH V4 3/5] userland: Adjust include location for pthreads-headers

2015-10-03 Thread Khem Raj
vcos headers include headers like "vcos_platform.h" "vcos_futex_mutex.h" "vcos_platform_types.h" and these headers are different based on platform/OSes. e.g. OS targets that support pthreads these headers should come from pthreads/ folder but not for others. So one would add right -I option for eve

Re: [yocto] wpa_supplicant on Raspberry Pi 2B

2015-10-03 Thread Daniel.
2015-10-02 18:37 GMT-03:00 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 > 70

Re: [yocto] yocto Digest, Vol 61, Issue 13

2015-10-03 Thread Daniel.
I'm glad that works, Cheers, 2015-10-03 9:51 GMT-03:00 Edward Vidal : > Hi All, > > After installing linux-firmware and "rfkill unblock all". > Then at the console Enabled wireless and provided the psk manually the > wireless is working. > I now have 2 Raspberry Pi 2B running RaspBian and 1 Raspb

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
Hey Khem, On Sat, Oct 03, 2015 at 04:37:34PM +, Khem Raj wrote: > several userspace libraries like libepoxy poke for pkgconfigs ( .pc ) > files to detect egl support, and comes out to fail in configure stage, > one of the patches now adds support to generate .pc files for some known > cases. i

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Khem Raj
On Sat, Oct 3, 2015 at 11:24 AM, Andrei Gherzan wrote: > Do you happen to have this patchset in a branch somewhere remote? Something > doesn't apply the way it should. yes https://github.com/kraj/meta-raspberrypi/commits/kraj/master -- ___ yocto mailin

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
Hi, On Sat, Oct 03, 2015 at 12:00:13PM -0700, Khem Raj wrote: > On Sat, Oct 3, 2015 at 11:24 AM, Andrei Gherzan wrote: > > Do you happen to have this patchset in a branch somewhere remote? Something > > doesn't apply the way it should. > > yes > https://github.com/kraj/meta-raspberrypi/commits/kr

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Khem Raj
On Sat, Oct 3, 2015 at 12:03 PM, Andrei Gherzan wrote: > Hi, > > On Sat, Oct 03, 2015 at 12:00:13PM -0700, Khem Raj wrote: >> On Sat, Oct 3, 2015 at 11:24 AM, Andrei Gherzan wrote: >> > Do you happen to have this patchset in a branch somewhere remote? Something >> > doesn't apply the way it shoul

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
On Sat, Oct 03, 2015 at 12:15:58PM -0700, Khem Raj wrote: > On Sat, Oct 3, 2015 at 12:03 PM, Andrei Gherzan wrote: > > Hi, > > > > On Sat, Oct 03, 2015 at 12:00:13PM -0700, Khem Raj wrote: > >> On Sat, Oct 3, 2015 at 11:24 AM, Andrei Gherzan wrote: > >> > Do you happen to have this patchset in a

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Khem Raj
On Sat, Oct 3, 2015 at 12:18 PM, Andrei Gherzan wrote: > I tested with and without - same result. > DISTRO_FEATURES="alsa argp bluetooth ext2 irda largefile pcmcia usbgadget > usbhost wifi xattr nfs zeroconf pci 3g nfc x11 ipv4 ipv6 libc-backtrace > libc-big-macros libc-bsd libc-cxx-tests libc-cat

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
On Sat, Oct 03, 2015 at 01:06:55PM -0700, Khem Raj wrote: > On Sat, Oct 3, 2015 at 12:18 PM, Andrei Gherzan wrote: > > I tested with and without - same result. > > DISTRO_FEATURES="alsa argp bluetooth ext2 irda largefile pcmcia usbgadget > > usbhost wifi xattr nfs zeroconf pci 3g nfc x11 ipv4 ipv6

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Khem Raj
On Sat, Oct 3, 2015 at 1:11 PM, Andrei Gherzan wrote: > On Sat, Oct 03, 2015 at 01:06:55PM -0700, Khem Raj wrote: >> On Sat, Oct 3, 2015 at 12:18 PM, Andrei Gherzan wrote: >> > I tested with and without - same result. >> > DISTRO_FEATURES="alsa argp bluetooth ext2 irda largefile pcmcia usbgadget

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
On Sat, Oct 03, 2015 at 01:31:24PM -0700, Khem Raj wrote: > On Sat, Oct 3, 2015 at 1:11 PM, Andrei Gherzan wrote: > > On Sat, Oct 03, 2015 at 01:06:55PM -0700, Khem Raj wrote: > >> On Sat, Oct 3, 2015 at 12:18 PM, Andrei Gherzan wrote: > >> > I tested with and without - same result. > >> > DISTRO

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
On Sat, Oct 03, 2015 at 10:33:12PM +0200, Andrei Gherzan wrote: > On Sat, Oct 03, 2015 at 01:31:24PM -0700, Khem Raj wrote: > > On Sat, Oct 3, 2015 at 1:11 PM, Andrei Gherzan wrote: > > > On Sat, Oct 03, 2015 at 01:06:55PM -0700, Khem Raj wrote: > > >> On Sat, Oct 3, 2015 at 12:18 PM, Andrei Gherz

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Khem Raj
On Sat, Oct 3, 2015 at 1:40 PM, Andrei Gherzan wrote: > On Sat, Oct 03, 2015 at 10:33:12PM +0200, Andrei Gherzan wrote: >> On Sat, Oct 03, 2015 at 01:31:24PM -0700, Khem Raj wrote: >> > On Sat, Oct 3, 2015 at 1:11 PM, Andrei Gherzan wrote: >> > > On Sat, Oct 03, 2015 at 01:06:55PM -0700, Khem Raj

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
On Sat, Oct 03, 2015 at 10:40:50PM +0200, Andrei Gherzan wrote: > On Sat, Oct 03, 2015 at 10:33:12PM +0200, Andrei Gherzan wrote: > > On Sat, Oct 03, 2015 at 01:31:24PM -0700, Khem Raj wrote: > > > On Sat, Oct 3, 2015 at 1:11 PM, Andrei Gherzan wrote: > > > > On Sat, Oct 03, 2015 at 01:06:55PM -07

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
On Sat, Oct 03, 2015 at 10:46:07PM +0200, Andrei Gherzan wrote: > On Sat, Oct 03, 2015 at 10:40:50PM +0200, Andrei Gherzan wrote: > > On Sat, Oct 03, 2015 at 10:33:12PM +0200, Andrei Gherzan wrote: > > > On Sat, Oct 03, 2015 at 01:31:24PM -0700, Khem Raj wrote: > > > > On Sat, Oct 3, 2015 at 1:11 P

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Khem Raj
On Sat, Oct 3, 2015 at 2:27 PM, Andrei Gherzan wrote: > On Sat, Oct 03, 2015 at 10:46:07PM +0200, Andrei Gherzan wrote: >> On Sat, Oct 03, 2015 at 10:40:50PM +0200, Andrei Gherzan wrote: >> > On Sat, Oct 03, 2015 at 10:33:12PM +0200, Andrei Gherzan wrote: >> > > On Sat, Oct 03, 2015 at 01:31:24PM

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
On Sat, Oct 03, 2015 at 02:47:24PM -0700, Khem Raj wrote: > On Sat, Oct 3, 2015 at 2:27 PM, Andrei Gherzan wrote: > > On Sat, Oct 03, 2015 at 10:46:07PM +0200, Andrei Gherzan wrote: > >> On Sat, Oct 03, 2015 at 10:40:50PM +0200, Andrei Gherzan wrote: > >> > On Sat, Oct 03, 2015 at 10:33:12PM +0200

[yocto] [meta-security][PATCH 1/3] samhain: update to 4.1.0

2015-10-03 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../samhain/{samhain-client_4.0.0.bb => samhain-client_4.1.0.bb} | 0 .../samhain/{samhain-server_4.0.0.bb => samhain-server_4.1.0.bb} | 0 recipes-security/samhain/samhain.inc | 4 ++-- 3 files changed, 2 insertions(+), 2

[yocto] [meta-security][PATCH 3/3] suricata: update to version 2.0.9

2015-10-03 Thread Armin Kuster
Changes Bug #1558: stream: retransmission not detected (2.0.x) Bug #1550: Segmentation Fault at detect-engine-content-inspection.c:438 Bug #1564: defrag: evasion issue Bug #1431: stream: last_ack update issue leading to stream gaps (2.0.x) Bug #1483: 2.0.x backport: Leading whitespace in flowbits

[yocto] [meta-security][PATCH 2/3] libhtp: update to version 0.5.18

2015-10-03 Thread Armin Kuster
Changes This is a minor bug-fix release: - Fixed [#120] Trigger request line parsing on incomplete request [Victor Julien] - Fixed [#119] Fix uninitialized htp_tx_t::is_last value in in htp_tx_res_process_body_data_ex() [Fedor Sakharov] - Fixed [#118] Coverity-identified missing break in switch

Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi.inc: use SRCPV instead of SRCREV for PV

2015-10-03 Thread Jonathan Liu
On 22/08/2015 6:25 PM, Jonathan Liu wrote: SRCPV is intended to be used by PV. Using SRCREV for PV is incorrect. Signed-off-by: Jonathan Liu --- recipes-kernel/linux/linux-raspberrypi.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspber

Re: [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad: remove unrecognized configure option

2015-10-03 Thread Jonathan Liu
On 22/08/2015 6:33 PM, Jonathan Liu wrote: The --with-egl-window-system=rpi configure option is not recognized in the current version. Signed-off-by: Jonathan Liu --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) dif

Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi.inc: use SRCPV instead of SRCREV for PV

2015-10-03 Thread Andrei Gherzan
On Sun, Oct 04, 2015 at 10:42:26AM +1100, Jonathan Liu wrote: > On 22/08/2015 6:25 PM, Jonathan Liu wrote: > >SRCPV is intended to be used by PV. Using SRCREV for PV is incorrect. > > > >Signed-off-by: Jonathan Liu > >--- > > recipes-kernel/linux/linux-raspberrypi.inc | 3 ++- > > 1 file changed,

Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi.inc: use SRCPV instead of SRCREV for PV

2015-10-03 Thread Jonathan Liu
On 4/10/2015 11:04 AM, Andrei Gherzan wrote: On Sun, Oct 04, 2015 at 10:42:26AM +1100, Jonathan Liu wrote: On 22/08/2015 6:25 PM, Jonathan Liu wrote: SRCPV is intended to be used by PV. Using SRCREV for PV is incorrect. Signed-off-by: Jonathan Liu --- recipes-kernel/linux/linux-raspberrypi.

Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi.inc: use SRCPV instead of SRCREV for PV

2015-10-03 Thread Jonathan Liu
On 4/10/2015 12:17 PM, Jonathan Liu wrote: On 4/10/2015 11:04 AM, Andrei Gherzan wrote: On Sun, Oct 04, 2015 at 10:42:26AM +1100, Jonathan Liu wrote: On 22/08/2015 6:25 PM, Jonathan Liu wrote: SRCPV is intended to be used by PV. Using SRCREV for PV is incorrect. Signed-off-by: Jonathan Liu -

[yocto] [meta-raspberrypi][PATCH v3] linux-raspberrypi.inc: use SRCPV instead of SRCREV for PV

2015-10-03 Thread Jonathan Liu
SRCPV is intended to be used by PV. Using SRCREV for PV is incorrect. Signed-off-by: Jonathan Liu --- recipes-kernel/linux/linux-raspberrypi.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberr