Re: [yocto] Specifying MACHINE when setting up build environment

2018-01-13 Thread Jan Siegmund
Hi, Am 13.01.2018 um 18:07 schrieb colin.helliw...@ln-systems.com: > Is there a way to specify what MACHINE is put into local.conf when first > setting up the build directory with oe-init-build-env? > I have my own TEMPLATECONF which I use, but I'd like to be able to set the > MACHINE on the comma

[yocto] Backport of oe-core patch 147074 to rocko

2018-01-16 Thread Jan Siegmund
Hi all, could commit 953f6d9a717945cc20228e7f75371adc27f4ffbe be added to branch rocko? It fixes breaking packaging when using lz4. Regards, Jan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Add Python 3 custom package to native tools

2018-01-18 Thread Jan Siegmund
Hi all, I want to add the Python 3 custom package foo to my native host tools to execute its executable in a class. How could I do that? I already inherited distutils3 to my foo recipe, but when I launch foo with oe-run-native, the error pkg_resources.DistributionNotFound: The 'foo=1.0' distribut