Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to get the Poky Linux distribution

157 bytes removed, 19:18, 30 May 2010
Poky (development branch)
<pre>
# CONF_VERSION is increased each time build/conf/ changes incompatibly
CONF_VERSION = "1"
 
# Where to cache the files Poky downloads
DL_DIR ?= "${OEROOT}/sources"
BBFILES += "\ ${OEROOT}/meta/packages/*/*.bb \ ${OEROOT}/meta-moblin/packages/*/*.bb" BBFILE_COLLECTIONS = "normal moblin"# Where to cache Poky's built staging outputBBFILE_PATTERN_normal PSTAGE_DIR ?= "^${OEROOT}/meta/"BBFILE_PATTERN_moblin = "^${OEROOT}/meta-moblin/" BBFILE_PRIORITY_normal = "5"BBFILE_PRIORITY_moblin = "5pstage"
# Uncomment and set to allow bitbake to execute multiple tasks at once.
# For a quadcore, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
# be appropriate.
# BB_NUMBER_THREADS = "4"
# Also, make can be passed flags so it run parallel threads e.g.:
# PARALLEL_MAKE = "-j 4"
# The machine to target
#MACHINE ?= "igep0020bqemux86TARGET_FPU_arm MACHINE ?= "hardigep0020"
# Other supported machines
#MACHINE ?= "qemux86"
#MACHINE ?= "qemuarm"
#MACHINE ?= "netbook"
#MACHINE ?= "c7x0"
#MACHINE ?= "akita"
#MACHINE ?= "mx31litekit"
#MACHINE ?= "mx31phy"
#MACHINE ?= "netbook"
#MACHINE ?= "zylonite"
# disk space, so make sure to free enough space. The default TMPDIR is
# <build directory>/tmp
TMPDIR = "${OEROOT}/build/tmp-${MACHINE}"
# Uncomment this if you want BitBake to emit the log if a build fails.
BBINCLUDELOGS = "yes"
 
# Specifies a location to search for pre-generated tarballs when fetching
# a cvs:// or svn:// URI. Uncomment this, if you do not want to pull directly
# from CVS or Subversion
SRC_TARBALL_STASH = "http://pokylinux.org/sources/"
# Set this if you wish to make pkgconfig libraries from your system available
# on an x86_64 host.
# Supported values are i586 and x86_64
#SDKMACHINE="i586" # Poky can try and fetch packaged-staging packages from a http, https or ftp# mirror. Set this variable to the root of a pstage directory on a server.#PSTAGE_MIRROR ?= "http://someserver.tld/share/pstage" INHERIT += "rm_work"
</pre>
0
edits