[yocto] please help on compiling my kernel

2019-08-13 Thread Tg, Harish
Hi Guys, I am facing a strange issue which was working/compiling earlier. I did a clean and retried. Now I am getting this error with the command "bitbake -c compile -f linux-ti-staging": WARNING: linux-ti-staging-4.4.45+gitAUTOINC+89944627d5-r1a.arago5 do_fetch: Failed to

[yocto] Please help me with the steps for cross-compiling

2019-07-28 Thread Tg, Harish
Hi, I need to add some debug statements in nanddump and cross compile it for DRA71X board in yocto. Can u guide me with the steps, please? Regards, Harish. -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] how to cross-compile

2019-07-26 Thread Tg, Harish
Hi, I need to add some debug statements in nanddump and cross compile it for DRA71X board in yocto. Can u guide me with the steps, please? Regards, Harish. -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] how to stop applying patches in yocto project

2019-07-25 Thread Tg, Harish
Hi, I have requirement that I shall not apply patches to the yocto project and then build u-boot, kernel and the images. Can u please help me? Basically I need to revert back to PSDKLA-3.02 Release and without patches. Please guide me. Thanks, Harish. --

Re: [yocto] EXT SENDER - yocto Digest, Vol 104, Issue 95

2019-05-24 Thread Tg, Harish
, May 24, 2019 3:26 PM To: Tg, Harish ; Yocto discussion list Subject: Re: [yocto] EXT SENDER - yocto Digest, Vol 104, Issue 95 On Fri, 24 May 2019, at 10:14, Tg, Harish wrote: > Kindly help me out in locating the source for /usr/bin of rootfs image > in yocto. I did a find but I do n

Re: [yocto] EXT SENDER - yocto Digest, Vol 104, Issue 95

2019-05-24 Thread Tg, Harish
to the rootfs image. Your help is highly appreciated. Thanks in advance. Harish. -Original Message- From: Tg, Harish Sent: Friday, May 24, 2019 12:05 PM To: yocto@yoctoproject.org Subject: FW: [yocto] EXT SENDER - yocto Digest, Vol 104, Issue 95 Mailing it to the thread. -Original Message

Re: [yocto] EXT SENDER - yocto Digest, Vol 104, Issue 95

2019-05-24 Thread Tg, Harish
to target /usr/bin of rootfs. That’s why I am asking where do I place my "ubiattach" command and there should also be a folder for this. Please clarify. Thanks, Harish. -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Friday, May 24, 2019 11:03 AM To

Re: [yocto] EXT SENDER - yocto Digest, Vol 104, Issue 95

2019-05-23 Thread Tg, Harish
local.conf but there is no IMAGE_INSTALL_append in it. I do not have clear idea. Please clarify. Thanks, Harish. -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Friday, May 24, 2019 7:07 AM To: Tg, Harish ; yocto@yoctoproject.org Subject: Re: [yocto] EXT SENDER

Re: [yocto] EXT SENDER - yocto Digest, Vol 104, Issue 95

2019-05-23 Thread Tg, Harish
Hi, I have a question. How to add commands like "ubiattach" to /usr/bin of rootfs image. I struggling with the recipes. I do not want to write my own recipe but I need to edit some recipe and add the command. Which is the place? I am using yocto for my project on TI platform and Linux.