Yocto blueprint
Just some helpers/notes to start a new project with some passionate opinions.
Here's the complete setup process:
Step 1: Initial Repository Setup
mkdir meta-forte && cd meta-forte && git init -b main
Step 2: Create Directory Structure
mkdir -p layer...
oliverbatista.com14 min read