Re: [yocto] Yocto Kirkstone login issue

2024-10-22 Thread Rudolf J Streif
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

[yocto] Yocto Kirkstone login issue

2024-10-22 Thread MOHAMMED HASSAN
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 -=-=

[yocto] Yocto eSDK devtool build-image

2024-10-22 Thread Dumb_Monkey
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

Re: [yocto] Strange problem when extending the linux-firmware package

2024-10-22 Thread Matthias Klein
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

Re: [yocto] reading tgz file and uncompress in rootfs

2024-10-22 Thread Jairo Mejia Aponte via lists.yoctoproject.org
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

Re: [yocto] reading tgz file and uncompress in rootfs

2024-10-22 Thread Alexander Kanavin
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

Re: [yocto] reading tgz file and uncompress in rootfs

2024-10-22 Thread umeshyv
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

Re: [yocto] Strange problem when extending the linux-firmware package

2024-10-22 Thread Alexander Kanavin
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

Re: [yocto] Strange problem when extending the linux-firmware package

2024-10-22 Thread Matthias Klein
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

Re: [yocto] Input for FIPS openssl to be added in yocto build

2024-10-22 Thread emailaddress . ashish
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