[linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/axxia][PATCH 1/4] arm64: adjust axxia uImage loadaddr and entryaddr to 2M align

2021-08-31 Thread quanyang.wang
From: Quanyang Wang Now the loadaddr and entryaddr for uImage of axm56xx is 0x8 and this will trigger the kernel warning as below: [0.00] [Firmware Bug]: Kernel image misaligned at boot, please fix your bootloader! Adjust addrs to 2M align to fix this. Signed-off-by: Quanyang

[linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/axxia][PATCH 4/4] arm64: dts: axm56xx: disable sp804 timer device node

2021-08-31 Thread quanyang.wang
From: Quanyang Wang Since sp804 timer is not used and it will cause warning when booting: iOF: amba_device_add() failed (-19) for /soc/amba/timer@808022 Let's disable sp804 timer device node to eliminate this warning. Signed-off-by: Quanyang Wang ---

[linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/axxia][PATCH 3/4] watchdog: sp804: enable sp804 watchdog to syscon reset register

2021-08-31 Thread quanyang.wang
From: Quanyang Wang There are 8 sp804 timers in axm56xx. Timer 5 and 6 are used to be watchdog since their interrupt connect to System Reset or Chip Reset. At first we modify the dts file to assign correct reg address to these 2 watchdogs according to Reference Manual. And then we should use

[linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/axxia][PATCH 2/4] arm64: dts: add *_skew-ps properties for micrel phy node

2021-08-31 Thread quanyang.wang
From: Quanyang Wang Because of the commit bcf3440c6dd78 ("net: phy: micrel: add phy-mode support for the KSZ9031 PHY"), the function ksz9031_config_rgmii_delay is introduced to initialize the *_PAD_SKEW registers. But these initial values are not suitable for axm56xx board. So read the workable

[linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/axxia][PATCH 0/4] axxia: fix watchdog/uImage/micrel/timer issues

2021-08-31 Thread quanyang.wang
From: Quanyang Wang Hi Bruce, Would you please help merge these 3 patches to the branches of linux-yocto: v5.10/standard/preempt-rt/sdkv5.10/axxia v5.10/standard/sdkv5.10/axxia Thanks, Quanyang Quanyang Wang (4): arm64: adjust axxia uImage loadaddr and entryaddr to 2M align arm64: dts:

Re: [yocto] editing Makefile after configure stage to disable -Werror

2021-08-31 Thread Khem Raj
On 8/31/21 12:52 AM, Ivan Riabtsov wrote: i cleaned out -Werror wherever possible with command: sed -i 's/-Werror//g' $(find . -type f -exec egrep -l _no_Werror {} \;) and elfutils is builded Please try backporting this fix

Re: [yocto] Binary compliance validation

2021-08-31 Thread Anatol Belski
Hi, On 8/31/2021 5:58 PM, Bruce Ashfield wrote: On Tue, Aug 31, 2021 at 11:48 AM Anatol Belski wrote: Hi, I'm writing to present an ABI compliance check mechanism for Poky recently developed to help improve the product stability. It is still an early work which however has already proven

Re: [yocto] Binary compliance validation

2021-08-31 Thread Bruce Ashfield
On Tue, Aug 31, 2021 at 11:48 AM Anatol Belski wrote: > > Hi, > > I'm writing to present an ABI compliance check mechanism for Poky > recently developed to help improve the product stability. It is still > an early work which however has already proven itself useful and thus > the time seems

[yocto] Binary compliance validation

2021-08-31 Thread Anatol Belski
Hi, I'm writing to present an ABI compliance check mechanism for Poky recently developed to help improve the product stability. It is still an early work which however has already proven itself useful and thus the time seems right to ask for the community view. Binary compliance is an important

