From ccf25acde6daf3b234414f716f25ef66cc333da1 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 1 Aug 2007 11:31:51 +0000 Subject: poky.conf: Move all toolchain configuration into the POKYMODE files git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2251 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/distro/poky.conf | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'meta/conf/distro/poky.conf') diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index b05121365..e512e5218 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -12,7 +12,8 @@ INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell " #INHERIT += " package_deb debian multimachine poky devshell " # For some reason, this doesn't work # TARGET_OS ?= "linux" -TARGET_VENDOR = "-poky" +# TARGET_VENDOR ?= "-poky" +# Set by POKYMODE instead TARGET_OS = "linux" TARGET_FPU_arm ?= "soft" TARGET_FPU_armeb ?= "soft" @@ -43,10 +44,6 @@ require conf/distro/include/poky-${POKYLIBC}.inc # # Preferred providers: # -# Toolchain: -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" # Virtuals: PREFERRED_PROVIDER_virtual/db ?= "db" @@ -121,7 +118,7 @@ SRCDATE_matchbox-applet-light = "20070529" SRCDATE_fstests = "20070529" SRCDATE_abiword ?= "20070130" SRCDATE_xvideo-tests ?= "20070702" -SRCDATE_clutter ?= "20070725" +SRCDATE_clutter ?= "20070727" # # Preferred Versions: -- cgit v1.2.3