1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
.TH BITBAKE "1" "March 2007" "BitBake version 1.8.0" "User Commands"
.SH NAME
bbimage \- tool to create filesystem images for BitBake
.SH SYNOPSIS
.B bbimage
[\fIoptions \fR...]
.SH DESCRIPTION
bbimage is usually called by bitbake and not by the user.
It creates an image for a target device from a root filesystem,
obeying configuration parameters from the BitBake configuration files,
thereby easing handling of deviceisms.
.TP
\fB\-r\fR [arg], \fB\-\-root\fR [arg]
root directory (default=${IMAGE_ROOTFS})
.TP
\fB\-t\fR [arg], \fB\-\-type\fR [arg]
image type (jffs2[default], cramfs)
.TP
\fB\-n\fR [arg], \fB\-\-name\fR [arg]
image name (override IMAGE_NAME variable)
.TP
\fB\-v\fR, \fB\-\-version\fR
output version information and exit
.PP
BBImage version 1.1
|