Jump to content

Preparing Yocto Development Environment for Debugging: Difference between revisions

Line 49: Line 49:
Most of these tools' recipes are already available on a very generic format, and can be modified if necessary to adjust to a specific setup or hardware. You can check your current Yocto build and its meta-layers to see if any of them have the desired recipe, or if it is added to your layer path by running.
Most of these tools' recipes are already available on a very generic format, and can be modified if necessary to adjust to a specific setup or hardware. You can check your current Yocto build and its meta-layers to see if any of them have the desired recipe, or if it is added to your layer path by running.
<syntaxhighlight lang=make>
<syntaxhighlight lang=make>
bitbake -e <package_name>
bitbake -e $PACKAGE_NAME
</syntaxhighlight>
</syntaxhighlight>


Cookies help us deliver our services. By using our services, you agree to our use of cookies.