[yocto] [meta-openssl102-fips][PATCH] README.build: add steps to include openssl102

2019-09-16 Thread Hongxu Jia
The openssl fips only works with old openssl(<=1.0.2), update steps to clarify it for Yocto and Wind River Linux Signed-off-by: Hongxu Jia --- README.build | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.build b/README.build index bc8fcf3..3da03da 100644 --- a/

Re: [yocto] [meta-dpdk][PATCH] dpdk: Skip build if necessary kernel options is not included

2019-09-16 Thread Mittal, Anuj
On Mon, 2019-09-16 at 15:56 +0800, zhe...@windriver.com wrote: > From: He Zhe > > dpdk depends on some kernel configuration options without which it is > not able > to successfully build. > > Signed-off-by: He Zhe > --- > recipes-extended/dpdk/dpdk.inc | 5 + > 1 file changed, 5 insertions

[yocto] Minutes: Yocto Project Technical Team Meeting, 9/10/2019

2019-09-16 Thread Reyna, David
Minutes: Yocto Project Technical Team Meeting When: Tuesday, September 10, 2019 8:00 AM-9:00 AM 1. Attending: Richard, Armin, Michael, David, Trevor, Joshua, Henrik, Scott, Jan-Simon, Tim, Vineela, Stephen, Khem * Richard: General notes - Not built M3 yet, progress being made, anticipated fo

[yocto] [meta-openssl102-fips][PATCH 2/2] README.build: add FAQ to support fips on arm/aarch64/x86

2019-09-16 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- README.build | 36 1 file changed, 36 insertions(+) diff --git a/README.build b/README.build index 9735028..bc8fcf3 100644 --- a/README.build +++ b/README.build @@ -245,3 +245,39 @@ Note this sample command is functionally equiva

[yocto] [meta-openssl102-fips][PATCH 1/2] README.build: update steps for communtiy

2019-09-16 Thread Hongxu Jia
Since the layer is now published via the Yocto Project and git.yoctoproject.org, we should update steps in README.build Signed-off-by: Hongxu Jia --- README.build | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.build b/README.build index df3f4e4.

Re: [yocto] Extension of package name by distro version

2019-09-16 Thread Paul Eggleton
Hi Jan On Monday, 16 September 2019 8:55:00 PM NZST Jan Kaisrlik wrote: > I would like to ask if it is possible to extend all package names by > some string f.e. by string corresponding to the version of the > distribution (+fw2.6.1) > * without distro string - kernel-5.3.0-rc3_5.3.0+git0+e21a712a

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-09-16 Thread Stephen K Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#New

[yocto] OpenEmbedded Developer Meeting on Day 2 of Yocto Project Summit after ELCE

2019-09-16 Thread Philip Balister
Boy that is a mouthful. The date is November 1 2019 in Lyon, France. On day 2 of the Yocto Project Summit after the Embedded Linux Conference, we are hosting an OpenEmbedded Developer meeting. This meeting is part of an ongoing series of meetings held for OpenEmbedded developers and users to excha

[yocto] Awkward line wrapping in bash

2019-09-16 Thread phodina
Hi, I would like to ask for a help with an awkward behavior of line wrap in bash built using Yocto (thud release). When I connect over serial line, I get strange line wrapping. The line keeps wrapping on the first line. Here is the environment: guest@:ebox~ # printenv LANG=C EDITOR=vi HZ=100 H

[yocto] Extension of package name by distro version

2019-09-16 Thread Jan Kaisrlik
Hello, I would like to ask if it is possible to extend all package names by some string f.e. by string corresponding to the version of the distribution (+fw2.6.1) * without distro string - kernel-5.3.0-rc3_5.3.0+git0+e21a712a96-2_arm64.deb * with distro string - kernel-5.3.0-rc3_5.3.0+git0+e21a712

[yocto] [meta-dpdk][PATCH] dpdk: Skip build if necessary kernel options is not included

2019-09-16 Thread zhe.he
From: He Zhe dpdk depends on some kernel configuration options without which it is not able to successfully build. Signed-off-by: He Zhe --- recipes-extended/dpdk/dpdk.inc | 5 + 1 file changed, 5 insertions(+) diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc i

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