|
Re: extrausers-bbclass: plaintext password (since shadow update to 4.9)
You have to escape the password string in the recipe. Use '\\\$' to escape the '$' token. There are some levels of evaluation of the expression and that's the reason for multiple '\'. Just iterate
You have to escape the password string in the recipe. Use '\\\$' to escape the '$' token. There are some levels of evaluation of the expression and that's the reason for multiple '\'. Just iterate
|
By
Peter Bergin
·
#54606
·
|
|
Re: extrausers-bbclass: plaintext password (since shadow update to 4.9)
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
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
|
By
Markus Volk
·
#54605
·
|
|
Re: [meta-hardening][PATCH] meta-hardening/binutils: harden installation permissions
(correcting the wrong list address)
It looks like a possibility, I will give it a try. I have a question about the future,
however. Currently meta-hardening is defining its own distribution. When
(correcting the wrong list address)
It looks like a possibility, I will give it a try. I have a question about the future,
however. Currently meta-hardening is defining its own distribution. When
|
By
Marta Rybczynska
·
#54604
·
|
|
Re: downgrade openssl libraryes
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
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
|
By
Ivan Riabtsov <ivriabtsov@...>
·
#54603
·
|
|
Re: downgrade openssl libraryes
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
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
|
By
Alexander Kanavin
·
#54602
·
|
|
downgrade openssl libraryes
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
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
|
By
Ivan Riabtsov <ivriabtsov@...>
·
#54601
·
|
|
extrausers-bbclass: plaintext password (since shadow update to 4.9)
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:
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:
|
By
Matthias Klein
·
#54600
·
|
|
Re: kcrash package compile issue
Oh, I see... It has everything to do with Xwindows systems in X11
Client/Server domain.
kwindoes => KDE desktop.
Apology for the confusion!
Zee
_______
Oh, I see... It has everything to do with Xwindows systems in X11
Client/Server domain.
kwindoes => KDE desktop.
Apology for the confusion!
Zee
_______
|
By
Zoran
·
#54599
·
|
|
Re: kcrash package compile issue
1. From version 5.85 I assume you use meta-qt5-extra (not meta-kf5) - right?
2. the important part of the log is:
| CMake Error in src/CMakeLists.txt:
| Imported target "KF5::WindowSystem" includes
1. From version 5.85 I assume you use meta-qt5-extra (not meta-kf5) - right?
2. the important part of the log is:
| CMake Error in src/CMakeLists.txt:
| Imported target "KF5::WindowSystem" includes
|
By
Andreas Müller
·
#54598
·
|
|
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
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:
This recipe fails
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:
This recipe fails
|
By
surfinride
·
#54597
·
|
|
Re: kcrash package compile issue
You somehow mixed Windows and Linux Cmake build systems. Not sure how...
Solution 1: fix on the fly current problem:
You should inspect the file: src/CMakeLists.txt and try to fix Windows
paths to
You somehow mixed Windows and Linux Cmake build systems. Not sure how...
Solution 1: fix on the fly current problem:
You should inspect the file: src/CMakeLists.txt and try to fix Windows
paths to
|
By
Zoran
·
#54596
·
|
|
kcrash package compile issue
Hi Team,
I am trying to build kcrash package. I got below error.Can anybody know how to fix this please guide me.
ERROR: kcrash-5.85.0-r0 do_configure: Execution of
Hi Team,
I am trying to build kcrash package. I got below error.Can anybody know how to fix this please guide me.
ERROR: kcrash-5.85.0-r0 do_configure: Execution of
|
By
sateesh m
·
#54595
·
|
|
Re: Pyinstaller error in yocto
#yocto
Hi,
Please don't use screen shots, but pastebin instead. I already mentioned this on fb.
My comments are inline.
It misses ldd.
It's
Hi,
Please don't use screen shots, but pastebin instead. I already mentioned this on fb.
My comments are inline.
It misses ldd.
It's
|
By
Robert Berger
·
#54594
·
|
|
Pyinstaller error in yocto
#yocto
Hello,
I successfully installed pyinstaller in my yocto image , but while executing the command it doesn't work
Hello,
I successfully installed pyinstaller in my yocto image , but while executing the command it doesn't work
|
By
yasminebenghozzi6@...
·
#54593
·
|
|
Re: [oe][meta-security][PATCH] meta: Fix typos
Please merge this one.
By
Martin Jansa
·
#54592
·
|
|
Re: [meta-tpm][PATCH v2] README: fix mailing lists and a typo
merged
thanks
By
Armin Kuster
·
#54591
·
|
|
Re: [PATCH] meta-integrity: kernel-modsign: Change weak default value
merged
thanks
By
Armin Kuster
·
#54590
·
|
|
Re: [meta-hardening][PATCH] README: fix mailing lists
merged
thanks
By
Armin Kuster
·
#54589
·
|
|
Re: [meta-mingw] [PATCH] grpc: use the new PACKAGECONFIG to disable shared
My research says libnsl is a soft requirement for c-ares.
GRPC assumes libnsl to be present and used by default.
However, it will build without it
My research says libnsl is a soft requirement for c-ares.
GRPC assumes libnsl to be present and used by default.
However, it will build without it
|
By
Sinan Kaya <okaya@...>
·
#54588
·
|
|
Re: Extensible SDK - runtime packages installation
Ok, I was able to find the answer to the third point:The bolded sentence is not actually true. Adding perl-native to the DEPENDS of a recipe, does not cause it to be automatically picked up during the
Ok, I was able to find the answer to the third point:The bolded sentence is not actually true. Adding perl-native to the DEPENDS of a recipe, does not cause it to be automatically picked up during the
|
By
d0ku
·
#54587
·
|