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/machine/poodle.conf | |
parent | 04f62d8d134acba4172a745647f1844fa3362bf3 (diff) |
configurations: use MACHINE_KERNEL_VERSION whenever your MACHINE setting supports more than one major kernel version.
Diffstat (limited to 'conf/machine/poodle.conf')
-rw-r--r-- | conf/machine/poodle.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/poodle.conf b/conf/machine/poodle.conf index 79915e4f74..49eaf1ef4b 100644 --- a/conf/machine/poodle.conf +++ b/conf/machine/poodle.conf @@ -5,8 +5,8 @@ TARGET_ARCH = "arm" IPKG_EXTRA_ARCHS = "armv4 armv5te" -ZKERNEL_VERSION ?= "2.4" -include conf/machine/include/poodle-${ZKERNEL_VERSION}.conf +MACHINE_KERNEL_VERSION ?= "2.4" +include conf/machine/include/poodle-${MACHINE_KERNEL_VERSION}.conf EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad --faketime -n" |