[yocto] [prelink-cross][patch] Fix ifunc on x86_64 x32

2016-12-10 Thread Andrew Stubbs
Hi Mark, The ifunc1, ifunc2, and ifunc3 tests currently fail on x86_64 x32 ABI because the testcase crashes at runtime. The testcases run fine when not prelinked. In the case of ifunc1, the test tries to call the "lib2t2" function directly, instead of using it as an indirect call, which lead

Re: [yocto] busybox and images, how to change busybox based on image component added

2016-12-10 Thread richard_allen
Thanks for the pointer. I am new to the linux/Yocto area , so if there is example, would greatly help. When you say it 'replaces', is this a the 'name' level? connman is not the same name as udhdc My user desires to only have connman on the system (and it's daemon) and not have udhcp (and it's

Re: [yocto] Can't enable reverse debugging

2016-12-10 Thread Khem Raj
On Fri, Dec 9, 2016 at 8:43 AM, Bryan Evenson wrote: > I tried a few other things, see below. > >> -Original Message- >> From: yocto-boun...@yoctoproject.org [mailto:yocto- >> boun...@yoctoproject.org] On Behalf Of Bryan Evenson >> Sent: Thursday, December 08, 2016 2:50 PM >> To: yocto@yoc

Re: [yocto] [meta-oic][PATCH] Update for IoTivity 1.2.0

2016-12-10 Thread Khem Raj
On Sat, Dec 10, 2016 at 6:39 AM, Philippe Coval wrote: > Note: build parameters are now aligned to upstream default. > > Compared to earlier recipe, configuration changes are: > > - Previous WITH_RD parameter is now replaced by RD_MODE >(set to CLIENT by default) > - ROOTING was previously s

Re: [yocto] Error during webkit compilation for rasberry pi3

2016-12-10 Thread Khem Raj
On Sat, Dec 10, 2016 at 7:52 AM, Mont3z Claros wrote: > Hi all, > > I don't know what I'm doing wrong but I'm getting an error during > compilation of webkit for raspberry pi3. Please see below the error > and my configurations, > > Thanks, > Mont3z > > local.conf: > MACHINE = "raspberrypi3" > DIS

Re: [yocto] busybox and images, how to change busybox based on image component added

2016-12-10 Thread Khem Raj
On Sat, Dec 10, 2016 at 9:48 AM, wrote: > I am trying to remove the udhcp( client / server) components in busybox when > I include ‘connman’ in my image. > usually busybox applets are used as fallbacks to fill in the blanks and if there is other package providing a given utility then its chosen

[yocto] busybox and images, how to change busybox based on image component added

2016-12-10 Thread richard_allen
I am trying to remove the udhcp( client / server) components in busybox when I include 'connman' in my image. I have a busybox_%.bbappend which will SRC_URI_append = " file://no-uhdpc.cfg" no-uhdcpc.cfg CONFIG_UDHCPD=n CONFIG_UDHCPC=n Hitting serval issues: -) need to do a bitbake -c cleanall

[yocto] Error during webkit compilation for rasberry pi3

2016-12-10 Thread Mont3z Claros
Hi all, I don't know what I'm doing wrong but I'm getting an error during compilation of webkit for raspberry pi3. Please see below the error and my configurations, Thanks, Mont3z local.conf: MACHINE = "raspberrypi3" DISTRO_FEATURES_append = " x11 gles2" IMAGE_INSTALL_append = " webkitgtk-bin"

[yocto] [meta-oic][PATCH] Update for IoTivity 1.2.0

2016-12-10 Thread Philippe Coval
Note: build parameters are now aligned to upstream default. Compared to earlier recipe, configuration changes are: - Previous WITH_RD parameter is now replaced by RD_MODE (set to CLIENT by default) - ROOTING was previously set to gateway (GW) while default use EP, which is also used in th