diff options
author | James Maki <jmaki@multitech.com> | 2010-10-18 15:12:03 -0500 |
---|---|---|
committer | James Maki <jmaki@multitech.com> | 2010-10-18 15:12:03 -0500 |
commit | 11b9a0ce4174654a57d48a6d4c7a740a1654d2d6 (patch) | |
tree | 0a850288ef3f128fd15b0708fccb18d75983828a /conf/machine/mtcdp.conf | |
parent | eb3e5fb881b8b45e751123c1fe8d787c54d9f903 (diff) |
set the preferred version of mts-io from mtcdp.conf
Diffstat (limited to 'conf/machine/mtcdp.conf')
-rw-r--r-- | conf/machine/mtcdp.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/mtcdp.conf b/conf/machine/mtcdp.conf index fd03fd2ae1..c9f7a870ee 100644 --- a/conf/machine/mtcdp.conf +++ b/conf/machine/mtcdp.conf @@ -5,7 +5,9 @@ TARGET_ARCH = "arm" PREFERRED_PROVIDER_virtual/kernel = "linux" + PREFERRED_VERSION_linux = "2.6.28" +PREFERRED_VERSION_mts-io ?= "0.3.0" KERNEL_IMAGETYPE = "uImage" UBOOT_MACHINE = "at91sam9g20ek_nandflash_config" |