Re: [yocto] Building only the app and not the Linux core

2019-11-12 Thread Ross Burton
On 12/11/2019 16:52, gholhak...@yahoo.com wrote: so you mean there is no way not to build them? I don't need any native tool. I define my cross-compilation toolchain in my layer. I asked you in twitter, you said "Use multiconfig to split the Linux and  rtos entirely". I could not figure it, so I

Re: [yocto] Building only the app and not the Linux core

2019-11-12 Thread Ross Burton
On 12/11/2019 16:17, gholhak...@yahoo.com wrote: My question now is, how can I avoid hassle of building the x86_64-linux? I just need my test.elf file. Have a look in that folder to see what it is building. That directory is for native tools, like GCC. Ross -- __

Re: [yocto] Building only the app and not the Linux core

2019-11-12 Thread Ross Burton
On 12/11/2019 15:33, gholhak...@yahoo.com wrote: Hi all, I would like to build my yocto project, but only my applications. I mean, I would like to separate my Linux build and the application build. I want to just have my meta-layer which contains my application being build by calling the bitba

Re: [yocto] Building only the app and not the Linux core

2019-11-12 Thread Paul Barker
On Tue, 12 Nov 2019, at 15:33, gholhak...@yahoo.com wrote: > Hi all, > > I would like to build my yocto project, but only my applications. I > mean, I would like to separate my Linux build and the application build. > I want to just have my meta-layer which contains my application being > build

[yocto] Building only the app and not the Linux core

2019-11-12 Thread gholhak...@yahoo.com
Hi all, I would like to build my yocto project, but only my applications. I mean, I would like to separate my Linux build and the application build. I want to just have my meta-layer which contains my application being build by calling the bitbake command. Can anyone give me a pointer? Using the