[oe-commits] Kristoffer Ericson : Add require tune-mips32 and also the currently best supported

git version control git at git.openembedded.org
Wed Jan 20 06:31:29 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 4e4b5a16267df55f0116fddb0f1f1d0ea4d7f28b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4e4b5a16267df55f0116fddb0f1f1d0ea4d7f28b

Author: Kristoffer Ericson <kristoffer.ericson at gmail.com>
Date:   Mon Jan 18 12:59:46 2010 +0100

Add require tune-mips32 and also the currently best supported
kernel for the nanonote.

Signed-off-by:Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 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 391f4a5..08bcdea 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"
 





More information about the Openembedded-commits mailing list