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