aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ben-nanonote.conf
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer.ericson@gmail.com>2010-01-18 12:59:46 +0100
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-01-18 19:38:51 +0100
commit4e4b5a16267df55f0116fddb0f1f1d0ea4d7f28b (patch)
treee710edd41cdb156413d4a4b97bb6ecf1f81ebb60 /conf/machine/ben-nanonote.conf
parent4a2927f4d5e2e978a0c91e928f0ade8df7565fa6 (diff)
downloadopenembedded-4e4b5a16267df55f0116fddb0f1f1d0ea4d7f28b.tar.gz
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/machine/ben-nanonote.conf')
-rw-r--r--conf/machine/ben-nanonote.conf5
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"