summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-08-31 10:47:56 +0000
committerRichard Purdie <richard@openedhand.com>2005-08-31 10:47:56 +0000
commitf54da734eb7b69e8e34de505bd89a13479e230e0 (patch)
treef796bea6f5683dfe3d591ca5390d12fd78e59c96 /build
parent4b46c1f6e891b1ddd5968536440b888661fade3e (diff)
downloadpoky-f54da734eb7b69e8e34de505bd89a13479e230e0.tar.gz
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@2 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build')
-rwxr-xr-xbuild/conf/local.conf54
1 files changed, 54 insertions, 0 deletions
diff --git a/build/conf/local.conf b/build/conf/local.conf
new file mode 100755
index 0000000000..49d6fc7e1e
--- /dev/null
+++ b/build/conf/local.conf
@@ -0,0 +1,54 @@
1# Where to cache the files OE downloads
2DL_DIR = "/usr/oe/sources"
3BBFILES := "/usr/ohoe/openembedded/packages/*/*.bb"
4
5BBMASK = ""
6PREFERRED_PROVIDERS = "virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie"
7PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-qpe"
8PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
9PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
10PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
11
12# Uncomment this to specify where BitBake should create its temporary files.
13# Note that a full build of everything in OpenEmbedded will take GigaBytes of hard
14# disk space, so make sure to free enough space. The default TMPDIR is
15# <build directory>/tmp
16# TMPDIR = /usr/local/projects/oetmp
17# Uncomment this to disable the parse cache (not recommended).
18# CACHE = ""
19# Uncomment this if you want BitBake to emit debugging output
20# BBDEBUG = "yes"
21
22MACHINE = "c7x0"
23
24DISTRO = "openzaurus-3.5.4"
25
26DISTRO_TYPE = "debug"
27KERNEL_VERSION = "2.6"
28
29IMAGE_FSTYPES = "jffs2 tar"
30
31
32# Uncomment these two if you want BitBake to build images useful for debugging.
33# DEBUG_BUILD = "1"
34# INHIBIT_PACKAGE_STRIP = "1"
35
36# Uncomment these to build a package such that you can use gprof to profile it.
37# NOTE: This will only work with 'linux' targets, not
38# 'linux-uclibc', as uClibc doesn't provide the necessary
39# object files. Also, don't build glibc itself with these
40# flags, or it'll fail to build.
41#
42# PROFILE_OPTIMIZATION = "-pg"
43# SELECTED_OPTIMIZATION = "${PROFILE_OPTIMIZATION}"
44# LDFLAGS =+ "-pg"
45
46# Uncomment this if you want BitBake to emit the log if a build fails.
47BBINCLUDELOGS = "yes"
48
49# Specifies a location to search for pre-generated tarballs when fetching
50# a cvs:// URI. Uncomment this, if you not want to pull directly from CVS.
51CVS_TARBALL_STASH = "http://www.oesources.org/source/current/"
52
53PREFERRED_VERSION_gcc-cross= "3.4.3"
54PREFERRED_VERSION_gcc-cross-initial= "3.4.3"