On Sun, Jul 14, 2024 at 12:17 AM gavrosc via Lists.Yoctoproject.Org
wrote:
> hi
>
> yes you are right! I have placed this instruction in the local.conf file
> which resides in build/conf folder.
> I have removed it and the 'bitbake helloworld' worked fine.
>
> One last question, do I have to remo
hi
yes you are right! I have placed this instruction in the local.conf file which
resides in build/conf folder.
I have removed it and the 'bitbake helloworld' worked fine.
One last question, do I have to remove this instruction ( INHERIT += "rm_work")
when I am building individual recipes like
On Sat, Jul 13, 2024 at 10:06 AM gavrosc via lists.yoctoproject.org
wrote:
>
> hi again
>
> i have removed the line from the file as you suggested and i tried run one by
> one the following commands
> and finally is successful and all folders created correctly.
>
> bitbake -c do_fetch helloworld
hi again
i have removed the line from the file as you suggested and i tried run one by
one the following commands
and finally is successful and all folders created correctly.
bitbake -c do_fetch helloworld
bitbake -c do_unpack helloworld
bitbake -c do_compile helloworld
bitbake -c do_install hel
hi
thank you very much for your reply.
When I remove this variable the build is indeed completed without errors but
only a temp folder is created under ./helloworld/1.0
and not executables are created. Also the helloworld.c doesn't exist either in
this folder.
Any other ideas?
Thenx in ad
On Sat, Jul 13, 2024 at 8:32 AM gavrosc via lists.yoctoproject.org wrote:
> Hi
> i am using ubuntu 22.04.4 LTS, bitbake 2.8.0, poky scarthgap branch and
> beaglebone black. I have created my own layer and my own helloworld recipe
> which contain a helloworld.c. I would like to execute it in beagl