diff options
| author | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:47:56 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:47:56 +0000 |
| commit | f54da734eb7b69e8e34de505bd89a13479e230e0 (patch) | |
| tree | f796bea6f5683dfe3d591ca5390d12fd78e59c96 /build | |
| parent | 4b46c1f6e891b1ddd5968536440b888661fade3e (diff) | |
| download | poky-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-x | build/conf/local.conf | 54 |
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 | ||
| 2 | DL_DIR = "/usr/oe/sources" | ||
| 3 | BBFILES := "/usr/ohoe/openembedded/packages/*/*.bb" | ||
| 4 | |||
| 5 | BBMASK = "" | ||
| 6 | PREFERRED_PROVIDERS = "virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie" | ||
| 7 | PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-qpe" | ||
| 8 | PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" | ||
| 9 | PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" | ||
| 10 | PREFERRED_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 | |||
| 22 | MACHINE = "c7x0" | ||
| 23 | |||
| 24 | DISTRO = "openzaurus-3.5.4" | ||
| 25 | |||
| 26 | DISTRO_TYPE = "debug" | ||
| 27 | KERNEL_VERSION = "2.6" | ||
| 28 | |||
| 29 | IMAGE_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. | ||
| 47 | BBINCLUDELOGS = "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. | ||
| 51 | CVS_TARBALL_STASH = "http://www.oesources.org/source/current/" | ||
| 52 | |||
| 53 | PREFERRED_VERSION_gcc-cross= "3.4.3" | ||
| 54 | PREFERRED_VERSION_gcc-cross-initial= "3.4.3" | ||
