blob: d2225d0f78a493035b9d8bb21b2704dec6ae3cad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
OpenEmbedded
OE Images
An OE Image is
a set of OE packages pre-installed into a root filesystem
again implemented as virtual package
OE Image rules are found in openembedded/packages/images
result provided as .tar.gz, .tar.bz2, cramfs or jffs
Commonly-used images:
bootstrap-image (basic system with console access)
xterminal-image (bootstrap + X11 + xterm)
e-image (xterminal + enlightenement e11)
gpe-image (xterminal + GPE)
opie-image (QtEmbedded, OPIE, no X11)
|