aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/simpad.conf
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-06-14 12:48:42 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-14 12:48:42 +0000
commita804daab1d763b92cf2dfa756fe92c5f0d4f117e (patch)
treee639d311a8d6dd55f6e6cf88f4fd398d8c5bc115 /conf/machine/simpad.conf
parent04f62d8d134acba4172a745647f1844fa3362bf3 (diff)
downloadopenembedded-a804daab1d763b92cf2dfa756fe92c5f0d4f117e.tar.gz
configurations: use MACHINE_KERNEL_VERSION whenever your MACHINE setting supports more than one major kernel version.
Diffstat (limited to 'conf/machine/simpad.conf')
-rw-r--r--conf/machine/simpad.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf
index b928c72ca7..b227312589 100644
--- a/conf/machine/simpad.conf
+++ b/conf/machine/simpad.conf
@@ -2,8 +2,8 @@
#@NAME: SIEMENS SIMpad SL4, SIEMENS SIMpad CL4, SIEMENS SIMpad SLC, Telekom T-Sinus PAD
#@DESCRIPTION: Machine configuration for the SA1100 based SIEMENS SIMpad and Telekom T-Sinus PAD devices
-ZKERNEL_VERSION ?= "2.4"
-require conf/include/simpad-${ZKERNEL_VERSION}.conf
+MACHINE_KERNEL_VERSION ?= "2.4"
+require conf/include/simpad-${MACHINE_KERNEL_VERSION}.conf
TARGET_ARCH = "arm"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"