Re: [yocto] How to do the specified tasks instead of many default

2012-09-20 Thread Liu
Date: Thu, Sep 20, 2012 09:57 PM To: "Liu"; Cc: "yocto"; Subject: Re: [yocto] How to do the specified tasks instead of many default On Thursday 20 September 2012 21:50:42 Liu wrote: > I know it probably not be right to do in such way.But my project is > buil

Re: [yocto] How to do the specified tasks instead of many default

2012-09-20 Thread Paul Eggleton
On Thursday 20 September 2012 21:50:42 Liu wrote: > I know it probably not be right to do in such way.But my project is > built by buildroot,So I just need to run make to build the image.And now > I want to use bitbake to build the project instead of buildroot.Then I > think of the idea to us

Re: [yocto] How to do the specified tasks instead of many default

2012-09-20 Thread Liu
quot;; Cc: "yocto"; Subject: Re: [yocto] How to do the specified tasks instead of many default On Thursday 20 September 2012 21:11:49 Liu wrote: > I have some packages built by a set of Makefiles,and want to build them > using bitbake.So I used recipes to invoke Makef

Re: [yocto] How to do the specified tasks instead of many default

2012-09-20 Thread Paul Eggleton
On Thursday 20 September 2012 21:11:49 Liu wrote: > I have some packages built by a set of Makefiles,and want to build them > using bitbake.So I used recipes to invoke Makefiles to do > fetch,unpack,patch,compile tasks.But I do not need to do the following > tasks like do_build,do_package. > I

Re: [yocto] How to do the specified tasks instead of many default

2012-09-20 Thread Liu
Dear Paul, I have some packages built by a set of Makefiles,and want to build them using bitbake.So I used recipes to invoke Makefiles to do fetch,unpack,patch,compile tasks.But I do not need to do the following tasks like do_build,do_package. In the default conditions,there exist list of

Re: [yocto] How to do the specified tasks instead of many default ones

2012-09-20 Thread Paul Eggleton
On Thursday 20 September 2012 17:59:56 Liu wrote: > That's not what i mean.I want to remove the tasks like > "do_build","do_package" from the default tasks list,and reserve the tasks > (do_fetch,do_unpack,do_compile) I need. I know there exist some dependency > between tasks and then generate a def

Re: [yocto] How to do the specified tasks instead of many default ones

2012-09-20 Thread Paul Eggleton
On Thursday 20 September 2012 15:41:54 Liu wrote: > I'm compiling a test package "helloworld",then I just want to do the > standard tasks of "do_fetch","do_unpack" until the task "do_compile",and I > do not want to the next tasks like "do_build","do_package". I think there > exist the task de

[yocto] How to do the specified tasks instead of many default ones

2012-09-20 Thread Liu
Hi all, I'm compiling a test package "helloworld",then I just want to do the standard tasks of "do_fetch","do_unpack" until the task "do_compile",and I do not want to the next tasks like "do_build","do_package". I think there exist the task dependency chain,but can hardly find how to remov