diff options
author | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2010-01-18 12:59:46 +0100 |
---|---|---|
committer | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2010-01-18 19:38:51 +0100 |
commit | 4e4b5a16267df55f0116fddb0f1f1d0ea4d7f28b (patch) | |
tree | e710edd41cdb156413d4a4b97bb6ecf1f81ebb60 /conf | |
parent | 4a2927f4d5e2e978a0c91e928f0ade8df7565fa6 (diff) |
Add require tune-mips32 and also the currently best supported
kernel for the nanonote.
Signed-off-by:Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ben-nanonote.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf index 391f4a542d..08bcdea3e5 100644 --- a/conf/machine/ben-nanonote.conf +++ b/conf/machine/ben-nanonote.conf @@ -1,8 +1,11 @@ #@TYPE: Machine #@NAME: Ben Nanonote #@DESCRIPTION: Machine configuration for the Qi-Hardware's Ben Nanonote + TARGET_ARCH = "mipsel" -PREFERRED_PROVIDER_virtual/kernel = "linux" +require conf/machine/include/tune-mips32.inc + +PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-ben" KERNEL_IMAGETYPE = "uImage" IMAGE_FSTYPES ?= "jffs2" |