aboutsummaryrefslogtreecommitdiffstats
path: root/conf/local.conf.sample
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-02-13 21:43:58 +0000
committerRichard Purdie <rpurdie@rpsys.net>2005-02-13 21:43:58 +0000
commit88a2570d6d70d3dca3f682604582d2e2612f1e2c (patch)
treeb91cce0a4b916080ccad9516cf8f021bbcf5595e /conf/local.conf.sample
parentc3ab2b4569f43fec9107cde7df99149f063f0983 (diff)
downloadopenembedded-88a2570d6d70d3dca3f682604582d2e2612f1e2c.tar.gz
Add KERNEL_VERSION option to select kernel preference for zaurus clamshells. Kill off openzaurus-pxa-2.6 machine type.
BKrev: 420fca1ej6LEvrP_Xe_wpNwLC8AyAQ
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r--conf/local.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 978c2a6dd8..7726cd089f 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -69,6 +69,10 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
# for distributions currently known to OpenEmbedded.
# DISTRO = "familiar"
+# Uncomment this to select a particular kernel version if supported by
+# your MACHINE setting. Currently only supported on Zaurus Clamshells.
+# KERNEL_VERSION = "2.6"
+
# Uncomment one of these to build packages during the build process.
# This is done automatically if you set DISTRO (see above)
# INHERIT = "package_ipk"