Re: [yocto] [meta-intel] How to build module iasImage from bzImage outside yocto

2017-07-13 Thread Tim Orling
= "x86_64-poky-linux" > MACHINE = "gr-mrb-64" > DISTRO= "poky-ivi-systemd" > DISTRO_VERSION= "10.0+snapshot-20170713" > TUNE_FEATURES = "m64 corei7" > TARGET_FPU= "" > meta

[yocto] Cross compile recipe cmake

2017-07-13 Thread Elmar van Rijnswou
Hello! I've been doing a lot of searching on the internet,but I can't seem to find anybody with my problem. I'm trying to add a recipe to my image and deliver it straight with the system. Everything goes fine, up until the recipe I created links to other libraries. I have dependencies to Qt4. I

[yocto] [meta-rockchip][PATCH] linux: 4.11 -> 4.12

2017-07-13 Thread Trevor Woerner
Bump mainline kernel to latest release. Signed-off-by: Trevor Woerner --- recipes-kernel/linux/{linux_4.11.bb => linux_4.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-kernel/linux/{linux_4.11.bb => linux_4.12.bb} (88%) diff --git a/recipes-kernel/linux/linux_4

[yocto] QTVirtualKeyboard Custom Layout Problem

2017-07-13 Thread test gprs
Hi. I am using Yocto project on Rarpberry pi 3 with QT-QML 5.7. My Distro version is 2.2 - poky. My project need virtual keyboard for Turkish language. QT Virtual Keyboard has no support Turkish language so I think create my custom layout or change using English layout files. I cant found layout

[yocto] How to build module iasImage from bzImage outside yocto

2017-07-13 Thread Francesco Camarda (fcamarda)
.28.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-16.04" TARGET_SYS= "x86_64-poky-linux" MACHINE = "gr-mrb-64" DISTRO= "poky-ivi-systemd" DISTRO_VERSION= "10.0+snapshot-20170713" T

[yocto] [meta-gplv2][PATCH 1/1] rxvt-unicode: move it to BBFILES

2017-07-13 Thread Robert Yang
It should be in recipes-sato/rxvt-unicode, not recipes-sato. Signed-off-by: Robert Yang --- recipes-sato/{ => rxvt-unicode}/rxvt-unicode.inc | 0 recipes-sato/rxvt-unicode/{ => rxvt-unicode}/rxvt.desktop | 0 recipes-sato/rxvt-unicode/{ => rxvt-unicode}/rxvt.png | Bin recipes-s

[yocto] [meta-gplv2][PATCH 0/1] rxvt-unicode: move it to BBFILES

2017-07-13 Thread Robert Yang
The following changes since commit d96ec8f6895d34cc9b05d9a0101ac496db324b18: gnutls: make it independent on gnutls.inc from oe-core (2017-06-23 14:29:08 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/rxvt-unicode http://git.pokylinux.org/cgit.cgi/p

Re: [yocto] sstate cache not used when adding custom task

2017-07-13 Thread Joshua Lock
On Thu, 2017-07-13 at 10:52 +0200, Andreas Fenkart wrote: > Hi, > > A custom task in a bbclass causes all recipes including it to be > rebuilt every time. Link to full bbclass attached below. > > I already stripped that task down to this > > > addtask check after do_compile before do_build

[yocto] sstate cache not used when adding custom task

2017-07-13 Thread Andreas Fenkart
Hi, A custom task in a bbclass causes all recipes including it to be rebuilt every time. Link to full bbclass attached below. I already stripped that task down to this addtask check after do_compile before do_build addons_do_check() { : } If I remove the addtask line, the r