summaryrefslogtreecommitdiffstats
path: root/openembedded/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/conf/local.conf.sample')
-rw-r--r--openembedded/conf/local.conf.sample16
1 files changed, 9 insertions, 7 deletions
diff --git a/openembedded/conf/local.conf.sample b/openembedded/conf/local.conf.sample
index 52a0d5f120..49b66b2e50 100644
--- a/openembedded/conf/local.conf.sample
+++ b/openembedded/conf/local.conf.sample
@@ -3,6 +3,7 @@
3# This file is not used, see build/conf/local.conf instead 3# This file is not used, see build/conf/local.conf instead
4# 4#
5# XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 5# XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
6
6# 7#
7# OpenEmbedded local configuration file (sample) 8# OpenEmbedded local configuration file (sample)
8# 9#
@@ -25,12 +26,11 @@
25# expansion. Stuff like starting with ${HOME} or ${TOPDIR} is ok). 26# expansion. Stuff like starting with ${HOME} or ${TOPDIR} is ok).
26 27
27# Use this to specify where BitBake should place the downloaded sources into 28# Use this to specify where BitBake should place the downloaded sources into
28DL_DIR = "POKYROOT/sources" 29DL_DIR = "${HOME}/sources"
29 30
30# Delete the line below. Then specify which .bb files to consider for 31# Delete the line below. Then specify which .bb files to consider for
31# your build. Typically this will be something like BBFILES = "/path/to/openembedded/packages/*/*.bb" 32# your build. Typically this will be something like BBFILES = "/path/to/openembedded/packages/*/*.bb"
32#BBFILES := "${@bb.fatal('Edit your conf/local.conf: BBFILES')}" 33BBFILES := "${@bb.fatal('Edit your conf/local.conf: BBFILES')}"
33BBFILES := "POKYROOT/openembedded/packages/*/*.bb"
34 34
35# Use the BBMASK below to instruct BitBake to _NOT_ consider some .bb files 35# Use the BBMASK below to instruct BitBake to _NOT_ consider some .bb files
36# This is a regulary expression, so be sure to get your parenthesis balanced. 36# This is a regulary expression, so be sure to get your parenthesis balanced.
@@ -77,7 +77,8 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
77 77
78# Uncomment this to select a distribution policy. See the conf directory 78# Uncomment this to select a distribution policy. See the conf directory
79# for distributions currently known to OpenEmbedded. 79# for distributions currently known to OpenEmbedded.
80# DISTRO = "familiar" 80# Stay away from unversioned distros unless you really know what you are doing
81# DISTRO = "familiar-0.8.3"
81 82
82# Uncomment this to select a particular kernel version if supported by 83# Uncomment this to select a particular kernel version if supported by
83# your MACHINE setting. Currently only supported on Zaurus Clamshells. 84# your MACHINE setting. Currently only supported on Zaurus Clamshells.
@@ -88,7 +89,7 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
88# INHERIT = "package_ipk" 89# INHERIT = "package_ipk"
89# INHERIT = "package_tar" 90# INHERIT = "package_tar"
90 91
91# Add the required image file system types below. Valid are jffs2, tar, cramfs 92# Add the required image file system types below. Valid are jffs2, tar, cramfs and ext2
92IMAGE_FSTYPES = "jffs2 tar" 93IMAGE_FSTYPES = "jffs2 tar"
93 94
94# Uncomment this to disable the parse cache (not recommended). 95# Uncomment this to disable the parse cache (not recommended).
@@ -97,7 +98,8 @@ IMAGE_FSTYPES = "jffs2 tar"
97# Uncomment this if you want BitBake to emit debugging output 98# Uncomment this if you want BitBake to emit debugging output
98# BBDEBUG = "yes" 99# BBDEBUG = "yes"
99 100
100# Uncomment these two if you want BitBake to build images useful for debugging. 101# Uncomment these two if you want BitBake to build images useful for debugging.
102# Note that INHIBIT_PACKAGE_STRIP needs a package format to be defined
101# DEBUG_BUILD = "1" 103# DEBUG_BUILD = "1"
102# INHIBIT_PACKAGE_STRIP = "1" 104# INHIBIT_PACKAGE_STRIP = "1"
103 105
@@ -125,4 +127,4 @@ BBINCLUDELOGS = "yes"
125CVS_TARBALL_STASH = "http://www.oesources.org/source/current/" 127CVS_TARBALL_STASH = "http://www.oesources.org/source/current/"
126 128
127# EDIT THIS FILE and then remove the line below before using! 129# EDIT THIS FILE and then remove the line below before using!
128#REMOVE_THIS_LINE:="${@oe.fatal('Read the comments in your conf/local.conf')}" 130REMOVE_THIS_LINE:="${@oe.fatal('Read the comments in your conf/local.conf')}"