Re: [yocto] Installing gfortran into native sysroot for libgfortran

2022-07-08 Thread Philip Balister
On 7/8/22 09:12, Khem Raj wrote: On Fri, Jul 8, 2022 at 2:25 AM Gregory Anders > wrote: On Thu, 07 Jul 2022 16:26 +0100, Richard Purdie wrote: >On Thu, 2022-07-07 at 06:39 -0700, Gregory Anders wrote: >> Problem solved: the issue was actually that I

[yocto] [meta-zephyr][PATCH 1/3] qemu-nios2: use glibc

2022-07-08 Thread Jon Mason
newlib fails to compile for nios2 architecture. Work around this by using glibc instead. Signed-off-by: Jon Mason --- meta-zephyr-bsp/conf/machine/qemu-nios2.conf | 2 ++ meta-zephyr-core/conf/distro/zephyr.conf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git

[yocto] [meta-zephyr][PATCH 0/3] Gitlab CI for meta-zephyr

2022-07-08 Thread Jon Mason
This series is adding Gitlab CI to meta-zephyr. I've been running a version of this on my personal gitlab for some time (see https://gitlab.com/jonmason00/meta-zephyr/-/pipelines). This will allow Arm (and anyone else) that wants to run CI as part of their process for submitting patches to

[yocto] [meta-zephyr][PATCH 2/3] CI: add Gitlab CI support

2022-07-08 Thread Jon Mason
Mostly stolen from meta-arm Signed-off-by: Jon Mason --- .gitlab-ci.yml | 101 + ci/96b-avenger96.yml | 6 +++ ci/96b-nitrogen.yml| 6 +++ ci/arduino-nano-33-ble.yml | 6 +++ ci/base.yml| 36 +

[yocto] [meta-zephyr][PATCH 3/3] CI: Add Richard Purdie's workaround to get meta-zephyr working again

2022-07-08 Thread Jon Mason
Issue being tracked at https://bugzilla.yoctoproject.org/show_bug.cgi?id=14803 Signed-off-by: Jon Mason --- ci/base.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/base.yml b/ci/base.yml index 3467c74..5e1683e 100644 --- a/ci/base.yml +++ b/ci/base.yml @@ -29,6 +29,7 @@

Re: [yocto] Installing gfortran into native sysroot for libgfortran

2022-07-08 Thread Khem Raj
On Fri, Jul 8, 2022 at 2:25 AM Gregory Anders wrote: > On Thu, 07 Jul 2022 16:26 +0100, Richard Purdie wrote: > >On Thu, 2022-07-07 at 06:39 -0700, Gregory Anders wrote: > >> Problem solved: the issue was actually that I was using a network > >> sstate cache, > >> and the cached output of

[yocto-announce] [ANNOUNCEMENT] Yocto Project 4.0.2 is Released

2022-07-08 Thread Lee Chee Yang
Hi We are pleased to announce the Yocto Project 4.0.2 Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.2/poky-a5ea426b1da472fc8549459fff3c1b8c6e02f4b5.tar.bz2

[yocto] [ANNOUNCEMENT] Yocto Project 4.0.2 is Released

2022-07-08 Thread Lee Chee Yang
Hi We are pleased to announce the Yocto Project 4.0.2 Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.2/poky-a5ea426b1da472fc8549459fff3c1b8c6e02f4b5.tar.bz2

[linux-yocto][yocto-kernel-cache yocto-5.15 & yocto-5.10][PATCH 1/1] nxp-imx6: Delete duplicate CONFIG_SND_SOC_FSL_ASOC_CARD

2022-07-08 Thread Xiaolei Wang
Delete duplicate CONFIG_SND_SOC_FSL_ASOC_CARD. Signed-off-by: Xiaolei Wang --- bsp/nxp-imx6/nxp-imx6.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp/nxp-imx6/nxp-imx6.cfg b/bsp/nxp-imx6/nxp-imx6.cfg index 38200316..d79669e0 100644 --- a/bsp/nxp-imx6/nxp-imx6.cfg +++

Re: [yocto] Installing gfortran into native sysroot for libgfortran

2022-07-08 Thread Gregory Anders
On Thu, 07 Jul 2022 16:26 +0100, Richard Purdie wrote: On Thu, 2022-07-07 at 06:39 -0700, Gregory Anders wrote: Problem solved: the issue was actually that I was using a network sstate cache, and the cached output of gcc-cross did not contain gfortran. Disabling the sstate cache for gcc-cross