[yocto] Perl build question

2017-11-30 Thread Greg Sterijevski
Hi, I am building an operating system for a Gumstik Overo using the Poky-Krogoth branch. The build box is an openSuSe box. The build progresses quite a bit until I hit: MiscXS.c: loadable library and perl binaries are mismatched (got handshake key 0xde00080, needed 0xdb80080) for the qemu

Re: [yocto] dev package non-sym link

2017-11-30 Thread Rail Shafigulin
> Check whether the situation is the same in .../image/usr/lib. If so, then > the upstream is installing .so files incorrectly and you need to figure out > what it does and how to fix it so that it symlinks .so instead of copying or > hardlinking it. > > Alex Thanks for the reply. I changed do_ins

[yocto] Kernel Crash when moving from Pyro to Rocko (or master): change in kernel compile process or flags?

2017-11-30 Thread Roeder, Michael (Avnet Silica)
Hi, I am experiencing a Kernel crash when moving my system from Yocto 2.3 (Pyro) to Rocko or Master. Target system is an ARMv7 (NXP Layerscape LS1021a, built on Cortex-A7). This is what I did: 1) switched poky version 2) re-built same image in a new, blank directory Results: Root-FS works fine, t

Re: [yocto] Security upgrade stategy

2017-11-30 Thread Andre McCurdy
On Wed, Nov 29, 2017 at 11:24 AM, Khem Raj wrote: > On Wed, Nov 29, 2017 at 11:06 AM, Brian Smucker wrote: >> Hello, >> >> I have an older yocto-based image built with Danny. >> >> We have a need to update two components, php and dropbear, to the most >> modern versions for security purposes. >>

Re: [yocto] dev package non-sym link

2017-11-30 Thread Alexander Kanavin
On 11/30/2017 08:10 PM, Rail Shafigulin wrote: Somewhat new to Yocto. Trying to build a library. It compiled but I'm having issues during the package task. The error output is ERROR: anokiwavelib-1.0+gitAUTOINC+16df62468c-r0 do_package_qa: QA Issue: -dev package contains non-symlink .so: anokiwa

[yocto] dev package non-sym link

2017-11-30 Thread Rail Shafigulin
Somewhat new to Yocto. Trying to build a library. It compiled but I'm having issues during the package task. The error output is ERROR: anokiwavelib-1.0+gitAUTOINC+16df62468c-r0 do_package_qa: QA Issue: -dev package contains non-symlink .so: anokiwavelib-dev path '/work/cortexa9hf-neon-xilinx-linu

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: Setup lcd_rotate for Raspberry Pi display

2017-11-30 Thread Paul Barker
On Thu, Nov 30, 2017 at 5:16 PM, Paul Barker wrote: > On Wed, Nov 29, 2017 at 10:20 PM, wrote: >> From: Drew Moseley >> >> Signed-off-by: Drew Moseley >> --- >> docs/extra-build-config.md | 6 ++ >> recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++ >> 2 files changed, 12 in

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: Setup lcd_rotate for Raspberry Pi display

2017-11-30 Thread Paul Barker
On Wed, Nov 29, 2017 at 10:20 PM, wrote: > From: Drew Moseley > > Signed-off-by: Drew Moseley > --- > docs/extra-build-config.md | 6 ++ > recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++ > 2 files changed, 12 insertions(+) > > diff --git a/docs/extra-build-config.md b/docs

Re: [yocto] [[meta-raspberrypi]][PATCH] bluepy: add it

2017-11-30 Thread Paul Barker
On Tue, Nov 28, 2017 at 1:48 AM, Dengke Du wrote: > The bluepy can let us programming bluetooth le application in python. > > Signed-off-by: Dengke Du > --- > recipes-devtools/bluepy/bluepy_git.bb | 48 > ++ > ...compiling-get-the-cross-compiler-from-env.patch |

Re: [yocto] BKM for Importing Python Modules

2017-11-30 Thread Burton, Ross
On 30 November 2017 at 16:42, wrote: > "Burton, Ross" wrote on 11/30/2017 02:47:43 AM: > > Python functions in classes are executed by the Python that is > > executing bitbake, which doesn't have access to the modules in the > > native sysroot (and won't, as any compiled modules in there are > >

Re: [yocto] BKM for Importing Python Modules

2017-11-30 Thread Aaron_Wright
"Burton, Ross" wrote on 11/30/2017 02:47:43 AM: > Python functions in classes are executed by the Python that is > executing bitbake, which doesn't have access to the modules in the > native sysroot (and won't, as any compiled modules in there are > linked against the native python, not the hos

Re: [yocto] Concept clarification: can we deploy Yocto SDK to target?

2017-11-30 Thread Jerry Lian
Thanks Paul for your expert explanation, though I may not fully understand yet. Here is my scenario when raising my question: * After deploying yocto image to hardware-target, I try build an application (Autotools-based) * The build stopped and asked for linux kernel source. * So my image already

Re: [yocto] BKM for Importing Python Modules

2017-11-30 Thread Burton, Ross
Python functions in classes are executed by the Python that is executing bitbake, which doesn't have access to the modules in the native sysroot (and won't, as any compiled modules in there are linked against the native python, not the host python). You can solve this by either mandating python-cr

Re: [yocto] Solved : Re: Problems building U-Boot for x86_64

2017-11-30 Thread Stefan Roese
Hi Ferry, On 08.10.2017 18:50, Ferry Toth wrote: Op Fri, 25 Aug 2017 22:30:42 +, schreef Ferry Toth: Op Fri, 25 Aug 2017 21:22:40 +0200, schreef Ferry Toth: Khem Raj wrote: On 8/23/17 3:40 PM, Ferry Toth wrote: Op Wed, 23 Aug 2017 14:51:55 -0700, schreef Khem Raj: On 8/23/17 2:29