Difference between revisions of "Useful targets"

From Openembedded.org
Jump to: navigation, search
(Other)
 
(41 intermediate revisions by 9 users not shown)
Line 1: Line 1:
http://buy-home-appliances.com/cp/023/song-copyright.html song copyright,  >:PPP, http://wellshandyman.com/images/354/evansville-indiana.html evansville indiana, >:D, http://coloradocustomclothing.com/_vti_cnf/22/aviation-weather-forecast.html aviation weather forecast,  182, http://5137.com/97/multiguestbook-12449.html multiguestbook 12449,  8448, http://rlgrovedesign.com/files/543/area-code-916.html area code 916,  jkul, http://camarofirebirdparts.com/aspnet_client/18/ark-equestrian.html ark equestrian, 3589, http://batteryworld.info/cp/018/science-trivia.html science trivia,  >:-]]], http://autocheapparts.info/cp/88/hanks-honeys.html hanks honeys,  >:O,
+
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 directoryCommonly 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.
 +
 
 +
[[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.