Any ideas what went wrong?
image.png
image.png
With useradd the password has to be encrypted and the option is a
lowercase '-p':
EXTRA_USERS_PARAMS = "useradd -m -p '`openssl passwd -6 root`' root; "
:rjs
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Repl
Hi guys,
I have added the below configuration to add a login password in my yocto
kirkstone. I have removed the debug-tweaks as well. I notice that for some
reason the login password root is noted as incorrect.
Any ideas what went wrong?
[image: image.png]
[image: image.png]
regards,
Hassan
-=-=
Hi all,
I have built the esdk from my open embedded yocto system in order to build my
own kernel modules.
It's created in ~/nodistro_sdk.
In workspace/sources/mpfs-linux I have modified the device tree and added a new
uio driver.
Then I ran make defconfig and make menuconfig to selct and add the
Hello Alex,
Your guess was right. In principle, the messages in the log.do_package file
were also correct.
I overlooked the whole time that the link for a rtl8723 file points to a
rtl8821 file.
My bbappend now looks like this:
FILES:${PN}-rtl8723 += “ ${nonarch_base_libdir}/firmware/rtl_bt/rtl8
Hi,
By default, Yocto uncompress files with an extension use for compression
(include it tgz), so any file that you add to the SRC_URI, Yocto will do the
uncompress in the do_unpack task. Because do_install depends on do_unpack, when
you want to use that task, you will already have the uncompre
Hello,
If you do not understand something, formulate a question, and make it as
specific as you can. Show that you're an active learner, and capable of
independently figuring out things without being handed a complete solution.
Do not ask to write you a complete personal tutorial: it's almost cer
Hi Alex
Can you please elaborate on this, I did multiple attempts and being new to
this, finding solutions.
Thanks
On Tue, 22 Oct 2024, 01:43 Adrian Freihofer,
wrote:
>
>
> umeshyv via lists.yoctoproject.org gmail@lists.yoctoproject.org> schrieb am Mo., 21. Okt. 2024, 18:30:
>
>> Hi, I ha
I guess your firmware-specific package contains a symlink to something
in the 'main' linux-firmware package? This is where the dependency
comes from. Then you need to figure out why it goes to the main
package and not to the specific one.
Check what goes where in ${WORKDIR}/package-split/. Then ag
Hello Alex,
I have made a small step forward.
Even without my customization, some packages are “broken” in terms of
dependencies.
The cause lies in generated links for which messages appear in log.do_package:
DEBUG: Executing python function package_fixsymlinks
...
DEBUG: linux-firmware-qcom-vp
Hi Khem Raj ,
Able to get the fips working on target with Yocto scrathgap.
The problem is with fips config file which was creating error as shared in
earlier message.
Since the openssl fips is cross compiled the fips configuration will not be
proper .
The fips configuration does required an
ht
10 matches
Mail list logo