[yocto] how to use makefile in bitbake

Khem Raj raj.khem at gmail.com
Tue Sep 18 22:34:55 PDT 2012


On Tue, Sep 18, 2012 at 12:51 AM, Liu <treebody at embedstudy.com> wrote:
> Hi all,
>     I have a project which is built by buildroot,so it uses a set of
> makefiles to build image.But  I want to use bitbake instead of buildroot to
> build the project.Now I am faced with some difficulties :
> 1) How can I use the variables and rules in makefile ? I know bitbake can
> not parse files like makefile.
>

bitbake drives the build using recipes which are set of rules similar
to makefiles. I would suggest to read the bitbake reference manual and
see the OE metadata especially the .bb files
on examples of recipes.

> Is there any example like this problem? Can anyone give me some good ideas?
>
>    Best wishes,
> ---------------Liu
>
>
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>



More information about the yocto mailing list