[linux-yocto] How to build local PC kernel using Local PC Toolchain with Yocto
Bruce Ashfield
bruce.ashfield at windriver.com
Tue Feb 24 06:21:29 PST 2015
On 15-02-24 04:36 AM, Aravind Babu wrote:
> Hi ,
>
> I am new to Yocto build system & I am currently using Ycto (Poky
> distrbution) in my project to build u-boot, kernel and file system.
>
> I am working on *AM437x GP EVM board*. and I am using
> *ti-sdk-am437x-evm-07.01.00.00*
>
> I am able to build kernel and file system using Yocto but these are
> different versions which I don't want to build, and there are
> building based on versions specified in .bb files.
>
> but I want to use my local PC *Tool chain* and my local PC*Kernel-3.12
> *in Yocto build but with my local tool chain path and local PC kernel
> I am not able to build
>
> can you please provide the procedure to export local Toolchain path &
> build the local Pc kernel3.12
In this case, I'd suggest that you either need to create a recipe for the
kernel you are trying to build, just not use the build system at all, or
generate
a SDK from the build system and use that compiler on your local kernel.
The oe-core and Yocto docs cover the options that I've mentioned above, and
they are the best reference to use.
Assuming that you just go for "don't use the build system at all", you'd
just
follow a standard kernel build workflow using a cross compiler on your host
system.
Cheers,
Bruce
>
> Thanks
> Aravind
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/linux-yocto/attachments/20150224/5512128c/attachment.html>
More information about the linux-yocto
mailing list