Re: [yocto] Debug-files in SDK

2019-09-23 Thread Teemu K
On Mon, Sep 23, 2019 at 12:27 PM Ross Burton wrote: > > On 23/09/2019 10:19, Teemu K wrote: > > One question is that is there a way to make package that would contain > > only dpg-pkgs and src-pkgs? Ie. it'd be like 'debug-addition' for SDK? > > I know how to install those things to target, but ho

[yocto] [meta-dpdk][PATCH] [RFC] dpdk: Remove v17

2019-09-23 Thread zhe.he
From: He Zhe openvswith used not to be able to work with dpdk v18. That's one of the reasons why we keep v17. Now that openvswitch in meta-virtulization has been upgraded to v2.11, officially claimed support of dpdk18, we can drop dpdk v17. Signed-off-by: He Zhe --- ...dk-16.07-dpdk-fix-for-pa

Re: [yocto] [layerindex-web] PR / PE in layer index

2019-09-23 Thread Paul Eggleton
Hi Pranay On Tuesday, 24 September 2019 10:00:46 AM NZST Pranay Mankad wrote: > Thank you for supporting the recipesExtended view over the last couple of > days. Here’s a small patch that includes values from two more variables from > the Bitbake cooker – PR and PE. > > I read through Paul’s expl

[yocto] gitlab-ci helper scripts for OpenEmbedded builds

2019-09-23 Thread Yann Dirson
Hi all, We released our scripts to help in setting up continuous integration of a yocto-based project using Gitlab-CI. You'll find the repository at https://github.com/BladeGroup/gitlab-oe Although we're using this in production, it still has a couple of rough edges and may need tuning for diffe

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

2019-09-23 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

Re: [yocto] [meta-openssl102-fips][PATCH 14/15] openssh: add CAVS tests for FIPS validation

2019-09-23 Thread Mark Hatle
Please include the commit from fedora for these files. Also, I like how the cavs were packaged. An additional test should be added to the ptest if the cavs are installed. --Mark On 9/22/19 9:57 AM, Hongxu Jia wrote: > Refer the latest Fedora to add cavs test binary for the aes-ctr [1] > and SSH

Re: [yocto] "bitbake core-image-sato" yields "No package 'gdk-x11-3.0' found" build failure

2019-09-23 Thread Ross Burton
On 23/09/2019 15:26, Jean-Baptiste MARIE wrote: Indeed wayland is enabled in my distro features, so my question is more: is there any reason to remove x11 from package config when "wayland" is enabled as a distro feature (but maybe it is no longer a question to be addressed ot yocto community)?

Re: [yocto] "bitbake core-image-sato" yields "No package 'gdk-x11-3.0' found" build failure

