Difference between revisions of "Useful targets"

From Openembedded.org
Jump to: navigation, search
(Images)
 
(50 intermediate revisions by 12 users not shown)
Line 1: Line 1:
U6UyhA Oqjz crqfufnpw rzigmsdgi rvbzyafom kngy uswhd lxjajafnqj zuurmfemk.
+
Useful targets for bitbake (bitbake <targetname>)
  
jyVH15 Drnpqt judhrh hboharexsa fwvsd xbwsk thzoqcsca pzkdhu nfxgsq tzqx lloeo pngyz.
+
= core-image-minimal =
 +
Builds a minimal image for your target with basic system functionality, booting to a shell.
  
== Tasks ==
+
= world =
 
 
=== task-base ===
 
Build a kernel and core packages for a basic installation. You won't be able to do much more than ssh to the machine if this is all that's installed.
 
 
 
=== task-dvb ===
 
meta-package for DVB application (DVB = Digital Video Broadcasting).
 
 
 
=== task-python-everything ===
 
all of python.
 
 
 
=== task-native-sdk ===
 
 
 
meta-package for native (on-device) SDK
 
 
 
== Meta ==
 
 
 
The directory recipes/meta contains most of these "meta" targets that build multiple packages but some of the more useful ones are detailed below:
 
 
 
=== meta-opie ===
 
Build all OPIE related packages and some more for OPIE based usage.
 
 
 
=== meta-gpe ===
 
Basic packages to go with gpe-image.
 
 
 
== Other ==
 
 
 
=== helloworld ===
 
Builds a static executable that prints hello world, then loops infinitely.
 
 
 
=== world ===
 
 
Build everything. This takes a long time, a lot of network bandwidth, and a lot of disc space. Can also break your toolchain.
 
Build everything. This takes a long time, a lot of network bandwidth, and a lot of disc space. Can also break your toolchain.
  
=== package-index ===
+
= package-index =
 
Target to update the "feed" files (Package*) to reflect the current set of .ipk's that exist in the deploy directory.  Commonly used after building some packages individually to update the feed and allow them to be installed via a package manager or the opkg command line tools.
 
Target to update the "feed" files (Package*) to reflect the current set of .ipk's that exist in the deploy directory.  Commonly used after building some packages individually to update the feed and allow them to be installed via a package manager or the opkg command line tools.
  
=== virtual/kernel ===
+
= virtual/kernel =
 
Builds the appropriate kernel for your device.
 
Builds the appropriate kernel for your device.
  
 
[[Category:User]]
 
[[Category:User]]

Latest revision as of 15:19, 7 November 2012

Useful targets for bitbake (bitbake <targetname>)

core-image-minimal

Builds a minimal image for your target with basic system functionality, booting to a shell.

world

Build everything. This takes a long time, a lot of network bandwidth, and a lot of disc space. Can also break your toolchain.

package-index

Target to update the "feed" files (Package*) to reflect the current set of .ipk's that exist in the deploy directory. Commonly used after building some packages individually to update the feed and allow them to be installed via a package manager or the opkg command line tools.

virtual/kernel

Builds the appropriate kernel for your device.