diff options
author | Chris Lord <chris@openedhand.com> | 2006-03-24 14:33:14 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-03-24 14:33:14 +0000 |
commit | 05ff3147c40087edece71449e375cdf588d7a29b (patch) | |
tree | a960fcf496b31f20255dca2a34fd3590dd4ab965 /build/conf/local.conf.sample | |
parent | 2715d1852dfa446739ebd46dfdcf26f4cab371cb (diff) | |
download | openembedded-core-05ff3147c40087edece71449e375cdf588d7a29b.tar.gz openembedded-core-05ff3147c40087edece71449e375cdf588d7a29b.tar.bz2 openembedded-core-05ff3147c40087edece71449e375cdf588d7a29b.zip |
Clean up local.conf.sample and poky.conf some-what, use '?=' instead of '=' so
all variables can be overriden locally.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@340 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build/conf/local.conf.sample')
-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" BBFILES := "POKYROOT/openembedded/packages/*/*.bb" BBMASK = "" -PREFERRED_PROVIDERS = "virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie" -PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-qpe" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" # Uncomment this to specify where BitBake should create its temporary files. # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard @@ -53,5 +48,3 @@ BBINCLUDELOGS = "yes" # a cvs:// URI. Uncomment this, if you not want to pull directly from CVS. CVS_TARBALL_STASH = "http://www.oesources.org/source/current/" -PREFERRED_VERSION_gcc-cross= "3.4.3" -PREFERRED_VERSION_gcc-cross-initial= "3.4.3" |