[yocto] [meta][PATCH] qemu: add a patch fixing the native build on newer kernels

2019-07-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The build fails on qemu-native if we're using kernels after commit 0768e17073dc527ccd18ed5f96ce85f9985e9115. This adds an upstream patch that fixes the issue. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/qemu/qemu.inc | 1 + ...o-h

Re: [yocto] native perl build wants to run target shared object

2018-10-05 Thread Bartosz Golaszewski
pon., 3 wrz 2018 o 17:59 Bartosz Golaszewski napisaƂ(a): > > Hi, > > I'm trying to add a recipe for a new perl package: linux-inotify. > > It's fairly standard package available in cpan[1]. > > I added the following DEPENDS and RDEPENDS: > > RDEPENDS_${P

[yocto] native perl build wants to run target shared object

2018-09-03 Thread Bartosz Golaszewski
b:do_compile) failed with exit code '1' NOTE: Tasks Summary: Attempted 3669 tasks of which 3667 didn't need to be rerun and 1 failed. Apparently the XSLoader module tries to use glob but instead of loading the host shared object it opens the target shared object and fails. I couldn&

Re: [yocto] Running cmake in the SDK environment from a script fails

2018-01-18 Thread Bartosz Golaszewski
2018-01-17 20:30 GMT+01:00 Bartosz Golaszewski : > Hi, > > I'm working on a project in which a base linux distribution is built > using yocto while a set of proprietary components is built with the > generated SDK (-c populate_sdk). > > These components use cmake for

[yocto] Running cmake in the SDK environment from a script fails

2018-01-17 Thread Bartosz Golaszewski
64-pokysdk-linux/ instead. I initially thought this to be a problem with the project's CMakeLists.txt but it seems fine given the fact that it builds when used manually. Any idea what could be the culprit here? Best regards, Bartosz Golaszewski [1] https://pastebin.com/1pqmbh7R -- ___