[yocto] Where to look when literally nothing happens?

2018-11-01 Thread Erik Hoogeveen
none of the peripherals like the ethernet ever come to life either. And since nothing happens I really have no idea where to look for a solution. I’m guessing this is a bit of a noob issue? It would be great if someone could point me in a direction to look at. Kind regards, Erik Hoogeveen

Re: [yocto] Where to look when literally nothing happens?

2018-11-01 Thread Erik Hoogeveen
give me are very much appreciated. Kind regards, Erik On 1 Nov 2018, 12:51 +0100, Outback Dingo , wrote: On Thu, Nov 1, 2018 at 6:33 PM Erik Hoogeveen wrote: Hello, I’m rather new to embedded software and Yocto. I hope this is the right place to ask. If not I’d appreciate it if someone could

Re: [yocto] Yocto - Rpi: u-boot --- hangs on boot?

2018-12-20 Thread Erik Hoogeveen
Hi, I had something similar but with a RPI compute module 3. For me it helped to put the u-boot.bin file in config.txt. See: https://github.com/agherzan/meta-raspberrypi/issues/359 Cheers, Erik On 18 Dec 2018, 17:28 +0100, yocto-requ...@yoctoproject.org, wrote: Date: Mon, 17 Dec 2018 18:37:04 +00

[yocto] [meta-java] How to include sound support?

2019-02-19 Thread Erik Hoogeveen
y I can’t get it to omit "BUILD_SOUNDLESS_ONLY=1 “ when building. As far as I can tell it should enable sound when alsa is both in PACKAGECONFIG and DISTRO_FEATURES. Any hints as to what I’m overlooking? Thanks! Kind regards, Erik Hoogeveen -- ___ yocto maili

Re: [yocto] Storing Sstate in S3 success stories?

2019-02-26 Thread Erik Hoogeveen
Hi Timothy, The S3 protocol is HTTP(S) based, the overhead per object is quite significant. This is not much of a problem for large files but the sstate_cache contains mostly lots of really small files. I think in this case you’re better of storing the cache on a secondary EBS volume that you c

Re: [yocto] What is the right SRC_URI syntax for g...@bitbucket.org?

2019-04-23 Thread Erik Hoogeveen
Hi, This works for me. I've have setup ssh my identity for Bitbucket. I use this in my recipes: SRC_URI = "gitsm://g...@bitbucket.org//.git;protocol=ssh;branch=${BRANCH}" Cheers, Erik On 21 Apr 2019, 02:58 +0200, JH , wrote: Hi, Could someone kindly clarify what is the syntax to access git sou

Re: [yocto] What is the right SRC_URI syntax for g...@bitbucket.org?

2019-04-24 Thread Erik Hoogeveen
r need to set a valid SRCREV. Thank you. Kind regards, - jupiter On 4/23/19, Erik Hoogeveen wrote: Hi, This works for me. I've have setup ssh my identity for Bitbucket. I use this in my recipes: SRC_URI = "gitsm://g...@bitbucket.org//.git;protocol=ssh;branch=${BRANCH}" C

Re: [yocto] libGL missing. Which packages bring it?

2019-08-22 Thread Erik Hoogeveen
Hi Mauro, Have you tried searching the layer index? https://layers.openembedded.org/ Cheers, Erik On 21 Aug 2019, 11:11 +0200, Mauro Ziliani , wrote: Hi all I try to compile kivy for Pyro and Python3 for framebuffer con RPi3. The builder cannot find libGL and -lGL linker fails. Which are the p

Re: [yocto] Alternative to _git.bb convention for unstable versions?

2019-09-16 Thread Erik Hoogeveen
Hello Keith, I’m not sure if this is any good, I’m not all that experienced with Yocto. But would it be an idea to add PREFERRED_VERSION ?= “1.0” in your layer.conf to provide your users with a sane default? Cheers, Erik On 13 Sep 2019, 18:00 +0200, keith.derrick , wrote: Thanks Martin. I was t