Skip to content

Instantly share code, notes, and snippets.

@bachp
Created October 15, 2018 08:37
Show Gist options
  • Select an option

  • Save bachp/9b8dfd0cb66d55b7621b6aaab8d059a4 to your computer and use it in GitHub Desktop.

Select an option

Save bachp/9b8dfd0cb66d55b7621b6aaab8d059a4 to your computer and use it in GitHub Desktop.
Build all cmake dependent Bitbake recipes
TARGETS=$(bitbake-layers show-recipes -i cmake | grep ":$" | sed 's/:$//')
bitbake -k ${TARGETS}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment