[yocto] QA notification for completed autobuilder build (yocto-3.1.13.rc1)

2021-12-14 Thread Richard Purdie
A build flagged for QA (yocto-3.1.13.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.1.13.rc1 Build hash information: bitbake: f18b65d0b9a6b983d53bde491e1bf2ca56949444 meta-agl: 6d1ab9f3bb270a773ec5d2f7c8c856796833b559

[linux-yocto][linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-soc][PATCH 1/1] clk: imx: Fix a build error redefinition of 'imx8qxp_clk_driver_init'

2021-12-14 Thread Xiaolei Wang
Refer to 82ed3829c937("clk: imx: use module_platform_driver"), delete the redundant initcall function Signed-off-by: Xiaolei Wang --- drivers/clk/imx/clk-imx8qxp.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/clk/imx/clk-imx8qxp.c b/drivers/clk/imx/clk-imx8qxp.c index

[linux-yocto][yocto-kernel-cache yocto-5.10][PATCH] nxp-imx8: Enable thermal and audio related config for imx8mq

2021-12-14 Thread Xiaolei Wang
Enable CONFIG_QORIQ_THERMAL, CONFIG_SND_SOC_HDMI_CODEC, CONFIG_SND_SOC_IMX_CDNHDMI, CONFIG_SND_SOC_WM8524 config for imx8mq Signed-off-by: Xiaolei Wang --- bsp/nxp-imx8/nxp-imx8.cfg | 4 1 file changed, 4 insertions(+) diff --git a/bsp/nxp-imx8/nxp-imx8.cfg b/bsp/nxp-imx8/nxp-imx8.cfg

[yocto] Yocto Technical Team Minutes, Engineering Sync, for December 7, 2021

2021-12-14 Thread Trevor Woerner
Yocto Technical Team Minutes, Engineering Sync, for December 7, 2021 archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit == disclaimer == Best efforts are made to ensure the below is accurate and valid. However, errors sometimes happen. If any errors or

Re: [Yocto]Using FreeRadius project on Yocto

2021-12-14 Thread Khem Raj
On Tue, Dec 14, 2021 at 11:34 AM Rakesh Kumar wrote: > > > > Hi Team, > > > I am trying to build radius server with the use of Yocto project and looks > like freeradius recipe is already included in > meta-openembedded/meta-networking/recipes-connectivity/freeradius > > > I have included

Re: [yocto] Yocto BUILD ENV

2021-12-14 Thread Monsees, Steven C (US) via lists.yoctoproject.org
So, I ran SDK build using “bitbake sbcb-defaults-full –k –c populate_sdk_ext” Everthing builds under the SDK except 1 component … the intel-graphics-compiler-native/1.0.11-r0, which fails a few times for the header file reference shown below. It also appears as though :

[Yocto]Using FreeRadius project on Yocto

2021-12-14 Thread Rakesh Kumar
Hi Team, I am trying to build radius server with the use of Yocto project and looks like freeradius recipe is already included in meta-openembedded/meta-networking/recipes-connectivity/freeradius I have included meta-openembedded layer in my conf/bblayers.conf file and built core-image-base

[yocto] Yocto BUILD ENV

2021-12-14 Thread Monsees, Steven C (US) via lists.yoctoproject.org
I am using a pre-installed tools on my linux development box for centos7, that being devtoolset-8... Running "source /opt/rh/devtoolset-8/enable" allows me to build my bootapp, kernel, and the standard SDK without issues..., but there seems to be a problem when I go to build the extended SDK.

Re: [yocto] [meta-rockchip] [PATCH v2] trusted-firmware-a: replace baudrate with the one specified in machine conf

2021-12-14 Thread Khem Raj
On Tue, Dec 14, 2021 at 3:39 AM Quentin Schulz wrote: > > Not all Rockchip boards have their console running at 150 baud in > U-Boot and the kernel. Such is the case for puma-haikou RK3399-based > SoM+Carrierboard. > > In order to prepare for the addition of puma-haikou to meta-rockchip, >

[yocto] Yocto Project Status WW50`21

2021-12-14 Thread Stephen Jolley
Current Dev Position: YP 3.5 M1 Next Deadline: 6th Dec. 2021 YP 3.5 M1 build Next Team Meetings: * Bug Triage meeting Thursday Dec. 16th at 7:30am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.5_M1.rc2)

2021-12-14 Thread Teoh, Jay Shen
Hi everyone, Intel and WR YP QA is planning for QA execution for YP build yocto-3.5_M1.rc2. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. Coffee Lake

Re: [yocto] echo and read shell script functions in post install script doesn't display messages

2021-12-14 Thread Alexander Kanavin
The postinst scriptlets are script fragments and not standalone scripts. Putting an interpreter to their first line will not work. Also, they are not running on an interactive console, but by a helper executor, so they have to be entirely automated. What is the problem that you would like to

[yocto] echo and read shell script functions in post install script doesn't display messages

2021-12-14 Thread sanjaycvr35412
Hi All, I am trying to execute a script in *“pkg_postinst_ontarget_${PN}”* to configure the static IP address of the embedded board. The script executes at first boot, but *it doesn’t display echo or read messages.* These messages are required to improve user experience with the setup process.

[yocto] [meta-rockchip] [PATCH v2] trusted-firmware-a: replace baudrate with the one specified in machine conf

2021-12-14 Thread Quentin Schulz
Not all Rockchip boards have their console running at 150 baud in U-Boot and the kernel. Such is the case for puma-haikou RK3399-based SoM+Carrierboard. In order to prepare for the addition of puma-haikou to meta-rockchip, let's replace the baudrate in TF-A by the one defined in the machine

Re: [yocto] [meta-rockchip][PATCH] trusted-firmware-a: replace baudrate with the one specified in machine conf

2021-12-14 Thread Quentin Schulz
Hi Trevor, On Mon, Dec 13, 2021 at 05:37:32PM -0500, Trevor Woerner wrote: > On Fri 2021-12-10 @ 11:15:56 AM, Trevor Woerner via lists.yoctoproject.org > wrote: > > On Fri 2021-12-10 @ 03:50:19 PM, Quentin Schulz wrote: > > > Hi Trevor, > > > > > > On Fri, Dec 10, 2021 at 09:43:39AM -0500,

Re: [yocto] [PATCH v2] trusted-firmware-a: replace baudrate with the one specified in machine conf

2021-12-14 Thread Quentin Schulz
Sorry, this was meant for meta-rockchip, sending a new mail with the proper topic. Cheers, Quentin On Tue, Dec 14, 2021 at 10:50:18AM +0100, Quentin Schulz wrote: > Not all Rockchip boards have their console running at 150 baud in > U-Boot and the kernel. Such is the case for puma-haikou

Re: [yocto] [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11

2021-12-14 Thread Quentin Schulz
Hi all, On Mon, Dec 13, 2021 at 05:30:05PM -0500, Trevor Woerner wrote: > Hi Quentin/Khem, > > On Mon 2021-12-13 @ 09:35:53 AM, Khem Raj wrote: > > On Mon, Dec 13, 2021 at 9:18 AM Quentin Schulz wrote: > > > > > > Hi Khem, > > > > > > On December 13, 2021 4:04:03 PM GMT+01:00, Khem Raj > > >

[yocto] [PATCH v2] trusted-firmware-a: replace baudrate with the one specified in machine conf

2021-12-14 Thread Quentin Schulz
Not all Rockchip boards have their console running at 150 baud in U-Boot and the kernel. Such is the case for puma-haikou RK3399-based SoM+Carrierboard. In order to prepare for the addition of puma-haikou to meta-rockchip, let's replace the baudrate in TF-A by the one defined in the machine

Re: [yocto] [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11

2021-12-14 Thread Quentin Schulz
Hi Trevor, Gentle ping :) Honister 3.4.1 being out it's less of an issue but the question remains at least for settling on a policy :) Cheers, Quentin On Tue, Nov 16, 2021 at 10:50:13AM -0800, Khem Raj wrote: > On Tue, Nov 16, 2021 at 10:03 AM Quentin Schulz wrote: > > > > > > > > On November

Re: [yocto] [meta-rockchip][PATCH] trusted-firmware-a: replace baudrate with the one specified in machine conf

2021-12-14 Thread Quentin Schulz
Hi Trevor, On Fri, Dec 10, 2021 at 09:43:39AM -0500, Trevor Woerner wrote: > On Thu 2021-11-11 @ 06:00:02 PM, Quentin Schulz wrote: > > Not all Rockchip boards have their console running at 150 baud in > > U-Boot and the kernel. Such is the case for puma-haikou RK3399-based > >