hi folks:

   i meet an problem that need keep TCLIBC both work in "musl" and "glibc" 
environment , but a user-defined package cant work with "glibc", so i need to 
remote them in the "IMAGE_INSTALL" variable,
but i don`t want to offer a seperate "image*.bb" files for this reason because 
it may be cause the customer misunderstand, so i have a thought to judge the 
"TCLIBC" and do the remove operation during bitbake runtime in local.conf
like this in local.conf


  if TCLIBC == glibc
      IMAGE_INSTALL_remove="package1 package2"

 else
     do nothing
  endif


so, how the above pseudo code be implemented in bitbake config files?
thanks for your support.
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to