[yocto] QA notification for completed autobuilder build (yocto-3.0.rc2)

2019-10-09 Thread pokybuild
A build flagged for QA (yocto-3.0.rc2) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.0.rc2 Build hash information: bitbake: 5d83d828cacb58ccb7c464e799c85fd2d2a50ccc meta-gplv2: 9ca96786fd851150b518388bcb166efa0b4dfff9 meta-intel

[yocto] Kernel patches pulled from BSP definition file are not applied

2019-10-09 Thread Diego Santa Cruz
Hello there, I am trying to add a few BSP specific kernel patches for my BSP and I wanted to pull them from the BSP definition scc file. However, I cannot get those patches applied (I am using thud). After looking around the kernel-yocto.bbclass it seems that patches which get pulled from the B

Re: [yocto] [layerindex-web] Having problems instantiating a docker image

2019-10-09 Thread Paul Eggleton
Hi Mark On Wednesday, 9 October 2019 11:59:35 AM NZDT Mark Hatle wrote: > I've setup the layerindex in the past (without docker).. but I'm attempting to > follow the current instructions w/o much success. > > I'm trying to use: > > ./dockersetup.py -m 8080:80 --no-https > > It asks me for my em

[yocto] [thud][PATCH] linux-yocto/4.14: meta-yocto-bsp update to 143

2019-10-09 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../recipes-kernel/linux/linux-yocto_4.14.bbappend | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.14.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.14.bba

Re: [yocto] Task vardeps on a variable changed externally

2019-10-09 Thread Richard Purdie
On Wed, 2019-10-09 at 10:42 +0100, Andrei Gherzan wrote: > I struggle to figure out an issue that I lately got into. I want to > have a recipe which writes a manifest of all the layers part of the > build. > These layers are all git repositories and I want their revision to > be exposed at runtime

[yocto] [PATCH][yocto-docs] ref-system-requirements: update support distribution list

2019-10-09 Thread Ross Burton
Add Fedora 30 and Ubuntu 19.04. Swap openSUSE 42.3 for Leap 15.1. Remove huge comment of old distributions. Signed-off-by: Ross Burton --- .../ref-manual/ref-system-requirements.xml| 54 ++- 1 file changed, 4 insertions(+), 50 deletions(-) diff --git a/documentation/ref-ma

Re: [yocto] Building a out of tree kernel module on target system

2019-10-09 Thread Zoran Stojsavljevic
I have this all standardized for BBB, and here are pointers how to build an out of tree kernel module on BBB target system (with some specifics): local.conf (with added systemd service): https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/bbb-releases/bbb-warrior/local.conf_full Compiling

[yocto] [PATCH] documentation: Update multiconfig syntax and explanation on BBMULTICONFIG

2019-10-09 Thread Alejandro Enedino Hernandez Samaniego
The syntax to use multiconfig builds changed from multiconfig:foo:target to mc:foo:target. Clarify that BBMULTICONFIG defines additional configurations along with the one coming from local.conf. Fix these changes on both the dev manual and the reference manual. Signed-off-by: Alejandro Enedino H

Re: [yocto] Building a out of tree kernel module on target system

2019-10-09 Thread Shravan Singh
Hello Bruce, So I was finally able to compile the kernel module by creating a patch and then applying that patch to linux recipe file. However now, I am facing a different issue and have been trying to figure that one out, Hence the delay in my response. After creating an appropriate device tree

Re: [yocto] Task vardeps on a variable changed externally

2019-10-09 Thread Andrei Gherzan
Cheers Paul! On 09/10/2019 11:07, Paul Barker wrote: On Wed, 9 Oct 2019, at 10:42, Andrei Gherzan wrote: Hi guys, I struggle to figure out an issue that I lately got into. I want to have a recipe which writes a manifest of all the layers part of the build. These layers are all git repositories

Re: [yocto] Task vardeps on a variable changed externally

2019-10-09 Thread Paul Barker
On Wed, 9 Oct 2019, at 10:42, Andrei Gherzan wrote: > Hi guys, > > I struggle to figure out an issue that I lately got into. I want to have > a recipe which writes a manifest of all the layers part of the build. > These layers are all git repositories and I want their revision to be > exposed a

[yocto] Task vardeps on a variable changed externally

2019-10-09 Thread Andrei Gherzan
Hi guys, I struggle to figure out an issue that I lately got into. I want to have a recipe which writes a manifest of all the layers part of the build. These layers are all git repositories and I want their revision to be exposed at runtime. So I obviously have a a python function which compu

[yocto] [meta-openssl102-fips][PATCH] README.build/image.inc: add missing openssl-fips to image

2019-10-09 Thread Hongxu Jia
For Yocto and WRLinux, openssl fips works only if installing package openssl-fips Signed-off-by: Hongxu Jia --- README.build | 1 + templates/feature/openssl-fips/image.inc | 1 + 2 files changed, 2 insertions(+) create mode 100644 templates/feature/openssl-fips/imag