Re: [yocto] Build one package from a split package recipe

2016-12-19 Thread Thomas Thorne
? Now when I fire a bitbake command like "bitbake test" all the packages listed into the recipe get build. But sometime I need to build only one package say test1. ? ? How that can be achieved as when I tried "bitbake test1" its reports below error ? ERROR: Nothing PROVIDES test1' I

Re: [yocto] Build one package from a split package recipe

2016-12-19 Thread Burton, Ross
On 19 December 2016 at 11:24, Bipnesh, Abhinav (Abhinav) < abhinavbipn...@avaya.com> wrote: > Now when I fire a bitbake command like “bitbake test” all the packages > listed into the recipe get build. But sometime I need to build only one > package say test1. > > > > How that can be achieved as

[yocto] Build one package from a split package recipe

2016-12-19 Thread Bipnesh, Abhinav (Abhinav)
Hi, I have an recipe which built multiple package. Below is the contents of the recipe Test.bb PACKAGES = "test1 test2 test3 test4 test5" do_install () { } Now when I fire a bitbake command like "bitbake test" all the packages listed into the recipe get build. But sometime I need to