Re: [yocto] git works standalone, but not within yocto for weird Azure Devops ssh uri

2018-10-03 Thread Jakob Hasse
Hi Evan, Thank you very much for the answer! I tried your format as well, unfortunately still had the same problem. It looks to me a bit like a bug in the bitbake/Yocto code processing the fetch URL. But I'll investigate further later. All the Best, Jakob On 20.09.2018 15:49, Evan O'Loughlin

[yocto] Installing Python app from source

2018-10-03 Thread Brian Zambrano
I'm trying to install my own Python application from source, and having a hard time finding resources on how to accomplish it. I'm new to this ecosystem and am probably missing something fundamental. My recipe is structured like this...and my build is configure such that it does actually find it.

Re: [yocto] [meta-intel] ac_nonexistent.h error in do_configure

2018-10-03 Thread Burton, Ross
On Wed, 3 Oct 2018 at 09:40, Anuj Mittal wrote: > This check is supposed to fail. This is a sanity test, that header isn't > supposed to exist and autoconf expects this compilation error. I don't > think this is the actual point of failure. What would be useful is the output of 'bitbake

Re: [yocto] [meta-intel] ac_nonexistent.h error in do_configure

2018-10-03 Thread Anuj Mittal
On 10/02/2018 11:53 PM, Muhlenkamp, Lewis wrote: > configure:4485: x86_64-oe-linux-gcc -E > --sysroot=/home/lmuhlenkamp/build-target02/tmp-glibc/work/corei7-64-oe-linux/xf86-video-intel/2_2.99.917+gitAUTOINC+e4fe79cf0d-r0/recipe-sysroot >   > -m64 -march=nehalem -mtune=generic -mfpmath=sse

Re: [yocto] changing kernel config in Morty build

2018-10-03 Thread Zoran Stojsavljevic
Hello Greg, Not sure if this can help, since I do Sumo. This works for Sumo, no idea if ths works for Morty. https://www.yoctoproject.org/docs/2.5/kernel-dev/kernel-dev.html#using-an-in-tree-defconfig-file Hope this helps, Zoran ___ On Tue, Oct 2, 2018 at 11:39 PM Greg Wilson-Lindberg