[yocto] cups: 2.1.4 cups-filter build

2017-04-17 Thread Weng Josn
Hello, I'm testing cups: 2.1.4 I need to serial backend support. How to compile or enable serial backend support ? Thanks. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-17 Thread Changhyeok Bae
FYI If you are using morty branch, mesa version should be upgraded to v12.0.3 for vc4 bug fix. There is some vc4 patches between v12.0.1 and v12.0.3 of mesa. Thanks Changhyeok 2017-04-17 10:11 GMT+09:00 Andreas Müller : > On Mon, Apr 17, 2017 at 2:27 AM, Trevor

Re: [yocto] Noobie questions

2017-04-17 Thread Gary Thomas
On 2017-04-17 16:27, bahjat khan wrote: Hi Gary, n.b. it's polite to keep responses on the mailing list so that everyone benefits! Thanks for the response! How will i know what to change in the local.conf file? Is there a Yocto article that tells me what the different variables in .bb

[linux-yocto] [PATCH] base.cfg: Add POSIX_TIMERS to fix ping hang

2017-04-17 Thread Saul Wold
busybox ping was hanging after 1 loop with 4.10.x/4.11.x kernel. ping was hanging waiting for alarm to expire. 4.10.x kernel intrdoduced new kernel config CONFIG_POSIX_TIMERS which needs to be enabled to enable calls timer_create, settimer, alarm etc. Signed-off-by: Kushwaha, Priyalee

Re: [yocto] meta-tensorflow

2017-04-17 Thread Khem Raj
On Mon, Apr 17, 2017 at 2:19 PM, Giuseppe Di Guglielmo wrote: > Hi, > is there any of the meta- layers supporting the installation of Google > TensorFlow? Does a package-specific layer make sense in Yocto? > Don't think so. There is tensor rt recipe in tegra bsp

[yocto] meta-tensorflow

2017-04-17 Thread Giuseppe Di Guglielmo
Hi, is there any of the meta- layers supporting the installation of Google TensorFlow? Does a package-specific layer make sense in Yocto? GDG -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [patchwork][PATCH v2] models.py: Improve Series naming when no cover letter is provided

2017-04-17 Thread Jose Lamego
The number/order prefix from a patch Subject line is inapropriately included when naming a Series where a cover letter is not provided and an additional prefix is present at the Subject. This change improves the substitution regex to omit the number/order and any other prefix that may be present.

Re: [yocto] Fwd: iMX6UL - QtQuick - QtQuick2DRenderer

2017-04-17 Thread Andreas Cord-Landwehr
Hi, one point I noticed directly, you should only use one "-", i.e. "-platform linuxfb" . Moreover, best check with "export QT_DEBUG_PLUGINS=1" that linuxfb is located and loaded correctly. Only if all of this works fine, you should start looking into the compile options. Cheers, Andreas On

Re: [yocto] Bug 11307 - sstate.bbclass tries to modify mirror files

2017-04-17 Thread Christopher Larson
On Tue, Apr 11, 2017 at 11:37 PM, Paulo Neves wrote: > Commit 51edde653707e7a3cd2186082458f01f32cd1996 makes a wrong > assumption that SSTATE_MIRRORS have write permissions. > > A mirror is by definition outside of it's user control. In my use case > it happens I does not

Re: [yocto] Static Lib build.

2017-04-17 Thread Weng Josn
Hi Yes I can provide and logs. What type logs do you need ? Thanks. 2017-04-17 7:40 GMT+01:00 Fabien Lahoudere : > On Sat, 2017-04-15 at 17:24 +0300, Life Life wrote: >> Hello, >> >> I'm try to build static library for SDK. >> >> Update the build/local.conf

[yocto] [meta-raspberrypi][morty][PATCH 7/7] README: Add info about raspberrypi0-wifi

2017-04-17 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- README | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 65a1e5f..17f8273 100644 --- a/README +++ b/README @@ -77,6 +77,7 @@ b. Add needed layer to bblayers.conf: c. Set MACHINE in local.conf to

[yocto] [meta-raspberrypi][morty][PATCH 4/7] firmware.inc: Bump to 20170405

2017-04-17 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-bsp/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 53c469e..1c3a911 100644 --- a/recipes-bsp/common/firmware.inc +++

[yocto] [meta-raspberrypi][morty][PATCH 1/7] linux-firmware: Bring up wifi/ble interface on rpi3

2017-04-17 Thread Andrei Gherzan
From: Khem Raj Currently the firmware is installed but kernel fails to load it due this .txt file missing in the firmware directory and it ends up with wifi/bluetooth i/f not being initialized. The error is also in dmesg [3.120991] usbcore: registered new interface

[yocto] [meta-raspberrypi][morty][PATCH 6/7] raspberrypi0-wifi.conf: Add machine configuration file

2017-04-17 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi0-wifi.conf | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 conf/machine/raspberrypi0-wifi.conf diff --git a/conf/machine/raspberrypi0-wifi.conf b/conf/machine/raspberrypi0-wifi.conf new file

[yocto] [meta-raspberrypi][morty][PATCH 5/7] rpi-base.inc: Include dtb for RPI0 WiFi

2017-04-17 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index e069e70..dc98099 100644 --- a/conf/machine/include/rpi-base.inc +++

[yocto] Noobie questions

2017-04-17 Thread bahjat khan
Hi Guys, I'm extremely new to the yocto project, i've done quite a bit of reading on it but i'm still very confused. I've set my self a simple task of changing the kernel for a Yocto image that i build, the commands i use to build this yocto image are: $ git clone

[yocto] How to write a recipe to add files/links in yocto rootfs

2017-04-17 Thread Jaggi, Manish
Hi When I run bitbake core-image-minimal a rootfs is generated. I have to create links to some files in the rootfs, and add some files. How to create a recipe which does that ? I thought of trying to extend do_rootfs but that didnt work. Regards, Manish Jaggi --

Re: [yocto] Symbolic link to ld-linux-armhf.so.3

2017-04-17 Thread Fabien Lahoudere
On Sat, 2017-04-15 at 20:47 +0200, Alvaro Garcia wrote: > Hi, I made a recipe for hamachi. Hamachi looks for /lib/ld-linux.so.3 but in > my poky build this > file is /lib/ld-linux-armhf.so.3. > > If I do ln -s /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3 hamachi runs fine > so the solution its >

Re: [yocto] Static Lib build.

2017-04-17 Thread Fabien Lahoudere
On Sat, 2017-04-15 at 17:24 +0300, Life Life wrote: > Hello, > > I'm try to build static library for SDK. > > Update the build/local.conf file with the following information > > SDKIMAGE_FEATURES = "staticdev-pkgs dev-pkgs" > > INHERIT += "buildhistory" > BUILDHISTORY_COMMIT = "0" >