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
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to