Re: How to disable specific default recipe to be included in Yocto? #linux #yocto #cups #hplip


Shamil Khan
 

Hi,

You can use BBMASK variable in your configuration file to prevent bitbake from parsing certain recipes.

For example,
BBMASK = "example.bb"
Here, BitBake ignores the example.bb recipe.

Hope this helps!

Join yocto@lists.yoctoproject.org to automatically receive all group messages.