[yocto] Meeting at FOSDEM

2015-01-30 Thread Paul Barker
Hi all, Last year was my first trip to FOSDEM and I'm sending this for anyone involved with or interested in Yocto Project/OpenEmbedded who's in the same situation this year. Whilst it's easy to find people on Saturday/Sunday as they'll be at the OpenEmbedded/Yocto Project stall, it can be difficu

[yocto] SPR issue while booting qemu for POWER PC ppce500v2

2015-01-30 Thread amruuta ghatge
Hello, I am trying to perform LTP testing for POWER ppce500v2. I used the following rfs and kernel image for testing the LTP test prefix [cross build for ppce500ve using ppce500v2 custom toolchain] in QEMU system mode. http://downloads.yoctoproject.org/releases/yocto/yocto-1.7/machines/qemu/qemu

Re: [yocto] SPR issue while booting qemu for POWER PC ppce500v2

2015-01-30 Thread Jegan Chandru
I guess it has something to do with, http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=b813bdebb36501500e86fea5f7e15b4b15ea0902 https://bugzilla.yoctoproject.org/show_bug.cgi?id=6687 In other words, you should try with the latest images if any. On Fri, Jan 30, 2015 at 4:50 PM, amruuta

Re: [yocto] [meta-toolchain-qt5] Can't install qtwebkit-dev-5.3.2-r0@i586: no package provides qtwebkit = 5.3.2-r0

2015-01-30 Thread Simon Bolek
TADA! well reading README helped ;), actually reading log.do_configure of qtwebkit would help as well ;) So after all, I set in qtbase.inc: ... PACKAGECONFIG_ICU ?= "icu" ... PACKAGECONFIG ?= " \ ... ${PACKAGECONFIG_ICU} \ " After that bitbake'ed meta-toolchain-qt5 again and voila! SDK .sh s

Re: [yocto] SPR issue while booting qemu for POWER PC ppce500v2

2015-01-30 Thread Bob Cochran
On 01/30/2015 06:20 AM, amruuta ghatge wrote: Hello, I am trying to perform LTP testing for POWER ppce500v2. I used the following rfs and kernel image for testing the LTP test prefix [cross build for ppce500ve using ppce500v2 custom toolchain] in QEMU system mode. http://downloads.yoctoprojec

[yocto] 1.7 - QtCreator ERROR while linking- /usr/bin/ld: cannot find /lib/libpthread.so.0 inside

2015-01-30 Thread Simon Bolek
hello! So after successfully bitbaking and installing meta-toolchain-st5 I set up QtCreator 3.2.2 and tried to compile an app against SDK of qt5. However I get an error: /usr/bin/ld: cannot find /lib/libpthread.so.0 inside /usr/bin/ld: cannot find /usr/lib/libpthread_nonshared.a inside libpthrea

[yocto] Yocto-custom kernel build issue

2015-01-30 Thread Raghavendra Kakarla
Hi, I am new to yocto project build system. I downloaded the yocto project build system from git. I built for the all qemu architectures(MIPS,ARM,PPC,X86) and ran on qemu. all are working fine. Now I need to create a bsp layer for my board which has the mips processor core. I created the bsp

Re: [yocto] Yocto-custom kernel build issue

2015-01-30 Thread Bruce Ashfield
On 15-01-30 09:08 AM, Raghavendra Kakarla wrote: Hi, I am new to yocto project build system. I downloaded the yocto project build system from git. I built for the all qemu architectures(MIPS,ARM,PPC,X86) and ran on qemu. all are working fine. Now I need to create a bsp layer for my board whi

[yocto] Adding 'sbin' to default path

2015-01-30 Thread Ash Charles
Hi, Why does the PATH variable in the dot.bashrc shipped by the base-files not include 'sbin' paths? It seems like any interactive user should be able to call e.g. 'ifconfig' informationally---they should, and would still be, blocked from calling 'ifconfig eth0 up' After looking at the PATH for

Re: [yocto] [oe] [meta-raspberrypi][PATCH v2] qtbase: Add basic Qt5 building support

2015-01-30 Thread Andrei Gherzan
Hello, On Tue, Jan 27, 2015 at 02:26:55PM +0800, Yen-Chin Lee wrote: > To build raspberrypi with Qt5, we need to add extra QT_CONFIG_FLAGS to > indicate device config. > > Signed-off-by: Yen-Chin Lee > --- > qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 7 +++ > 1 file changed, 7 insertions(+

[yocto] [meta-selinux][PATCH] ustr: fix typo in SRC_URI

2015-01-30 Thread Armin Kuster
From: Armin Kuster This fixes ERROR: Fetcher failure: Fetch command failed with exit code 8, output: http://www.and.org/ustr/$%7BBPV%7D/ustr-1.0.4.tar.bz2: 2015-01-30 18:26:38 ERROR 404: Not Found. Changed "BPV" to "PV" Signed-off-by: Armin Kuster --- recipes-extended/ustr/ustr_1.0.4.bb | 2 +

[yocto] [meta-security][PATCH] samhain: fix aarch64 build issues

2015-01-30 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../samhain/files/add_aarch64_to_configure.patch | 34 ++ recipes-security/samhain/samhain.inc | 5 2 files changed, 39 insertions(+) create mode 100644 recipes-security/samhain/files/add_aarch64_to_configure.patch diff