# Disable the recipes found in OpenEmbedded Source: [https://docs.qualcomm.com/doc/80-88500-2/topic/31_Disable_the_recipes_found_in_OpenEmbedded.html](https://docs.qualcomm.com/doc/80-88500-2/topic/31_Disable_the_recipes_found_in_OpenEmbedded.html) Disable the recipes found in OpenEmbedded to ensure that they are not built while building the `qti-Ubuntu-robotics-image`. Note: To find recipes in OpenEmbedded, see [Find the recipe in OpenEmbedded](https://docs.qualcomm.com/doc/80-88500-2/topic/28_Find_the_recipe_in_OpenEmbedded.html). The syntax is as follows: - `PNBLACKLIST[yocto recipe name] = " Using -ubuntu "`: To ensure that the recipe cannot be build. - `PREFERRED_PROVIDER_${yocto recipe name} = "-ubuntu"`: To announce that the Ubuntu toolchain provides the recipe package. For example: `libcap` Add the following changes to meta-qti-ubuntu/conf/distro/include/tcmode-external-ubuntu.inc file: PNBLACKLIST[libcap] = "Using libcap-ubuntu" PREFERRED_PROVIDER_libcap = " libcap-ubuntu"Copy to clipboard **Parent Topic:** [Add dependency](https://docs.qualcomm.com/doc/80-88500-2/topic/27_Add_dependency.html) Last Published: Aug 18, 2023 [Previous Topic Replace the Yocto recipes with Ubuntu recipes](https://docs.qualcomm.com/bundle/publicresource/80-88500-2/topics/30_Replace_the_Yocto_recipes_with_Ubuntu_recipes.md) [Next Topic Add Ubuntu package in Ubuntu-base](https://docs.qualcomm.com/bundle/publicresource/80-88500-2/topics/32_Add_Ubuntu_package_in_Ubuntu_base.md)