Re: [yocto] issue adding the user with the yocto kirkstone

2024-04-26 Thread Mahendra Sondagar
hi.. @Daniel Many Thanks for the support This resolve the issue EXTRA_USERS_PARAMS += " useradd -m -s /bin/bash -P 'mahi' root;" however,  when i build the image and try to login with the board then I can't it's always returning as an incorrect password! here is the logs . stm32mp1

[yocto] issue adding the user with the yocto kirkstone

2024-04-25 Thread Mahendra Sondagar
board" AUTHOR= "Mahendra Sondagar | mahendrasondaga...@gmail.com" IMAGE_INSTALL = "packagegroup-core-boot ${CORE_IMAGE_EXTRA_INSTALL}" IMAGE_LINGUAS = " " LICENSE = "MIT" inherit core-image inherit extrausers # Set rootfs to 200 MiB by default IMAGE_OVE

[yocto] /dev/kmsg buffer overrun, some messages lost

2023-07-12 Thread Mahendra Sondagar
Hello there... Hope all are doing well I'm dealing with the Yocto Hardknott version with the Linux kernel version 5.10 Along with the default device driver packages, i have added external driver packages for the Micrel KSZ8795, 4 port LAN switch support I have also applied the patches for the

[yocto] new recipe file to extract the tar.gz in to root directory #hardknott

2023-06-05 Thread Mahendra Sondagar
Hello geeks Hope all are well I need to create the Yocto recipe to extract the local tra.gz based project files in to root directory here is my recipe contents ### SUMMARY = "Eyesite Application" LICENSE = "MIT"

Re: [yocto] libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by bin/cmake) #hardknott

2023-05-27 Thread Mahendra Sondagar
Hi @Bill Thanks Yes, it's working with the Ubuntu LTS The issue has been resolved Thanks -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#60133): https://lists.yoctoproject.org/g/yocto/message/60133 Mute This Topic:

[yocto] OSError: [Errno 40] too much recursions while resolving #hardknott

2023-05-27 Thread Mahendra Sondagar
Hi.. there Hope all are doing well I'm dealing with the Makefile based project, for which i have created the recipe file The file architecture of the recipes file is as follows, |---modem-api ├── files │   ├── GpioApi.c │   ├── GpioApi.h │   ├── main.c │   ├── Makefile │   ├── modem.c │   ├──

[yocto] libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by bin/cmake) #hardknott

2023-05-24 Thread Mahendra Sondagar
Hi.. community Hope all are doing well I'm dealing with the Yocto hardknott with my Ubuntu host The Ubuntu version is Ubuntu 22.04.2 LTS During the building of the custom image, everything goes well until the build process hits the below error message | make  -f CMakeFiles/Makefile2

[yocto] Writing the recipes to add new custom DTS file in to the image and configure as as default DTS file to boot image #imx6

2023-03-15 Thread Mahendra Sondagar
Hello geeks Hope all are doing well! Right now, I'm using the i.mx6 SOM from Variscite I have created the custom image by adding my custom meta layers Previously, the kernel generated the .wic image along with the default hardware configuration as mentioned in the DTS file through 

Re: [yocto] meta-swupdate integration with the custom Yocto image #dunfell

2022-09-26 Thread Mahendra Sondagar
Hi... Quentin Thanks for the reply... let me try this Regards Mahendra On Mon, Sep 26, 2022 at 1:44 PM Quentin Schulz < quentin.sch...@theobroma-systems.com> wrote: > Hi Mahendra Sondagar, > > On 9/25/22 19:38, Mahendra Sondagar wrote: > > Hey.. There > > Hope all

Re: [yocto] meta-swupdate integration with the custom Yocto image #dunfell

2022-09-25 Thread Mahendra Sondagar
are inside this recipes-myswupdate file I guess, that's the issue >From the error logs, you can see, it's tries to find the file in to the >default *meta-swupdate/recipes-support* files rather than >*meta-custom/recipes-myswupdate* ! Anyone else ? Regards Mahendra Thanks, Mahendra

[yocto] meta-swupdate integration with the custom Yocto image #dunfell

2022-09-25 Thread Mahendra Sondagar
ta-custom? c) can any one help me with the right integration steps for the swupdate with yocto ? for the instance, I'm following official guide from here ( https://sbabic.github.io/swupdate/building-with-yocto.html ) All suggestions & comments welcome Regards Mahendra Sondagar -=-=-=-=-=-=-

Re: [yocto] install: cannot create regular file Permission denied #dunfell

2022-09-18 Thread Mahendra Sondagar
Hi...Quentin Schulz Thanks a lot! It's solved my issue Many thanks again :) Regards Mahendra On Thu, Sep 15, 2022 at 1:31 PM Quentin Schulz < quentin.sch...@theobroma-systems.com> wrote: > Hi Mahendra, > > On 9/14/22 20:16, Mahendra Sondagar wrote: > > Hi.. there >

[yocto] install: cannot create regular file Permission denied #dunfell

2022-09-14 Thread Mahendra Sondagar
Hi.. there Hope all are doing well I'm working with the Yocto dunfell branch with the STM32MP1 My goal is to add the test.sh script in to the rootfs of the Yocto custom image (in to the bindir) That's how, i have created the recipes file called "recipes-support" Inside that, i have created

[yocto] Help required for the Bluetooth USB dongle with yocto Dunfell #dunfell

2022-09-05 Thread Mahendra Sondagar
Hi.. There Hope all are doing well I'm playing with the TP-Link Bluetooth dongle For the instance, i have enabled all necessary drivers from the menuconfig Not only that, but i have also manually added the firmware as per the few suggestions in rootfs of the yocto images Those firmware are

Re: Private: Re: [yocto] Adding the Firmware file (.bin) to the Yocto recipes #dunfell

2022-09-02 Thread Mahendra Sondagar
Hi.. Khem Raj Thanks for the prompt response Yes, it works :) you made my days Many thanks, Mahendra On Sat, Sep 3, 2022 at 12:15 AM Khem Raj wrote: > Adding back mailing list. > > On Fri, Sep 2, 2022 at 10:30 AM Mahendra Sondagar > wrote: > > > > On Fri, Sep 2, 20

[yocto] Adding the Firmware file (.bin) to the Yocto recipes #dunfell

2022-09-01 Thread Mahendra Sondagar
ed here The content of the .bbappend file is listed here Can any one help me here ? All suggestions and comments welcome :) Regards Mahendra Sondagar -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#57969): https://lists.yoctoproject.org/g/yoct

Re: [yocto] Create the patch for the linux kernel module #dunfell

2022-08-22 Thread Mahendra Sondagar
Hi... Quentin Yes, it works! I'm able to customise the kernel module by the patch Many thanks :) Regards, Mahendra On Mon, Aug 22, 2022 at 11:09 PM Mahendra Sondagar < mahendrasondaga...@gmail.com> wrote: > Hi...Quentin > > Thanks for the revert :) > Let me try this >

Re: [yocto] Create the patch for the linux kernel module #dunfell

2022-08-22 Thread Mahendra Sondagar
Hi...Quentin Thanks for the revert :) Let me try this Regards Mahendra On Mon, Aug 22, 2022 at 10:49 PM Quentin Schulz wrote: > Hi Mahendra, > > On August 22, 2022 7:04:46 PM GMT+02:00, mahendrasondaga...@gmail.com > wrote: > >Hi... Khem Raj > > > >First of all, Thanks for the swift reply. >