[yocto] Problem with recipe that depends on a binary that is generated during its build

2020-11-22 Thread Matteo Iervasi
Hi! I'm trying to integrate the Icinga (https://github.com/Icinga/icinga2) in our Yocto project. As there are no ready recipes for it, I'm trying to write my own, starting from the one used for Nagios which is the original project Icinga forked from.

Re: [yocto] U-Boot sama5d3 xplained issue

2020-11-22 Thread Federico Pellegrin
Hi, I think it would be interesting information to know "how" you change the value inside "u-boot-at91/sama5d3_xplained_nandflash_config". As every time you rebuild it may be redownloaded, you should do this via a patch to append to the recipe. Are you doing this? Or just changing it locally?

Re: [yocto] Hardware video decode on RPi3

2020-11-22 Thread Khem Raj
On Thu, Nov 19, 2020 at 7:38 PM Rudolf J Streif wrote: > > I am trying to play back mp4 video (venerable Big Buck Bunny at this > time) on RPi3. > > I added gstreamer1.0, gstreamer1.0-omx and the plugins to the image. > > libgstomx.so is installed in usr/lib/gstreamer-1.0 on target. > > However,

Re: [yocto] U-Boot sama5d3 xplained issue

2020-11-22 Thread Khem Raj
perhaps asking it on https://github.com/linux4sam/u-boot-at91 via github issues might be helpful too. On Sat, Nov 21, 2020 at 4:26 AM David Novak wrote: > > I'm working on this project with Pratham. Let me provide a few more details. > > We've defined > > UBOOT_MACHINE ?=

Re: [yocto] Python function caching question

2020-11-22 Thread Khem Raj
On Sun, Nov 22, 2020 at 6:17 PM Michael Callahan wrote: > > I am having trouble with sstate caching of my os-release.bbappend and > am stuck. The simple example file looks like something below, where I > am setting a variable from a computed python function. What's the magic > to make the

[yocto] Python function caching question

2020-11-22 Thread Michael Callahan
I am having trouble with sstate caching of my os-release.bbappend and am stuck. The simple example file looks like something below, where I am setting a variable from a computed python function. What's the magic to make the find_version(d) always run but do_compile to only run if VERSION

[linux-yocto] [yocto-kernel-cache master PATCH] virtio.cfg: enable virtio-vsock

2020-11-22 Thread Vasyl Vavrychuk
virtio-vsock provides a POSIX Sockets API based host/guest communications capability. Signed-off-by: Vasyl Vavrychuk --- cfg/virtio.cfg | 4 1 file changed, 4 insertions(+) diff --git a/cfg/virtio.cfg b/cfg/virtio.cfg index 3b3ccbc8..938d2da5 100644 --- a/cfg/virtio.cfg +++