[yocto] [prelink-cross][PATCH 1/1] rtld.c: LD_PRELOAD bugfix

2015-09-21 Thread Maninder Singh
This patch do following things:- 1. Fixes bug of adding preloaded libs in search scope of dependent libraries which results in search scope of few symbols becomes same for executable and library, so conflict doesn't occur for those symbols and hence resulted in less

Re: [yocto] packageconfig for non-autotooled project

2015-09-21 Thread Taek Hyun Shin
Yes, if you can do it, it is the best. The necessary pc files are as follows: egl.pc glesv1_cm.pc glesv2.pc vg.pc Thanks Best regards, Wily Taekhyun Shin = Wily Taekhyun Shin Research Engineer R Center Telechips Inc.

Re: [yocto] specify compiler version in recipe

2015-09-21 Thread Khem Raj
> On Sep 21, 2015, at 7:47 PM, Trevor Woerner wrote: > > Hello, > > It looks like I already know the answer to this one... ;-) > > I'm guessing it isn't possible to specify the compiler version in a > recipe? That's probably way too late in the parse stage? > > There are

Re: [yocto] bitbake error

2015-09-21 Thread Paul Eggleton
= Build Configuration: > BB_VERSION= "1.27.1" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "Ubuntu-15.04" > TARGET_SYS= "arm-amltd-linux-gnueabi" > MACHINE = "teton-p0382" > DISTRO

[yocto] bitbake error

2015-09-21 Thread Gary Thomas
= "x86_64-linux" NATIVELSBSTRING = "Ubuntu-15.04" TARGET_SYS= "arm-amltd-linux-gnueabi" MACHINE = "teton-p0382" DISTRO = "amltd" DISTRO_VERSION= "1.8+snapshot-20150921" TUNE_FEATURES = "arm armv7a

Re: [yocto] Dumping sysvinit

2015-09-21 Thread Andy Pont
Hi Mike, > > Back to plan A then, trying to figure out how to get Busybox init and > mdev as the defaults in the image. > > Create your own distro, here's an example that uses mdev: > > https://github.com/topic-embedded-products/meta- > topic/blob/master/conf/distro/tiny.conf Thanks for

[yocto] Change in bitbake behaviour?

2015-09-21 Thread Gary Thomas
I just updated to the latest Poky/Yocto master and I noticed this change in behaviour when I tried to stop a build: Keyboard Interrupt, closing down... NOTE: Tasks Summary: Attempted 86 tasks of which 36 didn't need to be rerun and all succeeded. ERROR: Command execution failed: Stopped

Re: [yocto] bitbake error

2015-09-21 Thread Gary Thomas
: = Build Configuration: BB_VERSION= "1.27.1" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-15.04" TARGET_SYS= "arm-amltd-linux-gnueabi" MACHINE = "teton-p0382" DISTRO =

Re: [yocto] packageconfig for non-autotooled project

2015-09-21 Thread Trevor Woerner
On 09/21/15 22:04, 신택현 (Taek Hyun Shin) wrote: > > Create a sunxi-mali_git.bbappend file, to see the pc file of the MESA > Project can be used to manually create a .pc file. > Thanks for your reply. I think this is best fixed in the meta-sunxi layer itself, instead of requiring users to bbappend

[yocto] specify compiler version in recipe

2015-09-21 Thread Trevor Woerner
Hello, It looks like I already know the answer to this one... ;-) I'm guessing it isn't possible to specify the compiler version in a recipe? That's probably way too late in the parse stage? There are some vendor Linux kernels for some BSPs that are old enough to pre-date the: fatal error:

Re: [yocto] packageconfig for non-autotooled project

2015-09-21 Thread Taek Hyun Shin
Create a sunxi-mali_git.bbappend file, to see the pc file of the MESA Project can be used to manually create a .pc file. sunxi-mali_git.bbappend file = FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" SRC_URI += "file://egl.pc" do_install_append() {

Re: [yocto] [OE-core] packageconfig for non-autotooled project

2015-09-21 Thread Khem Raj
Look at the patches I have posted for raspberry pi layer On Sep 21, 2015 7:29 AM, "Trevor Woerner" wrote: > Hello, > > libepoxy needs its EGL support to have a packageconfig (*.pc) file but > the EGL I want to use in my project >

[yocto] packageconfig for non-autotooled project

2015-09-21 Thread Trevor Woerner
Hello, libepoxy needs its EGL support to have a packageconfig (*.pc) file but the EGL I want to use in my project (meta-sunxi/recipes-graphics/libgles/sunxi-mali_git.bb, which points to gitsm://github.com/linux-sunxi/sunxi-mali.git) isn't autotooled. There are a couple ways around this problem,

Re: [yocto] libsoup license

2015-09-21 Thread Dan Winship
On 09/18/2015 04:07 PM, Burton, Ross wrote: To be honest libsoup isn't very clear ... Dan: exactly what license is libsoup under? LGPL v2 precisely, or LGPL v2 or greater? I don't know either. :-) It was initially written at a time when Ximian was explicitly using the "v2 only" license on

Re: [yocto] bitbake error

2015-09-21 Thread Gary Thomas
;Ubuntu-15.04" TARGET_SYS= "arm-amltd-linux-gnueabi" MACHINE = "teton-p0382" DISTRO = "amltd" DISTRO_VERSION= "1.8+snapshot-20150921" TUNE_FEATURES = "arm armv7a vfp thumb neon callconventio

Re: [yocto] Dumping sysvinit

2015-09-21 Thread Mike Looijmans
On 21-09-15 12:48, Andy Pont wrote: Hi Mike, Back to plan A then, trying to figure out how to get Busybox init and mdev as the defaults in the image. Create your own distro, here's an example that uses mdev: https://github.com/topic-embedded-products/meta-

Re: [yocto] bitbake error

2015-09-21 Thread Paul Eggleton
t; > >> NATIVELSBSTRING = "Ubuntu-15.04" > >> TARGET_SYS= "arm-amltd-linux-gnueabi" > >> MACHINE = "teton-p0382" > >> DISTRO= "amltd" > >> DISTRO_VERSION

[yocto] OpenEmbedded Developers European Meeting in Dublin after ELCE and YP dev day

2015-09-21 Thread Philip Balister
Just a reminder we will have a meeting on Oct 9 in Dublin after ELCE and the YP developer day. This is a good place to meet other OE developers and discuss your issues and concerns. All OpenEmbedded developers/users are welcome. Please add your name to the attendee list here:

Re: [yocto] [OE-core] packageconfig for non-autotooled project

2015-09-21 Thread Trevor Woerner
Hey Khem, On 09/21/15 13:03, Khem Raj wrote: > > Look at the patches I have posted for raspberry pi layer > Found them. Awesome, thanks! :-) -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto