# Update Yocto ## Get new fixes ```bash cd $POKY git pull origin ``` ## Get a new version ```bash cd $POKY git fetch origin VERSION=dizzy git checkout -b $VERSION origin/$VERSION ``` You may need to clean some/all targets once updated