Re: [linux-yocto] [linux-yocto v5.10] [PATCH] x86: Fix warning: argument 2 of type 'u32 *' {aka 'unsigned int *'} declared as a pointer

2021-06-10 Thread Bruce Ashfield
Can we get a bit more information in the commit log ? I assume this is for v5.10/standard/base ? if so, what commit introduced the warning ? We should log that commit ID and shortlog in this fixup. Bruce In message: [linux-yocto] [linux-yocto v5.10] [PATCH] x86: Fix warning: argument 2 of type

Re: [linux-yocto]: [kernel v5.10/standard/intel-sdk-5.10/intel-socfpga]: intel-socfpga: update kernel patches for stratix10 platform

2021-06-10 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel v5.10/standard/intel-sdk-5.10/intel-socfpga]: intel-socfpga: update kernel patches for stratix10 platform on 10/06/2021 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > I got some latest intel-socfpga BSP related patches from intel sdk kernel

Re: [linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: nxp-s32g2xx: update kernel with 10 new patches from SDK bsp29

2021-06-10 Thread Bruce Ashfield
In message: [linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: nxp-s32g2xx: update kernel with 10 new patches from SDK bsp29 on 08/06/2021 Zhantao Tang wrote: > > Hi Bruce, > > There are 10 latest patches for nxp-s32g2xx, and intend to merge into branch >

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

2021-06-10 Thread Naveen Saini
> -Original Message- > From: yocto@lists.yoctoproject.org On > Behalf Of Stefan Schmidt > Sent: Thursday, June 10, 2021 4:28 PM > To: yocto@lists.yoctoproject.org > Cc: Stefan Schmidt ; Stefan Schmidt > > Subject: [yocto] [meta-zephyr][PATCH v2 1/2] zephyr-kernel: Add > OpenThread add

Re: [External] [yocto] Bitbake failure

2021-06-10 Thread Randy MacLeod
On 2021-06-10 6:33 a.m., Cris Scott wrote: It is still a problem and I have tried everything you suggested.  I am building with Ubuntu 20.4 and that seems to be the issue. Lots of people use 20.04 so it seems odd that you'd have a problem specific to that host. I have moved on from this,

Re: [yocto] bitbake controlling memory use

2021-06-10 Thread Ferry Toth
Hi, Op 10-06-2021 om 21:06 schreef Trevor Gamblin: On 2021-06-10 5:22 a.m., Ferry Toth wrote: **[Please note: This e-mail is from an EXTERNAL e-mail address] Hi Trevor, Gmane is really messing things up here, sorry about that. I need to create a new thread I'm afraid. I'd like to your

Re: [yocto] bitbake controlling memory use

2021-06-10 Thread Trevor Gamblin
On 2021-06-10 5:22 a.m., Ferry Toth wrote: **[Please note: This e-mail is from an EXTERNAL e-mail address] Hi Trevor, Gmane is really messing things up here, sorry about that. I need to create a new thread I'm afraid. I'd like to your reworked patch. But note, I reworked it too (but

Re: [yocto] Building a different GCC version in SDK vs GCC used to build the rootfs/image

2021-06-10 Thread greghwang
> > I think this will be hard to support unless your applications are self > contained and will bring its own runtime as well in that case you can > build a SDK from newer releases which matches compiler you need and let > them use it, if you want to mix and match then it will require a bit of >

[yocto] Exporting custom kernel header file to SDK #sdk #kernel

2021-06-10 Thread Lukasz Domowy
Hello, I wrote a kernel driver which exposes some header to userspace application. Application engineers use generated SDK, so I'd like to export that header file as part of SDK. I added my header to /include/uapi/linux/ and thought it would be enouogh - as during SDK generation it would be

Re: [yocto] Building a different GCC version in SDK vs GCC used to build the rootfs/image

2021-06-10 Thread Khem Raj
On 6/10/21 7:57 AM, greghw...@gmail.com wrote: The backstory is I'm supporting a legacy system built with the Jethro branch and gcc 5.x.  I'm wondering instead of upgrading the underlying yocto layers to a more recent branch like Thud which supports gcc 8.2, is there a way to leave the image

[yocto] How to create swap partition ?

2021-06-10 Thread Bel Hadj Salem Talel
Hi All, When I run : (bitbake -e | grep ^WKS_FILE=) I get: > > WKS_FILE="imx-imx-boot-bootpart.wks.in" Here is the content: > > part u-boot --source rawcopy --sourceparams="file=imx-boot" --ondisk > mmcblk --no-table --align ${IMX_BOOT_SEEK} > part /boot --source bootimg-partition --ondisk

Re: [yocto] bitbake controlling memory use

2021-06-10 Thread Ferry Toth
Hi Trevor, Gmane is really messing things up here, sorry about that. I need to create a new thread I'm afraid. I'd like to your reworked patch. But note, I reworked it too (but maybe wrongly). I builds like 90% of my image, but fails building cmake-native. Or more accurately it fails

Re: [yocto] [meta-java] icedtea7 fetching error

2021-06-10 Thread Alexander Kanavin
I have the tarball. I think we should toss it somewhere safe and update the recipe, as it is unlikely the old mercurial repo is coming back. Suggestions? Alex On Tue, 8 Jun 2021 at 08:10, wrote: > Hello, > > > I am trying to build something that relies on meta-java, but it fails on > do_fetch

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

2021-06-10 Thread Stefan Schmidt
Hello. On 08.06.21 09:31, Stefan Schmidt wrote: Hello. On 31.05.21 17:42, Stefan Schmidt wrote: 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 ---  

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

2021-06-10 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] [meta-zephyr][PATCH v2 1/2] zephyr-kernel: Add OpenThread add module to build

2021-06-10 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 +

[linux-yocto]: [kernel v5.10/standard/intel-sdk-5.10/intel-socfpga]: intel-socfpga: update kernel patches for stratix10 platform

2021-06-10 Thread Meng Li
From: Limeng Hi Bruce, I got some latest intel-socfpga BSP related patches from intel sdk kernel repo https://github.com/altera-opensource/linux-socfpga.git, and want to merge them into linux-yocto-v5.10. There are 13 patches. So, could you please help to merge the 13 patches into linux-ycoto

Re: [yocto] bitbake controlling memory use

2021-06-10 Thread Gmane Admin
Op 08-06-2021 om 21:08 schreef Trevor Gamblin: On 2021-06-05 9:35 a.m., Gmane Admin wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Op 14-04-2021 om 06:59 schreef Richard Purdie: On Tue, 2021-04-13 at 21:14 -0400, Randy MacLeod wrote: On 2021-04-11 12:19 p.m., Alexander