[OE-core] [PATCH V4] meta: rust - Bug fix for target definitions returning 'NoneType' for arm

2022-05-12 Thread Sundeep KOKKONDA
[Yocto bug #14742] The build shows below error while building for arm machines. Exception: TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' Detailed error info : Steps to reproduce: 1. Set MACHINE ?= "qemuarm" in local.conf & add 'TOOLCHAIN_HOST_TASK:app

Re: [OE-core] [PATCH] qemuarmv5: use arm-versatile-926ejs KMACHINE

2022-05-12 Thread Jon Mason
I think this needs to get pulled back to kirkstone, as I'm now seeing ERROR: linux-yocto-5.15.36+gitAUTOINC+fcf48627ea_ebfb1822e9-r0 do_kernel_metadata: Could not locate BSP definition for qemuarm/standard and no defconfig was provided On Wed, May 4, 2022 at 10:24 AM Bruce Ashfield wrote: > > On

Re: [OE-core] [PATCH] eudev: create static nodes from modules

2022-05-12 Thread Changqing Li
From: richard.pur...@linuxfoundation.org Sent: Thursday, May 12, 2022 6:33 PM To: Alex Kiernan ; Li, Changqing Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH] eudev: create static nodes from modules [Please note: This e-mai

[OE-core] [PATCH] gdb: Upgrade to 12.1

2022-05-12 Thread Khem Raj
Release Announcement [1] and Notes [2] [1] https://lists.gnu.org/archive/html/info-gnu/2022-05/msg0.html [2] https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-12.1-release Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc|

[OE-core] [kirstone][PATCH] go: minor upgrade 1.17.8 -> 1.17.9

2022-05-12 Thread Davide Gardenal
This minor update include fixes to the following CVE CVE: CVE-2022-28327 Signed-off-by: Davide Gardenal --- meta/recipes-devtools/go/{go-1.17.8.inc => go-1.17.9.inc} | 2 +- ...{go-binary-native_1.17.8.bb => go-binary-native_1.17.9.bb} | 4 ++-- ...o-cross-canadian_1.17.8.bb => go-cross-can

Re: [OE-core] [PATCH] eudev: create static nodes from modules

2022-05-12 Thread Richard Purdie
On Thu, 2022-05-12 at 08:45 +0100, Alex Kiernan wrote: > On Thu, May 12, 2022 at 6:43 AM Changqing Li > wrote: > > > > From: Changqing Li > > > > dev in modules.devname should be populated in /dev on boot. > > remove create static mode from udevd will make these devices > > cannot be populated

[OE-core] [PATCH] sanity.bbclass: grammar/typo fixes re: Python install

2022-05-12 Thread Robert P. J. Day
Clean up various spelling/grammar oopsies in a small section of sanity.bbclass. Signed-off-by: Robert P. J. Day --- diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index b416918013..491a3bac6f 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass @@

[OE-core] [PATCH] local.conf.sample: mention other QEMU targets in OE

2022-05-12 Thread Robert P. J. Day
Mention that there are other QEMU targets available in the OE layer, and leave it for the reader to check them out. Signed-off-by: Robert P. J. Day --- i think this is the happy medium between not saying anything about the additional QEMU machines, and promoting them to full equality with th

Re: [OE-core] [PATCH] classes/kernel.bbclass: allow disabling symlink creation also for pkg_postinst

2022-05-12 Thread Luca Ceresoli via lists.openembedded.org
Hi Jonas, Il giorno Wed, 11 May 2022 16:05:39 + "Jonas via lists.openembedded.org" ha scritto: > The commit d7341f1f22c32ff6cc95d7127f26f87d7fc9c6bd has introduced a > variable to disable the symlink creation for kernel images. > kernel.bbclass contains code to generate a pkg_posinst step fo

Re: [OE-core] [PATCH] eudev: create static nodes from modules

2022-05-12 Thread Alex Kiernan
On Thu, May 12, 2022 at 6:43 AM Changqing Li wrote: > > From: Changqing Li > > dev in modules.devname should be populated in /dev on boot. > remove create static mode from udevd will make these devices > cannot be populated. When use sysVinit, devices like /dev/net/tun > will not be created. > >