[yocto] Build one package from a split package recipe
Bipnesh, Abhinav (Abhinav)
abhinavbipnesh at avaya.com
Mon Dec 19 03:24:55 PST 2016
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 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'
Thanks,
Abhinav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20161219/0a3ff568/attachment.html>
More information about the yocto
mailing list