File: bbimage.1

package info (click to toggle)
bitbake 1.8.18-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 876 kB
  • ctags: 1,023
  • sloc: python: 7,256; xml: 494; makefile: 46; sh: 23
file content (25 lines) | stat: -rw-r--r-- 764 bytes parent folder | download | duplicates (2)
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