Re: [yocto] i.MX6DL Qt5.5 Image

2015-11-23 Thread Tanu Kaskinen
On Mon, 2015-11-23 at 20:41 -0800, Charles Chau wrote: > Thank you very much for replying, > > Most of the problem I encounter is Package Dependencies which I cannot  > find anywhere (with Google). Do you mean you can't find the dependencies, or you can't find documentation for how dependencies w

Re: [yocto] [OE-core] RFC: Reference updater filesystem

2015-11-23 Thread Anders Darander
* Mariano Lopez [151123 22:41]: > There has been interest in an image based software updater in Yocto Project. Ok. Sure, it might be nice with something that can be shared, instead off everyone's building our own solutions. > The proposed solution for a image based updater is to use Stefano Bab

Re: [yocto] i.MX6DL Qt5.5 Image

2015-11-23 Thread Charles Chau
Thank you very much for replying, Most of the problem I encounter is Package Dependencies which I cannot find anywhere (with Google). I am still learning the components to build an image so Yocto is confusing. I wanted to build qt5 for free i.MX6 board. In the beginning, I was trying to buil

Re: [yocto] i.MX6DL Qt5.5 Image

2015-11-23 Thread Tanu Kaskinen
On Mon, 2015-11-23 at 14:28 -0800, Charles Chau wrote: > I have meta-fsl-arm, meta-fsl-arm-extra, and meta-fsl-demos.  I checked  > and it has fsl-alsa-plugin as well as alsa-plugin. > > I tried to delete the recipes-multimedia in meta-fsl-arm, and it fails  > during compile. > What should I do?

Re: [yocto] [PATCH][meta-selinux] libselinux, libsepol: depends on coreutils-native

2015-11-23 Thread Chris Patterson
> On 10/21/2015 05:49 AM, Khem Raj wrote: >> >>> On Oct 20, 2015, at 2:49 AM,wenzong.fan at windriver.com wrote: >>> >>> From: Wenzong Fan >>> >>> 'ln --relative' doesn't work on Ubuntu 12.04 that has ln 8.13. The > > > > OE-Core has lnr script you can use that. > / > It's good to know this.

[yocto] qtwebengine: Raspberry PI2 branch jehtro error: cannot convert 'bool' to 'boolean'

2015-11-23 Thread Cleiton Bueno
Error compiling Yocto Poky (jethro) with metal-qt5 (jethro). | /media/cleiton/DATA/yocto/poky-jethro/tmp/work/cortexa7hf-vfp-vfpv4-neon-poky-linux-gnueabi/qtwebengine/5.5.1+gitAUTOINC+qtwebengine_146ebe26dc-r0/git/src/3rdparty/chromium/ui/gfx/codec/jpeg_codec.cc: In static member function 'stati

Re: [yocto] [meta-intel] "Crazy" Xorg memory usage after upgrading from Daisy to Fido

2015-11-23 Thread Chris Tapp
Hi Vincent, I’ve finally got back to being able to investigate this further. I’ve now moved on to “jethro” and I’m seeing exactly the same behaviour. I’ve tried with kernel versions 3.14.39, 3.19.5 and 4.1.8. > On 10 Jun 2015, at 03:50, Cheah, Vincent Beng Keat > wrote: > > Hi Chris, > > I

Re: [yocto] i.MX6DL Qt5.5 Image

2015-11-23 Thread Charles Chau
I have meta-fsl-arm, meta-fsl-arm-extra, and meta-fsl-demos. I checked and it has fsl-alsa-plugin as well as alsa-plugin. I tried to delete the recipes-multimedia in meta-fsl-arm, and it fails during compile. What should I do? I have narrow down to only bitbake qtbase (Jethro branch

[yocto] RFC: Reference updater filesystem

2015-11-23 Thread Mariano Lopez
There has been interest in an image based software updater in Yocto Project. The proposed solution for a image based updater is to use Stefano Babic's software updater (http://sbabic.github.io/swupdate). This software do a binary copy, so it is needed to have at least two partitions, these part

Re: [yocto] Problem using unix source in do_compile

2015-11-23 Thread Paul Eggleton
On Monday 23 November 2015 19:08:27 Edward Vidal wrote: > Edward Vidal Jr. e-mail devel...@sbcglobal.net 915-595-1613 wrote: > On Sunday, November 22, 2015 3:35 PM, Paul Eggleton > wrote: >> On Sunday 22 November 2015 13:25:21 Edward Vidal wrote: >> > Hi all,I am trying to use run the bitbake

Re: [yocto] Problem using unix source in do_compile

2015-11-23 Thread Edward Vidal
Hello Paul, Thanks for your quick rely. Yes, I am running "ubuntu 12.04 x86_64". In a shell before  or after  running  ". oe-init-build-env" either of these 2 commands below work okay."source /opt/Xilinx/14.6/ISE_DS/settings64.sh" or ". /opt/Xilinx/14.6/ISE_DS/settings64.sh" I am able to run (

Re: [yocto] i.MX6DL Qt5.5 Image

2015-11-23 Thread Tanu Kaskinen
On Fri, 2015-11-20 at 17:01 -0800, Charles Chau wrote: > Hello, > > I am trying to upgrade my image from Daisy to Jethro. > > I followed this tutorial from Wandboard  > http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard > The Core Board I am using is Freescale i.MX6DL board

[yocto] i.MX6DL Qt5.5 Image

2015-11-23 Thread Charles Chau
Hello, I am trying to upgrade my image from Daisy to Jethro. I followed this tutorial from Wandboard http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard The Core Board I am using is Freescale i.MX6DL board I am getting a lot of error of dependencies from the previous tut

Re: [yocto] linux-yocto_4.1.bbapend

2015-11-23 Thread Burton, Ross
On 21 November 2015 at 01:47, Ilya Katsnelson wrote: > Sorry for a wide spam but I couldn’t find the right area in Bugzilla where > to put this question/error to. > > > > I was debugging a properly generated BSP and found this potential problem: > > There is a file named > scripts/lib/bsp/substra

Re: [yocto] %pre scriptlet failed in Guestfish

2015-11-23 Thread Mark Hatle
On 11/23/15 6:39 AM, Alexandre Freire da Silva Osorio wrote: > Hello, > > Running an image built with Yocto 1.8 in Guestfish I get the following error > when trying to install a RPM package: I don't know what Guestfish is. But in these cases, the best way to handle it is to us 'rpm -q --scriptl

[yocto] %pre scriptlet failed in Guestfish

2015-11-23 Thread Alexandre Freire da Silva Osorio
Hello, Running an image built with Yocto 1.8 in Guestfish I get the following error when trying to install a RPM package: sh "cd /home/root; rpm -ivh --nodeps package.rpm" libguestfs: trace: sh "cd /home/root; rpm -ivh --nodeps package.rpm" guestfsd: error: error: install: %pre scriptlet faile

[yocto] [meta-mono][PATCH] README.md: fix mailto links

2015-11-23 Thread Roger Meier
Signed-off-by: Roger Meier --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 223a6f0..e362469 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ For a walkthrough on building Mono for Raspberry Pi see: ## Maintainer(s) & Pat

[yocto] I2C driver problem

2015-11-23 Thread Emrah İşlek
Hi, I generated yocto core-image-minimal for microzed board. My problem is that there is no i2c bus under /dev or other places. I installed i2c-tools but this is not working without port. Could you help me? How can I add i2c under /dev? Thanks. -