From 88a2570d6d70d3dca3f682604582d2e2612f1e2c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 13 Feb 2005 21:43:58 +0000 Subject: Add KERNEL_VERSION option to select kernel preference for zaurus clamshells. Kill off openzaurus-pxa-2.6 machine type. BKrev: 420fca1ej6LEvrP_Xe_wpNwLC8AyAQ --- conf/local.conf.sample | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf/local.conf.sample') 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" -- cgit 1.2.3-korg