From: Kristoffer Ericson Date: Mon, 18 Jan 2010 11:59:46 +0000 (+0100) Subject: Add require tune-mips32 and also the currently best supported X-Git-Tag: Release-2010-05/1~829^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e4b5a16267df55f0116fddb0f1f1d0ea4d7f28b;p=openembedded.git Add require tune-mips32 and also the currently best supported kernel for the nanonote. Signed-off-by:Kristoffer Ericson --- 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"