= "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
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
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
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
.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
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
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
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
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