[yocto] Getting segmentation fault while creating wic images

2023-07-05 Thread mail2uvijay
Hi, I am trying re-build yocto for one of the custom board having ti processor. using dunfell branch. While creating images getting "output: Segmentation fault (core dumped)" " NOTE: recipe app-image-1.0-r0: task do_image_wic: Failed ERROR: Task

Re: [yocto] running application in user mode instead of root #yocto

2022-05-30 Thread mail2uvijay
any one has example bitbake script which runs the application by the user instead of root. When i start the application using startup scripts [init.d] its running with root user. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#57210):

Re: [yocto] SRC_URI from AWS codecommit with user and password #yocto

2022-04-21 Thread mail2uvijay
Thank you Khem Raj i am following ".netrc" conf file able to clone he repo. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#56838): https://lists.yoctoproject.org/g/yocto/message/56838 Mute This Topic:

[yocto] SRC_URI from AWS codecommit with user and password #yocto

2022-04-20 Thread mail2uvijay
Hi All, I have an application writing in Qt/QML for specific embedded target, The repo for this application is maintained in AWS codecommit which has user and password . How to mentioned in the recipe SRC_URI to fetch from the repo which has user/password. I dont have SSH access for the same.

Re: [yocto] Building Yocto on AWS container getting ERROR: The postinstall intercept hook 'update_icon_cache' failed, #yocto

2021-09-07 Thread mail2uvijay
For the error,  i have tried installed below package in aws container libgdk-pixbuf2.0-0 in container, and added DEPENDS += "qemuwrapper-cross" in bb file. Will try the option building "core-image-minimal" or "core-image-sato" Regards, Vijay -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[yocto] Building Yocto on AWS container getting ERROR: The postinstall intercept hook 'update_icon_cache' failed, #yocto

2021-09-06 Thread mail2uvijay
Hi All, I am trying to build Yocto image on aws code buildfor SAMA5D27 from Microchip. Created container. Able to setup the environment successfully with the dependencies installed on container. At the final step while creating rootfs image i am getting below error. "ERROR: The postinstall

[yocto] Secure boot implementation #yocto #linux

2021-08-02 Thread mail2uvijay
Hi, Working on Yocto build system. using the sama5d27-wlsom1-ek board Able to create image Now i am planning to have secure booting on this board. Guide me on how to enable secure booting on sama5d27-wlsom1-ek. Regards, Vijay -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

Re: [yocto] #bitbake Can't get application sources from private git using SSH keys #bitbake #yocto

2021-07-29 Thread mail2uvijay
Thank you Yoann. I was able to fetch. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#54254): https://lists.yoctoproject.org/g/yocto/message/54254 Mute This Topic: https://lists.yoctoproject.org/mt/84523137/21656 Mute

[yocto] #bitbake Can't get application sources from private git using SSH keys #bitbake #yocto

2021-07-29 Thread mail2uvijay
Hi, Working on Yocto build system first time. I has written a recipe to fetch the code from private GIT HUB, using SSH keys. Able to clone the code using git clone. However when i ran bitbake getting below error. "ssh couldnot resolve host" In my bitbake recipe these two line are present SRCREV

[yocto] running application in user mode instead of root #yocto

2021-04-27 Thread mail2uvijay
Hi All, I am trying to run my application in less privilege mode instead of root user. As i am new to Yocto build could you please some one suggest on how to configure my build environment to get user and run my application with the user privileges at startup. Regards, Vijay

[yocto] WIC cp is not copying files to ext4 partition #yocto

2020-09-15 Thread mail2uvijay
Hi Team, Able to create image for using Yocto. After creating the image, I am trying to copy one file using 'wic cp' to 'extt4' partition. while copying i am not getting any error, after flashing the image on board copied file was not present. Is there any other ways to copy a file to ext4