- Follow steps 3-7 as described in Steps to Access the BitBake Utility.
- Create a workspace for devtool:
devtool create-workspace ../components/plnx_workspace/
- Add the recipe to workspace
directory:
devtool add --version 1.0 gpio-demo ../project-spec/meta-user/recipes-apps/gpio-demo
- Build the recipe:
devtool build gpio-demo
For more devtool commands, type devtool
--help
.