Re: [yocto] how to use makefile in bitbake

2012-09-18 Thread Khem Raj
On Tue, Sep 18, 2012 at 12:51 AM, Liu 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 a

[yocto] how to use makefile in bitbake

2012-09-18 Thread Liu
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