diff options
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. |