Re: [yocto] [meta][PATCH] ptest.bbclass: fix path for multilib

2018-02-16 Thread Burton, Ross
On 16 February 2018 at 21:41, Kyle Russell wrote: > ptest-runner always looks at /usr/lib, so make this arch independent. > I'd say the bug here is in ptest-runner. I'd expect to be able to install libfoo-ptest and lib32-libfoo-ptest in parallel. Ross --

[yocto] [meta][PATCH] ptest.bbclass: fix path for multilib

2018-02-16 Thread Kyle Russell
ptest-runner always looks at /usr/lib, so make this arch independent. Signed-off-by: Kyle Russell --- meta/classes/ptest.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/ptest.bbclass b/meta/classes/ptest.bbclass index

[yocto] How to patch local source files

2018-02-16 Thread Aaron_Wright
I've been using "devtool modify/update-recipe" in order to generate patches in bbappends in my layer. However, I've run into a problem that seems like it should be easy, but it isn't. I want to patch a local source file. As in, a file referenced in SRC_URI that isn't the source code but more

Re: [yocto] [meta-virtualization] Yocto Recipe for LibRXE.

2018-02-16 Thread Randy MacLeod
On 2018-02-16 11:49 AM, Vish (Vishwanath) Maram wrote: Ross, Can you point me to what devtool you are talking about to generate the recipe? I am in process of learning tools on FPGA, not sure on how to generate as well? -Vish See:

[yocto] Removing busybox completely from the generated image

2018-02-16 Thread Iván Castell
Hello forum! I'm trying to build a yocto image without busybox and without any busybox applet deployed. I have tried that configuring my distro.conf file in this way: DISTRO_FEATURES_remove = " busybox" VIRTUAL-RUNTIME_base-utils = "" PREFERRED_PROVIDER_virtual/base-utils = ""

[yocto] go-runtime ABI issues when executing a Go lang project compiled with yocto

2018-02-16 Thread Iván Castell
Hi forum. I'm having ABI issues trying to compile a Go lang related project. In order to resolve my project dependencies, I use dep tool. To be able to dep, I had to modify meta/recipes-devtools/go/go-dep_0.3.0.bb, adding this at the end: BBCLASSEXTEND = "native nativesdk" After that, this

Re: [yocto] [PATCH 2/3] poky: update default kernel to v4.15

2018-02-16 Thread Bruce Ashfield
On 2018-02-16 1:14 AM, akuster808 wrote: On 02/15/2018 08:54 PM, Anuj Mittal wrote: Hi Bruce, On 02/07/2018 12:34 AM, Bruce Ashfield wrote: Updating the default kernel for qemu* to be v4.15. This allows easy integration of the latest fixes/features for new BSPs. 4.14 is also available as a

Re: [yocto] Howto generate a Yocto image with spanish full-support by default

2018-02-16 Thread Alexander Kanavin
On 02/16/2018 02:17 PM, Iván Castell wrote: After a lot of tests, I have been able to fix this creating these two files:     $ cat /etc/locale.conf     LANG=es_ES.UTF-8     LANGUAGE=es:en     $ cat /etc/profile.d/locale.sh     LC_ALL=es_ES     LANG=es_ES     LANGUAGE=es_ES After

[yocto] Howto generate a Yocto image with spanish full-support by default

2018-02-16 Thread Iván Castell
Hello yocto mailing list. I'm having troubles trying to setup a Yocto image with full support to English and Spanish languages (Spanish as default). The testing image I am building is based on the rocko branch, and my distro is "systemd" based. My current distro.conf yocto setup is this: