You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joseph Nobes edited this page Sep 8, 2025
·
2 revisions
General Project / PetaLinux / Yocto Tips
This is not intended to be a complete guide on PetaLinux or Yocto, but will offer some specific troubleshooting information for issues that frequently crop up in this project, or useful tips.
PetaLinux
Cleaning a Single Recipe
If you're having trouble where changes appear not to be propagating through (sometimes if your resources reference symlinks), you can clean only a single recipe rather than a whole project- this saves a lot of time.
petalinux-build -c <recipe name> -x distclean
Python Recipes using Setuptools3 / Poetry for 2023 Toolchain