diff options
author | Koen Kooi <koen@openembedded.org> | 2007-11-21 15:44:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-21 15:44:55 +0000 |
commit | 4c05d7e52d6e798231f5febe132dc619aaaf77e7 (patch) | |
tree | 55485cb2f1cad290271028e968ec2aafc4da2c4f /conf/local.conf.sample | |
parent | 76abab42d7318d89b0594c653868254b2bb6edc7 (diff) |
local.conf.sample: update DISTRO to something that works for 99.9% of the users
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r-- | conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index cf3c793c68..0fa2b7d122 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -77,7 +77,7 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" # openzaurus-unstable is a so called "versioned" distro, i.e. they # explicitely select specific versions of various packages. # Stay away from unversioned distros unless you really know what you are doing -# DISTRO = "generic" +# DISTRO = "angstrom-2007.1" # So far, angstrom.conf sets ENABLE_BINARY_LOCALE_GENERATION # to generate binary locale packages at build time using qemu-native and |