From: Kristoffer Ericson Date: Sun, 27 Jun 2010 15:56:13 +0000 (+0200) Subject: conf/distro/jlime-2010.1.conf: X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30db735d12f7ae6b26206bc65a86d6091f13c45c;p=openembedded.git conf/distro/jlime-2010.1.conf: * Hardcode TARGET_OS = "linux" so its easier for eager builders (and doesnt get caught in sanity check). Signed-off-by: Kristoffer Ericson --- diff --git a/conf/distro/jlime-2010.1.conf b/conf/distro/jlime-2010.1.conf index 62258b7b75..3ec3e86129 100644 --- a/conf/distro/jlime-2010.1.conf +++ b/conf/distro/jlime-2010.1.conf @@ -78,7 +78,8 @@ PREFERRED_VERSION_coreutils-native = "7.2" # # Target OS & FPU system # -TARGET_OS ?= "linux" +TARGET_OS = "linux" + TARGET_FPU_sh = "soft" TARGET_FPU_arm = "soft" TARGET_FPU_armeb = "soft"