On Tue, Sep 18, 2012 at 12:51 AM, Liu <treeb...@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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to