summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-20 17:13:43 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-20 17:13:43 +0000
commit4398b980ba11f6a76f6c863f67f174cf1dc2bef6 (patch)
treeef35bc5c6f898f654d942f972146b3b2161f3f30 /meta/conf/distro/poky.conf
parent173b999d9585d61890bdabc4d26a784bc7758ec4 (diff)
downloadpoky-4398b980ba11f6a76f6c863f67f174cf1dc2bef6.tar.gz
conf: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@892 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r--meta/conf/distro/poky.conf13
1 files changed, 7 insertions, 6 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index bbf8d940ad..82edf8d8fa 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -13,10 +13,11 @@ PACKAGE_CLASSES ?= "package_ipk"
13INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell " 13INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell "
14# For some reason, this doesn't work 14# For some reason, this doesn't work
15# TARGET_OS ?= "linux" 15# TARGET_OS ?= "linux"
16# TARGET_VENDOR = "-poky"
16TARGET_OS = "linux" 17TARGET_OS = "linux"
17TARGET_FPU_arm ?= "soft" 18TARGET_FPU_arm ?= "soft"
18TARGET_FPU_armeb ?= "soft" 19TARGET_FPU_armeb ?= "soft"
19IMAGE_ROOTFS_SIZE_ext2 ?= 131072 20IMAGE_ROOTFS_SIZE_ext2 ?= "131072"
20 21
21PARALLEL_INSTALL_MODULES = "1" 22PARALLEL_INSTALL_MODULES = "1"
22 23
@@ -50,8 +51,8 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
50 51
51# Libc/uclibc: 52# Libc/uclibc:
52#fix some iconv issues, needs to be adjusted when doing uclibc builds 53#fix some iconv issues, needs to be adjusted when doing uclibc builds
53PREFERRED_PROVIDER_virtual/libiconv ?= glibc 54PREFERRED_PROVIDER_virtual/libiconv ?= "glibc"
54PREFERRED_PROVIDER_virtual/libintl ?= glibc 55PREFERRED_PROVIDER_virtual/libintl ?= "glibc"
55 56
56# Virtuals: 57# Virtuals:
57PREFERRED_PROVIDER_virtual/db ?= "db" 58PREFERRED_PROVIDER_virtual/db ?= "db"
@@ -62,9 +63,9 @@ PREFERRED_PROVIDER_virtual/update-alternatives-native ?= update-alternatives-cwo
62 63
63# Others: 64# Others:
64PREFERRED_PROVIDER_libx11 ?= "diet-x11" 65PREFERRED_PROVIDER_libx11 ?= "diet-x11"
65PREFERRED_PROVIDER_gconf ?= gconf-dbus 66PREFERRED_PROVIDER_gconf ?= "gconf-dbus"
66PREFERRED_PROVIDER_gnome-vfs ?= gnome-vfs-dbus 67PREFERRED_PROVIDER_gnome-vfs ?= "gnome-vfs-dbus"
67PREFERRED_PROVIDER_tslib ?= tslib 68PREFERRED_PROVIDER_tslib ?= "tslib"
68 69
69 70
70# 71#