diff options
author | Rene Wagner <rw@handhelds.org> | 2006-01-02 19:12:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-02 19:12:49 +0000 |
commit | 6d39de8ebc7d066129342f5b298ac927e03af3a8 (patch) | |
tree | fec12b1a92f351d9be0aaa05a1fd8d9fa0b5074a /conf | |
parent | ddbdaacce2994bcdc5166daad50450da4835b75a (diff) |
local.conf.sample: explain "versioned distros". replace reference to familiar-0.8.3 with familiar-unstable.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/local.conf.sample | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 7194eaf29f..8515247d40 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -71,8 +71,12 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" # Uncomment this to select a distribution policy. See the conf directory # for distributions currently known to OpenEmbedded. +# Although they no longer contain version number in the (file-)name +# familiar-unstable and openzaurus-unstable are so called "versioned" +# distros, i.e. they explicitely select specific versions of various +# packages. # Stay away from unversioned distros unless you really know what you are doing -# DISTRO = "familiar-0.8.3" +# DISTRO = "familiar-unstable" # Uncomment this to select a particular kernel version if supported by # your MACHINE setting. Currently only supported on Zaurus Clamshells. |