Re: [yocto] [oe][meta-security][PATCH] meta: Fix typos

2021-08-30 Thread Armin Kuster
On 8/29/21 1:04 AM, Martin Jansa wrote: > Please merge this one. you are right. Some how dropped that one. Its merged not. thanks for the reminder. -armin > > On Wed, Aug 4, 2021 at 1:20 PM Martin Jansa via lists.yoctoproject.org > >

[yocto] M+ & H bugs with Milestone Movements WW35

2021-08-30 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW35 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 13025 WIC image install support kexin@windriver.com

[yocto] Current high bug count owners for Yocto Project 3.4

2021-08-30 Thread Stephen Jolley
All, Below is the list as of top 50 bug owners as of the end of WW35 of who have open medium or higher bugs and enhancements against YP 3.4. There are 42 possible work days left until the final release candidates for YP 3.4 needs to be released. Who Count michael.opdenac...@bootlin.com 32

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

2021-08-30 Thread Peter Bergin
On 2021-08-30 14:54, Matthias Klein wrote: Hello, I am trying to find a working alternative for the old -P option. Previous: EXTRA_USERS_PARAMS = "usermod -P toor root;" The suggestions from this thread don't seem to work: https://lists.openembedded.org/g/openembedded-core/topic/84548199

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

2021-08-30 Thread Markus Volk
I also have problems with setting passwords in current master branch. I only can provide a hacky workaround. I added the following lines to my image recipe to inject the passwords manually after rootfs creation: RETRO_USER_PASSWORD ?= "retro" ROOT_USER_PASSWORD ?= "root"

Re: [yocto] [meta-hardening][PATCH] meta-hardening/binutils: harden installation permissions

2021-08-30 Thread Marta Rybczynska
(correcting the wrong list address) On Fri, Aug 27, 2021 at 6:07 AM akuster808 wrote: > Marta, > > On 8/24/21 11:05 PM, Marta Rybczynska wrote: > > Compilers and related utils are better restricted on production > platforms. > > Change permissions of all installed binutils tools to remove

Re: [yocto] downgrade openssl libraryes

2021-08-30 Thread Ivan Riabtsov
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 glibc and try to roll back openssl. I do not

Re: [yocto] downgrade openssl libraryes

2021-08-30 Thread Alexander Kanavin
openssl 1.0.2 went out of support at the end of 2019 and you should not be using it. What is the problem you need to solve? Alex On Mon, 30 Aug 2021 at 15:33, Ivan Riabtsov wrote: > hello i am trying to rollback openssl version from 1.1.1i to 1.0.2j. > Copied the recipe openssl_1.1.1i.bb to

[yocto] downgrade openssl libraryes

2021-08-30 Thread Ivan Riabtsov
hello i am trying to rollback openssl version from 1.1.1i to 1.0.2j. Copied the recipe openssl_1.1.1i.bb to openssl_1.0.2j.bb, saved the openssl_1.1.1i.bb version with the name openssl_1.1.1i.bb.backup Отредактировал новый файл, вот разница в файлах: diff -Nau ./openssl_1.1.1i.bb.backup

Re: [yocto] kcrash package compile issue

2021-08-30 Thread Zoran
> That means that kwindowsystem did not install all necessary bits. Oh, I see... It has everything to do with Xwindows systems in X11 Client/Server domain. kwindoes => KDE desktop. Apology for the confusion! Zee ___ On Mon, Aug 30, 2021 at 2:19 PM Andreas Müller wrote: > > On Mon, Aug

Re: [yocto] kcrash package compile issue

2021-08-30 Thread Andreas Müller
On Mon, Aug 30, 2021 at 6:46 AM Zoran wrote: > > > CMake Error in src/CMakeLists.txt: > > > > Imported target "KF5::WindowSystem" includes non-existent path > > You somehow mixed Windows and Linux Cmake build systems. Not sure how... > > Solution 1: fix on the fly current problem: > You should

[yocto] How to remove -rpath and -rpath-link from BUILD_LDFLAGS env variable to solve following error: QA Issue: package python3-scipy contains bad RPATH? #python #bitbake

2021-08-30 Thread surfinride via lists.yoctoproject.org
Hey there. I am building a Boot2Qt image for my Jetson Nano. Yocto release is dunfell. Currently I am trying to build the scipy library release 1.5.3. This is the recipe I am using: > > inherit pypi setuptools3 > > SUMMARY = "SciPy: Scientific Library for Python" > HOMEPAGE =