[oe-commits] Kristoffer Ericson : conf/distro/jlime-2010.1.conf:

git version control git at git.openembedded.org
Sun Jun 27 15:56:54 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 30db735d12f7ae6b26206bc65a86d6091f13c45c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=30db735d12f7ae6b26206bc65a86d6091f13c45c

Author: Kristoffer Ericson <kristoffer.ericson at gmail.com>
Date:   Sun Jun 27 17:56:13 2010 +0200

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 <kristoffer.ericson at gmail.com>

---

 conf/distro/jlime-2010.1.conf |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/conf/distro/jlime-2010.1.conf b/conf/distro/jlime-2010.1.conf
index 62258b7..3ec3e86 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"





More information about the Openembedded-commits mailing list