Re: [yocto] [meta-qt5] static link plugin lib path problem

2015-02-05 Thread Qiang Yu
I find some valuable info from https://github.com/meta-qt5/meta-qt5/wiki/Building-with-OE Now I use $$[QT_INSTALL_PLUGINS] which qmake will prefix /usr/lib/plugins with SYSROOT. But the Makefile has another problem when upgrade to 5.4: LIBS = $(SUBLIBS)

Re: [yocto] [meta-qt5] static link plugin lib path problem

2015-02-05 Thread Qiang Yu
The libdir problem occurs when I change $$[QT_INSTALL_PLUGINS/get] to $$[QT_INSTALL_PLUGINS]. On Fri, Feb 6, 2015 at 1:32 PM, Qiang Yu yuq...@gmail.com wrote: I find some valuable info from https://github.com/meta-qt5/meta-qt5/wiki/Building-with-OE Now I use $$[QT_INSTALL_PLUGINS] which

[yocto] http://adtrepo.yoctoproject.org Not Found

2015-02-05 Thread Gabo
Hallo, it seems the server http://adtrepo.yoctoproject.org does not respond correcty (Page Not Found 404) this is the output of adt-installer script --2015-02-03 10:12:11-- http://adtrepo.yoctoproject.org/1.6.1 Resolving adtrepo.yoctoproject.org (adtrepo.yoctoproject.org)... 140.211.169.59

[yocto] SDKMACHINE settings

2015-02-05 Thread Parthiban Kandasamy
entirely i am new to embedded linux. first i did bitbake of core-image-minimal it came out very well. then again i tried sdk toolchain development using bitbake -k meta-toolchain-qte. it gives so many error. so could you provide details for how do i start to develop BSP for beagleboard-XM. i am

[yocto] MIPS32r2 little endian bsp

2015-02-05 Thread Raghavendra Kakarla
Hi, I need to create a bsp layer for my board which is having mips32r2 little endian processor. I gone through the YOCTO BSP user manual bit there is no information for little endian. When I create with the yoct-bsp command is taking the mips32 big endian only. Could you please help me in

Re: [yocto] [meta-qt5] static link plugin lib path problem

2015-02-05 Thread Qiang Yu
I find the problem: qt.prf: plugpath = $$[QT_INSTALL_PLUGINS/get] both $$[QT_INSTALL_PLUGINS/get] and $$[QT_INSTALL_PLUGINS/raw] equal /usr/lib/qt5/plugins but $$[QT_INSTALL_PLUGINS] equals right path. Now my question is 1. why there are three var of QT_INSTALL_PLUGINS? 2. where are their

Re: [yocto] Confused with adding drivers to kernel via bitbake -c menuconfig

2015-02-05 Thread Alvin D.M. DIZON
Hello Kevyn, Thanks for your help. Do I still have to run bitbake -c cleansstate after creating the configuration fragment? Or do I go straight to bitbake linux-imx or bitbake fsl-image-x11? Thanks From: Kevyn-Alexandre Paré [kap...@rogue-research.com]

[yocto] How to build a library for both linux and windows

2015-02-05 Thread Francisco Torres
Hello, We use Yocto to build a Linux distribution for an embedded device. This device uses clutter to create the graphical user interface. Also there is a Windows tool (Codesys) which is able to generate applications which will run in our device. In order to create an app in windows which has