Re: [yocto] layer.conf on openembedded-core ?

2017-08-15 Thread Riko
so from this page https://layers.openembedded.org/layerindex/branch/pyro/layers/ for example I want to use 'pyro' branch : I will do #> git clone -b pyro git://git.openembedded.org/openembedded-core On 16/08/17 07:50, Martin Jansa wrote: On Wed, Aug 16, 2017 at 07:40:10AM +0800, Riko Ho

Re: [yocto] layer.conf on openembedded-core ?

2017-08-15 Thread Riko
This one : |git clone -b morty git://any layers ===> if I use morty as my branch ? correct me ? thanks | On 16/08/17 07:50, Martin Jansa wrote: On Wed, Aug 16, 2017 at 07:40:10AM +0800, Riko Ho wrote: I see, so I must use all layers within the same branch. Could you tell me where I can

Re: [yocto] downloads.yoctoproject.org timeouts and service interruptions

2017-08-15 Thread Michael Halstead
Dedicated hardware is now in place. This should resolve these issues. Please report any new timeouts in #yocto if possible. On 08/15/2017 10:27 AM, Michael Halstead wrote: > On Wednesday August 9th we upgraded the backend storage for > downloads.yoctoproject.org and related sites. The new

Re: [yocto] layer.conf on openembedded-core ?

2017-08-15 Thread Martin Jansa
On Wed, Aug 16, 2017 at 07:40:10AM +0800, Riko Ho wrote: > I see, so I must use all layers within the same branch. > Could you tell me where I can download those layers in the sma branch? > I didn't see the branch when I clone the layers. This might help you: https://git-scm.com/documentation >

Re: [yocto] layer.conf on openembedded-core ?

2017-08-15 Thread Riko Ho
I see, so I must use all layers within the same branch. Could you tell me where I can download those layers in the sma branch? I didn't see the branch when I clone the layers. Regards, On Aug 15, 2017 10:11 PM, "Martin Jansa" wrote: > But it's related to it, in this

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

