Bitbake cheat sheet

From Openembedded.org
Revision as of 17:30, 19 September 2008 by 91.65.152.238 (talk) (New page: ==Intention== This page is intended to make the live of new developers easier. Feel free to add all your usual bitbake commands to this page ==Working with tmp/work== A thing you usually d...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Intention

This page is intended to make the live of new developers easier. Feel free to add all your usual bitbake commands to this page

Working with tmp/work

A thing you usually do not want to miss is to be able to recompile your source code if you change a line in it.

 bitbake -f -c foo

will only recompile your source nothing else after that do a

 bitbake foo

to get a new package