diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-06-14 12:48:42 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-14 12:48:42 +0000 |
commit | a804daab1d763b92cf2dfa756fe92c5f0d4f117e (patch) | |
tree | e639d311a8d6dd55f6e6cf88f4fd398d8c5bc115 /conf/distro | |
parent | 04f62d8d134acba4172a745647f1844fa3362bf3 (diff) |
configurations: use MACHINE_KERNEL_VERSION whenever your MACHINE setting supports more than one major kernel version.
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom-2006.9.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/angstrom-2006.9.conf b/conf/distro/angstrom-2006.9.conf index 5c1ed1296d..9c1208c690 100644 --- a/conf/distro/angstrom-2006.9.conf +++ b/conf/distro/angstrom-2006.9.conf @@ -52,7 +52,7 @@ PREFERRED_PROVIDER_libx11 = "diet-x11" #Make sure we use 2.6 on machines with a 2.4/2.6 selector KERNEL = "kernel26" -ZKERNEL_VERSION = "2.6" +MACHINE_KERNEL_VERSION = "2.6" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" |