[yocto] [PATCH 2/2] zephyr-openthread-echo-client: Add new echo-client variant for OpenThread

2021-05-31 Thread Stefan Schmidt
From: Stefan Schmidt Similar to the normal echo-client example it demonstrates socket usage, but in this variant we enable the OpenThread config overlay and add the needed module to the build. Signed-off-by: Stefan Schmidt --- .../zephyr-kernel/zephyr-openthread-echo-client.bb| 8

[yocto] [PATCH 1/2] zephyr-kernel: Add OpenThread module to build

2021-05-31 Thread Stefan Schmidt
From: Stefan Schmidt OpenThread support in Zephyr is realised as an external module. Make sure we pull it in and have it available for applications to use it. Signed-off-by: Stefan Schmidt --- recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc| 1 +

[yocto] [meta-rockchip][PATCH v2] Rock64: add machine

2021-05-31 Thread Yann Dirson
From: Yann Dirson This is a RK3328 board from Pine64. Board details at https://wiki.pine64.org/wiki/ROCK64. Default image is built to boot from SD-card. Building an image for eMMC requires to set RK_BOOT_DEVICE="mmcblk0". Signed-off-by: Yann Dirson --- This is just basic initial support

[yocto] [meta-security][PATCH 3/4] meta-integrity: YCL fixups

2021-05-31 Thread Armin Kuster
We wont need the linux-% once the kernel-feature class is included in core. Move the inherit into the image itself. Drop kernel patches not being used. Signed-off-by: Armin Kuster --- .../images/integrity-image-minimal.bb | 2 + .../recipes-kernel/linux/linux-%.bbappend | 5 -

[yocto] [meta-security][PATCH 4/4] meta-hardening/initscripts: missed overide.

2021-05-31 Thread Armin Kuster
Helps pass YCL. Signed-off-by: Armin Kuster --- .../recipes-core/initscripts/initscripts_1.0.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-hardening/recipes-core/initscripts/initscripts_1.0.bbappend

[yocto] [meta-security][PATCH 2/4] meta-tpm: remove linux-yocto

2021-05-31 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../recipes-kernel/linux/linux-yocto/tpm.cfg| 8 .../recipes-kernel/linux/linux-yocto/tpm.scc| 3 --- .../recipes-kernel/linux/linux-yocto/tpm2.cfg | 6 -- .../recipes-kernel/linux/linux-yocto/tpm2.scc | 3 ---

[yocto] [meta-security][PATCH 1/4] linux-yocto: remove bbappend

2021-05-31 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-kernel/linux/linux-yocto-dev.bbappend | 3 --- recipes-kernel/linux/linux-yocto_5.%.bbappend | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 recipes-kernel/linux/linux-yocto-dev.bbappend delete mode 100644

[yocto] Conditionally install files depending on locale

2021-05-31 Thread Amr Bekhit
Hello, I'm trying to put together a recipe where I conditionally install files depending on the image locale. I can see from the reference manual that Yocto will use the contents of IMAGE_LINGUAS to install locales during the root filesystem construction process. How can I go about creating

[yocto] Bitbake failure

2021-05-31 Thread Cris Scott
Not sure who to ask about this. Using https://push.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-extended/lighttpd/lighttpd_1.4.59.bb to build lighttpd, bitbake fails, and I receive tons of messages that look like: ERROR: lighttpd-1.4.59-r0 do_package_qa: QA Issue:

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

2021-05-31 Thread Stephen 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:

[yocto] M+ & H bugs with Milestone Movements WW22

2021-05-31 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW22 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 12465 test case test_check_rpm_install_removal_log_file_size failed

[yocto] Current high bug count owners for Yocto Project 3.4

2021-05-31 Thread Stephen Jolley
All, Below is the list as of top 50 bug owners as of the end of WW22 of who have open medium or higher bugs and enhancements against YP 3.4. There are 106 possible work days left until the final release candidates for YP 3.4 needs to be released. Who Count r...@burtonini.com 32

[yocto] Enhancements/Bugs closed WW22!

2021-05-31 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count randy.macl...@windriver.com 6 akuster...@gmail.com 1 trevor.gamb...@windriver.com 1 richard.pur...@linuxfoundation.org 1 alexandre.bell...@bootlin.com 1 nicolas.deche...@linaro.org 1

[yocto] kernel init debug features

2021-05-31 Thread Monsees, Steven C (US) via lists.yoctoproject.org
I have kernels based off "rocko" and "zeus" for both Arm and Intel... all using sysvinit (not systemd). Under the Yocto build system, how can I easily set the following kernel configuration variables based on the build for testing/debug ? *sched_rt_period_us *

Re: [yocto] precedence problem with custom xserver-xf86-config_0.1.bbappend recipe

2021-05-31 Thread Stefan Seefeld
On 2021-05-31 5:09 a.m., Quentin Schulz wrote: A common mistake would be the forgotten semi-colon and/or _prepend: FILESEXTRAPATHS_prepend := "${THISDIR}/files" Another common mistake is to not respect the tree layout of the original path relative to the original recipe (or for that matter,

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

2021-05-31 Thread Sangeeta Jain
Hi all, This is the full report for yocto-3.1.8.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. 1 new issue found: BUG id:14414 - [QA 3.1.8 RC1] failure in ptest :

[yocto] [meta-rockchip][PATCH] Rock64: add machine

2021-05-31 Thread Yann Dirson
From: Yann Dirson This is a RK3328 board from Pine64. Board details at https://wiki.pine64.org/wiki/ROCK64. Signed-off-by: Yann Dirson --- This is just basic initial support without a kernel BSP. As is the board boots with a serial console. Note I had to create the SoC definition for

Re: [yocto] [meta-rockchip][PATCH] Rock64: add machine

2021-05-31 Thread Yann Dirson
Le lun. 31 mai 2021 à 10:20, Yann Dirson via lists.yoctoproject.org a écrit : > > From: Yann Dirson > > This is a RK3328 board from Pine64. > Board details at https://wiki.pine64.org/wiki/ROCK64. > > Signed-off-by: Yann Dirson > --- > > This is just basic initial support without a kernel BSP.

Re: [yocto] precedence problem with custom xserver-xf86-config_0.1.bbappend recipe

2021-05-31 Thread Quentin Schulz
Hi Stefan, On Sun, May 30, 2021 at 06:10:48PM -0400, Stefan Seefeld wrote: > Hello, > > I'm trying to add a custom `xorg.conf` file to my yocto build, by defining a > `recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend` recipe to > my layer. > > However, it seems like I always end

Re: [yocto] How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell

2021-05-31 Thread Zoran
What about the following: https://docs.yoctoproject.org/ref-manual/migration-3.0.html?highlight=init_manager#init-system-selection To be enhanced/added with the following: https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/bbb-releases/bbb-hardknott/README.md Best Regards, Zee ___

[linux-yocto] [PATCH] ARC: Rename nSIM HS to HAPS HS

2021-05-31 Thread Alexey Brodkin via lists.yoctoproject.org
In v5.5 kernel we merged "nsim_hs" config into "haps_hs", see [1], and from then on we use the same one "haps_hs" for everything simulated: nSIM/QEMU/FPGA. Of important notes: * We switched from legacy ARC UART to a standard DW UART * QEMU port for ARC is under review upstream, see [2]. But