2019-09-23 Thread Jussi Kukkonen
On Mon, 23 Sep 2019 at 17:26, Jean-Baptiste MARIE wrote: > Ok, got it thanks. > > Indeed wayland is enabled in my distro features, so my question is more: > is there any reason to remove x11 from package config when "wayland" is > enabled as a distro feature (but maybe it is no longer a question

Re: [yocto] [meta-openssl102-fips][PATCH 9/15] openssh: port sshd_check_keys from oe-core

2019-09-23 Thread Mark Hatle
Please include the oe-core commit that this version was taken from. It'll be easier to uprev, if needed, if we need to. --Mark On 9/22/19 9:57 AM, Hongxu Jia wrote: > Signed-off-by: Hongxu Jia > --- > .../openssh/openssh/sshd_check_keys| 78 > ++ > 1 file c

Re: [yocto] [meta-openssl102-fips][PATCH 5/15] openssh: add generation of HMAC checksums in pkg_postinst

2019-09-23 Thread Mark Hatle
Same comment here as in the fipscheck about the post install stuff. --Mark On 9/22/19 9:56 AM, Hongxu Jia wrote: > Refer > https://src.fedoraproject.org/rpms/openssh/c/d93958db19129e0f4615865eab22fb36e1f4fb8a > > Signed-off-by: Hongxu Jia > --- > recipes-connectivity/openssh/openssh_fips.inc

Re: [yocto] [meta-openssl102-fips][PATCH 4/15] fipscheck: enable fipscheck on target

2019-09-23 Thread Mark Hatle
On 9/22/19 9:56 AM, Hongxu Jia wrote: > Refer Fedora/RedHat's way > https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/6.5_technical_notes/dracut > > Signed-off-by: Hongxu Jia > --- > recipes-connectivity/openssh/fipscheck_1.5.0.bb | 4 > 1 file changed, 4 inse

Re: [yocto] [meta-openssl102-fips][PATCH 3/15] fipscheck: add generation of the checksums in pkg_postinst

2019-09-23 Thread Mark Hatle
On 9/22/19 9:56 AM, Hongxu Jia wrote: > Refer https://pagure.io/fipscheck/c/489bc3ab3f73707e12b6c2644d80af5ff6fbbf70 > > Signed-off-by: Hongxu Jia > --- > recipes-connectivity/openssh/fipscheck_1.5.0.bb | 18 ++ > 1 file changed, 18 insertions(+) > > diff --git a/recipes-conn

Re: [yocto] "bitbake core-image-sato" yields "No package 'gdk-x11-3.0' found" build failure

2019-09-23 Thread Jean-Baptiste MARIE
Ok, got it thanks. Indeed wayland is enabled in my distro features, so my question is more: is there any reason to remove x11 from package config when "wayland" is enabled as a distro feature (but maybe it is no longer a question to be addressed ot yocto community)? As Ross mentioned, there can bo

Re: [yocto] [meta-openssl102-fips][PATCH 2/15] openssh_8.%.bbappend: support fips 140-2

2019-09-23 Thread Mark Hatle
On 9/22/19 9:56 AM, Hongxu Jia wrote: > Signed-off-by: Hongxu Jia > --- > .../openssh/openssh/0001-openssh-8.0p1-fips.patch | 528 > + > recipes-connectivity/openssh/openssh_8.%.bbappend | 4 + > recipes-connectivity/openssh/openssh_fips.inc | 8 + > 3 files cha

Re: [yocto] [meta-openssl102-fips][PATCH 1/15] fipscheck: add 1.5.0

2019-09-23 Thread Mark Hatle
Please include the commit id of the Fedora version that was included. It will help us review changes in the future. On 9/22/19 9:56 AM, Hongxu Jia wrote: > Port it from fedora: > https://src.fedoraproject.org/rpms/fipscheck > > It is required by openssh fips. > > Signed-off-by: Hongxu Jia > --

Re: [yocto] [meta-anaconda][PATCH 1/1] initramfs-module-setup-live: call udev settle before umounting /run/media/*

2019-09-23 Thread Hongxu Jia
Merged //Hongxu On 9/23/19 2:41 PM, Ovidiu Panait wrote: This fixes a race conditition which leaves devices mounted, causing the following anaconda installation failure: File "/usr/lib64/python3.5/site-packages/gi/overrides/BlockDev.py", line 963, in wrapped raise transform[1](msg) File "/us

Re: [yocto] "bitbake core-image-sato" yields "No package 'gdk-x11-3.0' found" build failure

2019-09-23 Thread Jussi Kukkonen
On Mon, 23 Sep 2019 at 15:48, Jean-Baptiste MARIE wrote: > PACKAGECONFIG_remove_imxgpu2d = " \ > ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "x11", "", d)} \ > " > What Ross said: If wayland is in distro features this will remove the x11 packageconfig which means disabling the X11 bac

Re: [yocto] "bitbake core-image-sato" yields "No package 'gdk-x11-3.0' found" build failure

2019-09-23 Thread Ross Burton
On 23/09/2019 13:48, Jean-Baptiste MARIE wrote: PACKAGECONFIG_remove_imxgpu2d = " \     ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "x11", "", d)} \ " I do not see any reason why gdk-x11-3.0 would not be built So if Wayland is enabled, then it disables X11. Do you have Wayland enable

Re: [yocto] "bitbake core-image-sato" yields "No package 'gdk-x11-3.0' found" build failure

2019-09-23 Thread Jean-Baptiste MARIE
Hello, Thanks for your answer. It seems "x11" is enabled as a distro feature during my build. I am using the following layers: - meta-freescale (branch rocko): that meta overloads gtk recipe as shown below: PACKAGECONFIG_remove_imxgpu2d = " \ ${@bb.utils.contains("DISTRO_FEATURES", "wayland"

Re: [yocto] Debug-files in SDK

2019-09-23 Thread Ross Burton
On 23/09/2019 10:19, Teemu K wrote: One question is that is there a way to make package that would contain only dpg-pkgs and src-pkgs? Ie. it'd be like 'debug-addition' for SDK? I know how to install those things to target, but how to get them to a package (or in separate directory) to host. Th

Re: [yocto] Debug-files in SDK

2019-09-23 Thread Teemu K
On Thu, Sep 12, 2019 at 1:52 PM Ross Burton wrote: > > On 12/09/2019 11:13, Teemu K wrote: > > Hi, > > > > I'm not entirely sure if this is bug or feature. > > > > I've created sdk to my image with populate_sdk - command. I noticed > > that in the SDK the x86_64 - directory is 384MB and that conta

Re: [yocto] QA notification for completed autobuilder build (yocto-2.8_M3.rc1)

2019-09-23 Thread Jain, Sangeeta
>-Original Message- >From: richard.pur...@linuxfoundation.org >Sent: Monday, 23 September, 2019 3:46 PM >To: Jain, Sangeeta ; yocto@yoctoproject.org; >Tummalapalli, Vineela >Cc: ota...@ossystems.com.br; yi.z...@windriver.com; Sangal, Apoorv >; Yeoh, Ee Peng ; Chan, >Aaron Chun Yew ; Ang

Re: [yocto] QA notification for completed autobuilder build (yocto-2.8_M3.rc1)

2019-09-23 Thread richard . purdie
On Mon, 2019-09-23 at 07:37 +, Jain, Sangeeta wrote: > Hi Richard, > > LSB support was expected to be removed from build 'yocto-2.8_M3.rc1' > onwards, but link on AB still points to LSB images. > The images present inside > https://autobuilder.yocto.io/pub/releases/yocto-2.8_M3.rc1/machines/g

Re: [yocto] QA notification for completed autobuilder build (yocto-2.8_M3.rc1)

2019-09-23 Thread Jain, Sangeeta
Hi Richard, LSB support was expected to be removed from build 'yocto-2.8_M3.rc1' onwards, but link on AB still points to LSB images. The images present inside https://autobuilder.yocto.io/pub/releases/yocto-2.8_M3.rc1/machines/genericx86-64-lsb/ are built with systemd as init manager. Can you