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
--
__
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 c19f65b..62b3621 100644
--- a/meta/cl
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 li
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:
http://www.yoctoproject.org/docs/2.5/sdk-manual/sdk-manual
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 = ""
Nonet
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
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 L
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 rebooti
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:
GL