[yocto] [meta-oracle-java][PATCH v2] oracle-java: create directory before creating links

2017-08-16 Thread Jan Remmet
if bindir directory doesn't exists the link is created wrongly: file -b tmp/work/x86_64-linux/oracle-jse-jdk-x86-64-native/1.8.0-u131r0/image/home/yocto/build/tmp/sysroots/x86_64-linux/usr/bin symbolic link to `/home/yocto/build/tmp/sysroots/x86_64-linux/usr/lib/jvm/java-8-oracle/bin/javac' test

[yocto] Apt-get is not working...

2017-08-16 Thread mohammed aqdam
hello everyone, i was trying to build image for rpi 3 using yocto... after few attempts i have build the image...but it not had apt-get so i added IMAGE_INSTALL_append +=" apt" above line local.conf. now i apt-get is working but whenever i try to add any package it will give package not found error

Re: [yocto] Machine definition ?

2017-08-16 Thread Giordon Stark
Hi, You should be able to write MACHINE = "orange-pi-one" to set the machine correctly. Giordon On Wed, Aug 16, 2017 at 10:23 PM Riko wrote: > Dear Yocto Members, > > I have a question related with machine, > > If I want to use Orange Pi, how can I define my machine on local.conf ? > > Relat

[yocto] Machine definition ?

2017-08-16 Thread Riko
Dear Yocto Members, I have a question related with machine, If I want to use Orange Pi, how can I define my machine on local.conf ? Related with : https://github.com/linux-sunxi/meta-sunxi/tree/morty/conf/machine /* Sent By Ubuntu 16.04 LTS Regards, Riko H */ -- ___

[yocto] [ANNOUNCEMENT] Milestone 2 for Yocto Project 2.4 now available

2017-08-16 Thread Tracy Graydon
The second milestone release for Yocto Project 2.4 is available for download now. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.4_M2/ eclipse-poky-mars 92aa0e79e8b01c56f0670af3cd8296ec68b43350 eclipse-poky-neon 83e0083ef3a71e10039ace7d18057dddc154408b meta-qt3 f3

Re: [yocto] [meta-oracle-java][PATCH] oracle-java: create directory before creating links

2017-08-16 Thread Khem Raj
On Wed, Aug 16, 2017 at 5:54 AM, Jan Remmet wrote: > if bindir directory doesn't exists the link is created wrongly: > > file -b > tmp/work/x86_64-linux/oracle-jse-jdk-x86-64-native/1.8.0-u131r0/image/home/yocto/build/tmp/sysroots/x86_64-linux/usr/bin > symbolic link to > `/home/yocto/build/tmp/s

[yocto] [meta-oracle-java][PATCH] oracle-java: create directory before creating links

2017-08-16 Thread Jan Remmet
if bindir directory doesn't exists the link is created wrongly: file -b tmp/work/x86_64-linux/oracle-jse-jdk-x86-64-native/1.8.0-u131r0/image/home/yocto/build/tmp/sysroots/x86_64-linux/usr/bin symbolic link to `/home/yocto/build/tmp/sysroots/x86_64-linux/usr/lib/jvm/java-8-oracle/bin/javac' test

Re: [yocto] NotImplementedError from sanity check

2017-08-16 Thread Joshua Lock
On 16/08/17 15:42, Vuille, Martin (Martin) wrote: In the process of transitioning from Fido to Morty. In the past, when sanity detected a version mismatch with some of the configuration files (e.g., local.conf, bblayers.conf,) an error message was displayed. Now, we see the below, which I do

Re: [yocto] NotImplementedError from sanity check

2017-08-16 Thread Leonardo Sandoval
On Wed, 2017-08-16 at 14:42 +, Vuille, Martin (Martin) wrote: > In the process of transitioning from Fido to Morty. > > In the past, when sanity detected a version mismatch with some of > the configuration files (e.g., local.conf, bblayers.conf,) an error message > was displayed. > > Now, w

[yocto] Building multiple U-Boot configurations

2017-08-16 Thread colin.helliwell
Just wondering if there's a clean n simple way to modify machine/recipe configs such that I can build two versions of U-Boot - one for development, one for production. Obviously I'll need to watch out for which one is 'deployed', but unsure of a nice way to get two built - separate recipes which p

[yocto] pkgname QA warnings not displayed

2017-08-16 Thread Vuille, Martin (Martin)
Transitioning from Fido to Morty Noticed that there now QA warnings for packages with incorrect names. But it seems these warnings only show up in tmp/qa.txt, they are not displayed in the build output. Is that a bug or intentional? Is there a way to make them appear in the build output? MV --

[yocto] NotImplementedError from sanity check

2017-08-16 Thread Vuille, Martin (Martin)
In the process of transitioning from Fido to Morty. In the past, when sanity detected a version mismatch with some of the configuration files (e.g., local.conf, bblayers.conf,) an error message was displayed. Now, we see the below, which I do not find very informative or helpful. Is that a bug o

Re: [yocto] Debugging Yocto Project build failures

2017-08-16 Thread Trevor Woerner
On Thu, Aug 10, 2017 at 8:36 AM, Never Read wrote: > Instead of running make to try and debug the problem (which takes ages to > reach the point of error), is there a way to use do_compile to manually > compile/build this one item? Along with the log files, in the "temp" directory of each recipe

Re: [yocto] [yocto-autobuilder][PATCH] /bin/checkvnc

2017-08-16 Thread Joshua Lock
Thanks, queued for merge (after tweaking the commit message some) Joshua On 15/08/17 22:53, Graydon, Tracy wrote: [Yocto #11897] The checkvnc script uses deprecated netstat command for finding vnc sessions. This breaks on Centos, and will break on other OS as it is removed in the future. Drop

Re: [yocto] rpi-basic-image-1.0-r0 do_rootfs: Function failed: do_rootfs

2017-08-16 Thread mohammed aqdam
On 8/16/17, mohammed aqdam wrote: > oot@pcz-ee207837-2:/u/my_poky/poky/build# bitbake rpi-hwup-image > Parsing recipes: 100% > |##| > Time: 0:03:19 > Parsing of 1

Re: [yocto] Debugging Yocto Project build failures

2017-08-16 Thread Paul Barker
On Thu, Aug 10, 2017 at 1:36 PM, Never Read wrote: > Hi, > > > > I am trying to build a yocto project for a particular platform and get a > compile error after about 45 minutes or so. > > > > The error is reported as a do_compile error when trying to compile a source > file for jq-1.5-r0 (JSON str