[yocto] Yocto Project Status WW35`21

2021-08-31 Thread Stephen Jolley
Current Dev Position: YP 3.4 M3 (Feature Freeze) Next Deadline: 23rd Aug. 2021 YP 3.4 M3 build (Feature Freeze) Next Team Meetings: * Bug Triage meeting Thursday Sept. 2nd at 7:30am PDT (

Re: [yocto] extrausers-bbclass: plaintext password (since shadow update to 4.9)

2021-08-31 Thread Matthias Klein
Hello Peter, thanks for the solution! Many greetings, Matthias -Ursprüngliche Nachricht- Von: Peter Bergin Gesendet: Dienstag, 31. August 2021 09:45 An: Matthias Klein ; yocto@lists.yoctoproject.org Betreff: Re: [yocto] extrausers-bbclass: plaintext password (since shadow update to

Re: [yocto] editing Makefile after configure stage to disable -Werror

2021-08-31 Thread Markus Volk
you could try to add a line like this to your recipe: CFLAGS:append = " -Wno-error=missing-attributes" Am 31.08.21 um 08:41 schrieb Ivan Riabtsov: Hello, I have the following error: ../../elfutils-0.166/libelf/libelfP.h:53:30: error: ‘__elf64_msize’ specifies less restrictive attribute than

[linux-yocto][yocto-kernel-cache][yocto-5.10 only][PATCH] axxia: add hugetlb support for axxiaarm64 and axxiaarm

2021-08-31 Thread quanyang.wang
From: Quanyang Wang Enable hugetlb support for axm56xx. And also enable hugetlb for axm55xx since it supports LPAE. Signed-off-by: Quanyang Wang --- bsp/axxiaarm/axxiaarm.scc | 1 + bsp/axxiaarm64/axxiaarm64.scc | 1 + 2 files changed, 2 insertions(+) diff --git

Re: [yocto] downgrade openssl libraryes

2021-08-31 Thread Bas Mevissen via lists.yoctoproject.org
On 2021-08-30 16:56, Ivan Riabtsov wrote: I have phytec imx6ul board with a preinstalled os. On this os opessl version is 1.0.2j i need to build nginx for this board, but i can't build yocto same version as i have on board, so I grabbed a newer version of yocto from phytec site, rolled back

Re: [yocto] editing Makefile after configure stage to disable -Werror

2021-08-31 Thread Ivan Riabtsov
i cleaned out -Werror wherever possible with command: sed -i 's/-Werror//g' $(find . -type f -exec egrep -l _no_Werror {} \;) and elfutils is builded вт, 31 авг. 2021 г. в 09:41, Ivan Riabtsov via lists.yoctoproject.org : > > Hello, I have the following error: > >

Re: [yocto] extrausers-bbclass: plaintext password (since shadow update to 4.9)

2021-08-31 Thread Peter Bergin
Hi Matthias, On 2021-08-31 09:03, Matthias Klein wrote: But I have not found a way to set the password with EXTRA_USERS_PARAMS. Do you know a working variant? Is it a requirement that you need to regenerate the hash on every build? If not one solution can be:     inherit extrausers     #  

Re: [yocto] extrausers-bbclass: plaintext password (since shadow update to 4.9)

2021-08-31 Thread Matthias Klein
Hello Peter, I have already tried many things to pass the hash escaped to the extrausers-bbclass. But I have not found a way to set the password with EXTRA_USERS_PARAMS. Do you know a working variant? Many greetings, Matthias -Ursprüngliche Nachricht- Von: Peter Bergin Gesendet:

Re: [yocto] extrausers-bbclass: plaintext password (since shadow update to 4.9)

2021-08-31 Thread Matthias Klein
Hello Markus, thanks for the workaround! Works great. Many greetings, Matthias Von: Markus Volk Gesendet: Montag, 30. August 2021 20:46 An: Matthias Klein Cc: yocto@lists.yoctoproject.org Betreff: Re: [yocto] extrausers-bbclass: plaintext password (since shadow update to 4.9) I also have

[yocto] editing Makefile after configure stage to disable -Werror

2021-08-31 Thread Ivan Riabtsov
Hello, I have the following error: ../../elfutils-0.166/libelf/libelfP.h:53:30: error: ‘__elf64_msize’ specifies less restrictive attribute than its target ‘elf64_fsize’: ‘const’ [-Werror=missing-attributes] i try to solve this by patch: diff -Naur elfutils-0.166_orig/libelf/libelfP.h