Re: [yocto] #yocto #zeus Problem with moving from rocko to zeus

2022-02-10 Thread Zoran
Dule, Dule, Dudule! Slusaj i prati sta ti YOCTO velicine pricaju! I pokusaj sam da se snadjes, jer te dobro navode! ;-) Zee ___ On Fri, Feb 11, 2022 at 8:38 AM Dusan Radic wrote: > > Here is the error: > > | .../kernel-source/include/linux/log2.h:22:1: warning: ignoring > attribute

Re: [yocto] #yocto #zeus Problem with moving from rocko to zeus

2022-02-10 Thread Dusan Radic
Here is the error: | .../kernel-source/include/linux/log2.h:22:1: warning: ignoring attribute 'noreturn' because it conflicts with attribute 'const' [-Wattributes] |22 | int ilog2_NaN(void); | | ^~~ | /tmp/ccA2wTxM.s: Assembler messages: | /tmp/ccA2wTxM.s:3486: Error: .err

[linux-yocto]: [kernel for intel-socfpga]: arch: arm64: dts: disable fcs feature by default on Intel socfpga platforms

2022-02-10 Thread Meng Li
From: Limeng Hi Bruce, This patch is used to disable fcs feature by default on Intel socfpga platforms Could you please help to merge the patch into linux-ycoto kernel repo, both standard and rt branches v5.10/standard/intel-sdk-5.10/intel-socfpga

[linux-yocto] [PATCH] arch: arm64: dts: disable fcs feature by default on Intel socfpga platforms

2022-02-10 Thread Meng Li
FCS(FPGA Crypto Service) feature is a part of securityfunction, To enable it, special QKY key file needs to be loaded into FPGA project with Quartus tool, and then signs FPGA image. The standard FPGA image doesn't support FCS feature, so disable it by default in standard dts file. In later, a

[yocto] Minutes: Yocto Project Weekly Triage Meeting 2/10/2022

2022-02-10 Thread Trevor Gamblin
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees: *Andrei, Alexandre, Armin, Bruce, Daiane, Joshua, Pavel, Randy, Richard, Saul, Stephen, Steve, Tim, Trevor *ARs:* - Saul to address NEEDINFO bugs from Robert Berger - Randy to search Bugzilla for prelink bugs to close

Re: [yocto] #yocto #zeus Problem with moving from rocko to zeus

2022-02-10 Thread Scott Murray
On Thu, 10 Feb 2022, Dusan Radic wrote: > Hello, > > I am trying to upgrade my distro from rocko to zeus. > After I fixed all the initial parsing and build problems I have > reached a point where the linux-imx doesn't build. Maybe I am > underestimating the task in front of me, but I have already

Re: [yocto] #yocto #zeus Problem with moving from rocko to zeus

2022-02-10 Thread Khem Raj
On 2/10/22 8:56 AM, Dusan Radic wrote: Hello, I am trying to upgrade my distro from rocko to zeus. After I fixed all the initial parsing and build problems I have reached a point where the linux-imx doesn't build. Maybe I am underestimating the task in front of me, but I have already seen it

[yocto] Support filenames with i18n chars

2022-02-10 Thread Rusty Howell
Hello, I am trying to get filenames with utf-8 chars to appear correctly when doing the "ls" command. Currently, "ls" will output the filename but replace the international char with "?". For example it will output "/tmp/h??llo" rather than "/tmp/hallo" (a with an umlaut). If I set the

[yocto] #yocto #zeus Problem with moving from rocko to zeus

2022-02-10 Thread Dusan Radic
Hello, I am trying to upgrade my distro from rocko to zeus. After I fixed all the initial parsing and build problems I have reached a point where the linux-imx doesn't build. Maybe I am underestimating the task in front of me, but I have already seen it done. The error looks like this: |

Re: [yocto] [tsc] 3.4.2 rc1 QA

2022-02-10 Thread Richard Purdie
On Thu, 2022-02-10 at 16:30 +, Raj, Khem wrote: > Can we then keep meta-agl for LTS and master only ? as it seems that’s what it > is going to support Yes, I got a reply from Scott/Jan-Simon saying to not test this on honister going forward so I'll make that change. That shouldn't therefore

Re: [yocto] [tsc] 3.4.2 rc1 QA

2022-02-10 Thread Raj, Khem via lists.yoctoproject.org
Can we then keep meta-agl for LTS and master only ? as it seems that’s what it is going to support From: t...@lists.yoctoproject.org on behalf of Richard Purdie Date: Thursday, February 10, 2022 at 2:45 AM To: qa-build-notification , Yocto TSC , Cc: Teoh, Jay Shen , Mittal, Anuj , Michael

Re: [yocto] Upgrading Yocto without rebuilding instances #yocto

2022-02-10 Thread tomzy
Hello IIRC you can prepare configuration for Zeus and run build, lots of things probable will need to be rebuild as there will be in different versions but if only U-Boot is a problem then maybe you could stay on Hardknott version and only change the U-Boot version? Could you please share

[yocto] Upgrading Yocto without rebuilding instances #yocto

2022-02-10 Thread b . senzio
Hello everyone, Say I built Yocto for the latest build for instance Hardknott. Let’s say I need to build for Zeus instead (and hopefully keep everything I built [that doesn’t need to be updated]). Has anyone done this? Outside of building a whole new Yocto distribution from scratch… What else

Re: [yocto] Problems building eSDK: Exception: variable BBFILES references itself!

2022-02-10 Thread Bryan Evenson
Richard, > -Original Message- > From: Richard Purdie > Sent: Wednesday, February 9, 2022 3:59 PM > To: Bryan Evenson ; > yocto@lists.yoctoproject.org > Subject: Re: [yocto] Problems building eSDK: Exception: variable BBFILES > references itself! > > On Wed, 2022-02-09 at 20:19 +,

[yocto] 3.4.2 rc1 QA

2022-02-10 Thread Richard Purdie
3.4.2 rc1 was built on the autobuilder. It didn't send the QA email as that is broken. I haven't sent it manually as we need to decide what to do with this build. There was one failure and 8 warnings. The failure was with meta-agl. As far as I know agl doesn't support honister and the next branch

Re: [yocto] Adding DKMS support to yocto build project #dunfell #kernel

2022-02-10 Thread Josef Holzmayr
Hi Rayaan, > On 10. Feb 2022, at 10:29, ray...@skeg.com wrote: > I am new to yocto and in need of assistance please. > > Could someone please assist me with getting DKMS included in my build. > > my platform is: stm32mp1 Currently DKMS is not supported in Yocto/OE and there are no imminent

[yocto] Adding DKMS support to yocto build project #dunfell #kernel

2022-02-10 Thread rayaan
Good day, I am new to yocto and in need of assistance please. Could someone please assist me with getting DKMS included in my build. my platform is: stm32mp1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#56141):