2017-08-15 Thread Graydon, Tracy
[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 the dependency on netstat and instead grep /proc/net/tcp for active sessions on 5901 port. Signed-off-by: Graydon,

Re: [linux-yocto] [PATCH 1/3] mm: larger stack guard gap, between vmas

2017-08-15 Thread Bruce Ashfield
If there was a 0/N for this series, I managed to miss it. What tree is this for ? And what issue is it fixing ? Bruce On 2017-08-14 10:51 PM, jianchuan.w...@windriver.com wrote: From: Hugh Dickins commit 1be7107fbe18eed3e319a6c3e83c78254b693acb upstream. Stack guard page

Re: [yocto] ERROR: gcc-source-6.3.0-6.3.0-r0 do_fetch: Fetcher failure for URL: 'file://0002-uclibc-conf.patch'. Unable to fetch URL from any source.

2017-08-15 Thread Khem Raj
On Tue, Aug 15, 2017 at 10:14 AM, Martin Jansa wrote: > He is mixing poky/pyro with oe-core/master. All recent issues reported by > Riko are caused by that. > ah I see. > On Tue, Aug 15, 2017 at 5:49 PM, Khem Raj wrote: >> >> >> Thanks for sharing

[yocto] downloads.yoctoproject.org timeouts and service interruptions

2017-08-15 Thread Michael Halstead
On Wednesday August 9th we upgraded the backend storage for downloads.yoctoproject.org and related sites. The new hardware is much faster but it is also depended on by more systems. August 12th connections began timing out due to contention. I'm working on tuning to keep downloads available right

Re: [yocto] ERROR: gcc-source-6.3.0-6.3.0-r0 do_fetch: Fetcher failure for URL: 'file://0002-uclibc-conf.patch'. Unable to fetch URL from any source.

2017-08-15 Thread Martin Jansa
He is mixing poky/pyro with oe-core/master. All recent issues reported by Riko are caused by that. On Tue, Aug 15, 2017 at 5:49 PM, Khem Raj wrote: > > Thanks for sharing your build configuration. It says you are on > pyro release and I see this patch is there. So something

Re: [yocto] ERROR: gcc-source-6.3.0-6.3.0-r0 do_fetch: Fetcher failure for URL: 'file://0002-uclibc-conf.patch'. Unable to fetch URL from any source.

2017-08-15 Thread Khem Raj
Thanks for sharing your build configuration. It says you are on pyro release and I see this patch is there. So something else is triggering it. Do you have any local changes ? On 8/14/17 10:35 PM, Riko wrote: > Do you mean this one ? > > Build Configuration: > BB_VERSION    = "1.34.0" >

Re: [yocto] layer.conf on openembedded-core ?

2017-08-15 Thread Martin Jansa
But it's related to it, in this thread he added oe-core/meta in master branch to BBLAYERS in poky build (already including poky/meta) from pyro branch. That's why he is seeing 3 strange issues reported in couple threads already (and this is also 3rd time someone telling him that he shouldn't

Re: [yocto] layer.conf on openembedded-core ?

2017-08-15 Thread Leonardo Sandoval
On Tue, 2017-08-15 at 09:09 +0800, Riko wrote: > Dear Team Yocto Members, > > I continue compiling, and got : > > ERROR: > /home/bianchi/poky/openembedded-core/meta/recipes-core/images/build-appliance-image_15.0.0.bb: > No IMAGE_CMD defined for IMAGE_FSTYPES entry 'wic.vmdk' - possibly invalid

Re: [yocto] release management

2017-08-15 Thread Joshua Watt
On Tue, 2017-08-15 at 09:25 +0200, Mike Looijmans wrote: > On 14-08-17 21:10, Gunnar Andersson wrote: > > > > Hey Russell > > > > I don't claim to be an authority on best practices but I will share > > some > > thoughts. > > > > On Sun, 2017-08-13 at 06:58 -0400, Russell Peterson wrote: > > >

Re: [yocto] How can I use PREFERRED_VERSION_ ?

2017-08-15 Thread Anders Darander
* Riko [170815 14:36]: > is openembedded-core layer equal to meta-openembedded layer ? Did you read my reply to your other thread? > this conf was working before : > BBLAYERS ?= " \ > /home/bianchi/poky/meta \ > /home/bianchi/poky/meta-poky \ >

Re: [yocto] How can I use PREFERRED_VERSION_ ?

2017-08-15 Thread Riko
is openembedded-core layer equal to meta-openembedded layer ? this conf was working before : BBLAYERS ?= " \ /home/bianchi/poky/meta \ /home/bianchi/poky/meta-poky \ /home/bianchi/poky/meta-yocto-bsp \ /home/bianchi/poky/openembedded-core \ /home/bianchi77/poky/meta-openembedded \

Re: [yocto] ERROR: gcc-source-6.3.0-6.3.0-r0 do_fetch: Fetcher failure for URL: 'file://0002-uclibc-conf.patch'. Unable to fetch URL from any source.

2017-08-15 Thread Anders Darander
* Riko [170815 07:42]: > Do you mean this one ? Yes. > Build Configuration: > BB_VERSION= "1.34.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "universal" > TARGET_SYS= "arm-poky-linux-gnueabi" > MACHINE = "beaglebone" > DISTRO

Re: [yocto] How can I use PREFERRED_VERSION_ ?

2017-08-15 Thread Martin Jansa
and you should start by not including 2 different versions of openembedded-core/meta in your builds. Then you won't need PREFERRED_VERSION for openssl and the issue with wic.vmdk you reported elsewhere will also probably disappear. On Tue, Aug 15, 2017 at 7:31 AM, Khem Raj

Re: [yocto] release management

2017-08-15 Thread Mike Looijmans
On 14-08-17 21:10, Gunnar Andersson wrote: Hey Russell I don't claim to be an authority on best practices but I will share some thoughts. On Sun, 2017-08-13 at 06:58 -0400, Russell Peterson wrote: Hello. As I learn more about yocto and more importantly gain practical experience with it I

Re: [yocto] Errors while tring rpi-test-image for rpi3

2017-08-15 Thread Petter Mabacker
On Sun, 2017-08-13 at 09:28 -0700, Khem Raj wrote: > On Sat, Aug 12, 2017 at 11:42 PM, Petter Mabacker > wrote: > > On Sat, 2017-08-12 at 15:10 +0300, Jussi Kukkonen wrote: > > > > > ERROR: Nothing PROVIDES 'libav' (but > > > > > >