diff options
Diffstat (limited to 'build/conf')
-rwxr-xr-x | build/conf/local.conf.sample | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 047683a285..fcd4c8a7fd 100755 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -3,11 +3,6 @@ DL_DIR = "POKYROOT/sources" | |||
3 | BBFILES := "POKYROOT/openembedded/packages/*/*.bb" | 3 | BBFILES := "POKYROOT/openembedded/packages/*/*.bb" |
4 | 4 | ||
5 | BBMASK = "" | 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 | 6 | ||
12 | # Uncomment this to specify where BitBake should create its temporary files. | 7 | # 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 | 8 | # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard |
@@ -53,5 +48,3 @@ BBINCLUDELOGS = "yes" | |||
53 | # a cvs:// URI. Uncomment this, if you not want to pull directly from CVS. | 48 | # a cvs:// URI. Uncomment this, if you not want to pull directly from CVS. |
54 | CVS_TARBALL_STASH = "http://www.oesources.org/source/current/" | 49 | CVS_TARBALL_STASH = "http://www.oesources.org/source/current/" |
55 | 50 | ||
56 | PREFERRED_VERSION_gcc-cross= "3.4.3" | ||
57 | PREFERRED_VERSION_gcc-cross-initial= "3.4.3" | ||