summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-01 11:31:51 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-01 11:31:51 +0000
commitccf25acde6daf3b234414f716f25ef66cc333da1 (patch)
treecc23dee035e9e66942dc310cf1a4d05835c805a7 /meta/conf/distro/poky.conf
parentef8532ad2ee1d4715755ea8c11410bb656cf7e5a (diff)
downloadpoky-ccf25acde6daf3b234414f716f25ef66cc333da1.tar.gz
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
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r--meta/conf/distro/poky.conf9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index b051213655..e512e52184 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -12,7 +12,8 @@ INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell "
12#INHERIT += " package_deb debian multimachine poky devshell " 12#INHERIT += " package_deb debian multimachine poky devshell "
13# For some reason, this doesn't work 13# For some reason, this doesn't work
14# TARGET_OS ?= "linux" 14# TARGET_OS ?= "linux"
15TARGET_VENDOR = "-poky" 15# TARGET_VENDOR ?= "-poky"
16# Set by POKYMODE instead
16TARGET_OS = "linux" 17TARGET_OS = "linux"
17TARGET_FPU_arm ?= "soft" 18TARGET_FPU_arm ?= "soft"
18TARGET_FPU_armeb ?= "soft" 19TARGET_FPU_armeb ?= "soft"
@@ -43,10 +44,6 @@ require conf/distro/include/poky-${POKYLIBC}.inc
43# 44#
44# Preferred providers: 45# Preferred providers:
45# 46#
46# Toolchain:
47PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
48PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
49PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
50 47
51# Virtuals: 48# Virtuals:
52PREFERRED_PROVIDER_virtual/db ?= "db" 49PREFERRED_PROVIDER_virtual/db ?= "db"
@@ -121,7 +118,7 @@ SRCDATE_matchbox-applet-light = "20070529"
121SRCDATE_fstests = "20070529" 118SRCDATE_fstests = "20070529"
122SRCDATE_abiword ?= "20070130" 119SRCDATE_abiword ?= "20070130"
123SRCDATE_xvideo-tests ?= "20070702" 120SRCDATE_xvideo-tests ?= "20070702"
124SRCDATE_clutter ?= "20070725" 121SRCDATE_clutter ?= "20070727"
125 122
126# 123#
127# Preferred Versions: 124# Preferred Versions: