summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-09 19:13:45 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-09 19:13:45 +0000
commit103c8510e0cdc03760885db52ffd2a6908a6f401 (patch)
treedafedef2781de6f8149e834a10f26b7eb86b9daa
parent65c790d4047af7b3d26a01f2914a7009ea14a1ee (diff)
downloadpoky-103c8510e0cdc03760885db52ffd2a6908a6f401.tar.gz
Merge distro files from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@389 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--openembedded/conf/distro/angstrom-2006.9.conf45
-rw-r--r--openembedded/conf/distro/angstrom.conf13
-rw-r--r--openembedded/conf/distro/familiar-unstable.conf5
-rw-r--r--openembedded/conf/distro/openzaurus-unstable.conf19
4 files changed, 48 insertions, 34 deletions
diff --git a/openembedded/conf/distro/angstrom-2006.9.conf b/openembedded/conf/distro/angstrom-2006.9.conf
index 0eeefcec72..c80a574a0d 100644
--- a/openembedded/conf/distro/angstrom-2006.9.conf
+++ b/openembedded/conf/distro/angstrom-2006.9.conf
@@ -3,7 +3,6 @@ DISTRO_VERSION = "test-${DATE}"
3 3
4include conf/distro/angstrom.conf 4include conf/distro/angstrom.conf
5 5
6
7DISTRO_TYPE = "debug" 6DISTRO_TYPE = "debug"
8#DISTRO_TYPE = "release" 7#DISTRO_TYPE = "release"
9#!!!!! DON'T FORGET TO ENABLE ZAPROOTPASSWD !!!!! 8#!!!!! DON'T FORGET TO ENABLE ZAPROOTPASSWD !!!!!
@@ -15,27 +14,35 @@ FEED_URIS += " \
15# ${MACHINE}##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/${MACHINE} \ 14# ${MACHINE}##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/${MACHINE} \
16# updates##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/updates" 15# updates##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/updates"
17 16
18#CVSDATE = 20050331 17SRCDATE = "20060425"
18SRCDATE_handhelds-pxa-2.6 = "20060506"
19 19
20 20
21# Opie 21# Opie
22#use 1337 mt version of opie to have a webbrowser
23PALMTOP_USE_MULTITHREADED_QT = "yes"
24QTE_VERSION = "2.3.10"
25OPIE_VERSION = "1.2.2"
22include conf/distro/preferred-opie-versions.inc 26include conf/distro/preferred-opie-versions.inc
23 27
24# GPE 28# GPE
25include conf/distro/preferred-gpe-versions-2.8.inc 29include conf/distro/preferred-gpe-versions-2.8.inc
26 30
31#zap extra stuff taking place in $MACHINE.conf
32GPE_EXTRA_INSTALL = ""
33
27# E 34# E
28include conf/distro/preferred-e-versions.inc 35include conf/distro/preferred-e-versions.inc
29 36
30PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie"
31PREFERRED_VERSION_qte = "2.3.10"
32
33
34PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" 37PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive"
35PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" 38PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus"
36PREFERRED_PROVIDER_libx11 = "diet-x11" 39PREFERRED_PROVIDER_libx11 = "diet-x11"
37 40
38 41
42#Make sure we use 2.6 on machines with a 2.4/2.6 selector
43KERNEL = "kernel26"
44ZKERNEL_VERSION = "2.6"
45
39PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" 46PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
40PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" 47PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross"
41PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" 48PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross"
@@ -44,7 +51,7 @@ PREFERRED_PROVIDER_virtual/libiconv = "glibc"
44PREFERRED_PROVIDER_virtual/libintl = "glibc" 51PREFERRED_PROVIDER_virtual/libintl = "glibc"
45 52
46#EABI stuff 53#EABI stuff
47PREFERRED_PROVIDER_virtual/arm-none-linux-gnueabi-libc-for-gcc = "glibc-intermediate" 54PREFERRED_PROVIDER_virtual/arm-angstrom-linux-gnueabi-libc-for-gcc = "glibc-intermediate"
48PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate" 55PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate"
49 56
50 57
@@ -52,19 +59,31 @@ PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate"
52PREFERRED_VERSION_gcc ?= "4.1.0" 59PREFERRED_VERSION_gcc ?= "4.1.0"
53PREFERRED_VERSION_gcc-cross ?= "4.1.0" 60PREFERRED_VERSION_gcc-cross ?= "4.1.0"
54PREFERRED_VERSION_gcc-cross-initial ?= "4.1.0" 61PREFERRED_VERSION_gcc-cross-initial ?= "4.1.0"
55PREFERRED_VERSION_binutils ?= "2.16.91.0.6" 62PREFERRED_VERSION_binutils ?= "2.16.91.0.7"
56PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.6" 63PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.7"
57PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" 64PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99"
58PREFERRED_VERSION_glibc ?= "2.4" 65PREFERRED_VERSION_glibc ?= "2.4"
59PREFERRED_VERSION_glibc-intermediate ?= "2.4" 66PREFERRED_VERSION_glibc-intermediate ?= "2.4"
60 67
68# To use an EABI compatible version 3 series gcc, either uncomment
69# the lines below or set them in local.conf:
70#
71# PREFERRED_VERSION_gcc-cross = "3.4.4+csl-arm-2005q3"
72# PREFERRED_VERSION_gcc-cross-initial = "3.4.4+csl-arm-2005q3"
73
61 74
62PREFERRED_VERSION_orinoco-modules_h3600 = "0.13e" 75PREFERRED_VERSION_orinoco-modules_h3600 = "0.13e"
63PREFERRED_VERSION_orinoco-modules_h3900 = "0.13e" 76PREFERRED_VERSION_orinoco-modules_h3900 = "0.13e"
64PREFERRED_VERSION_dbus = "0.61" 77PREFERRED_VERSION_dbus ?= "0.61"
78PREFERRED_VERSION_gstreamer ?= "0.10.5"
65 79
80PREFERRED_PROVIDER_hostap-conf ?= "hostap-conf"
81PREFERRED_PROVIDER_hostap-modules_h2200 ?= "hostap-modules"
82PREFERRED_PROVIDER_hostap-modules_hx4700 ?= "hostap-modules"
83PREFERRED_VERSION_hostap-modules ?= "0.4.7"
66 84
67#Down here we put stuff we want to install into machines without polluting conf/machine/ with distro stuff 85#Down here we put stuff we want to install into machines without polluting conf/machine/ with distro stuff
86# c7x0, akita, spitz, nokia770, h2200, h6300, ipaq-pxa270, simpad
68 87
69#### Bootstrap options #### 88#### Bootstrap options ####
70 89
@@ -72,15 +91,21 @@ PCMCIA_MANAGER_c7x0 = "pcmciautils"
72PCMCIA_MANAGER_akita = "pcmciautils" 91PCMCIA_MANAGER_akita = "pcmciautils"
73PCMCIA_MANAGER_spitz = "pcmciautils" 92PCMCIA_MANAGER_spitz = "pcmciautils"
74PCMCIA_MANAGER_nokia770 = "pcmciautils" 93PCMCIA_MANAGER_nokia770 = "pcmciautils"
94PCMCIA_MANAGER_h2200 = "pcmciautils"
95PCMCIA_MANAGER_h6300 = "pcmciautils"
75PCMCIA_MANAGER_ipaq-pxa270 = "pcmciautils" 96PCMCIA_MANAGER_ipaq-pxa270 = "pcmciautils"
76 97
98
99
77#### GPE section ### 100#### GPE section ###
78 101
79#Install libgtkinput in devices without a keyboard 102#Install libgtkinput in devices without a keyboard
80GPE_EXTRA_INSTALL_append_ipaq-pxa270 = " libgtkinput" 103GPE_EXTRA_INSTALL_append_ipaq-pxa270 = " libgtkinput"
81GPE_EXTRA_INSTALL_append_h2200 = " libgtkinput" 104GPE_EXTRA_INSTALL_append_h2200 = " libgtkinput"
105GPE_EXTRA_INSTALL_append_h6300 = " libgtkinput"
82GPE_EXTRA_INSTALL_append_simpad = " libgtkinput" 106GPE_EXTRA_INSTALL_append_simpad = " libgtkinput"
83GPE_EXTRA_INSTALL_append_nokia770 = " libgtkinput" 107GPE_EXTRA_INSTALL_append_nokia770 = " libgtkinput"
108
84#As soon as a kill switch is in place we can add it to devices with a keyboard 109#As soon as a kill switch is in place we can add it to devices with a keyboard
85#GPE_EXTRA_INSTALL_append_c7x0 = " libgtkinput" 110#GPE_EXTRA_INSTALL_append_c7x0 = " libgtkinput"
86#GPE_EXTRA_INSTALL_append_tosa = " libgtkinput" 111#GPE_EXTRA_INSTALL_append_tosa = " libgtkinput"
diff --git a/openembedded/conf/distro/angstrom.conf b/openembedded/conf/distro/angstrom.conf
index e9e05201e8..a94fcee140 100644
--- a/openembedded/conf/distro/angstrom.conf
+++ b/openembedded/conf/distro/angstrom.conf
@@ -18,12 +18,13 @@ INHERIT += "package_ipk debian"
18include conf/distro/include/multimachine.conf 18include conf/distro/include/multimachine.conf
19 19
20#Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable 20#Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable
21PREFERRED_PROVIDER_qemu-native = "qemu-qop-nogfx-native"
21ENABLE_BINARY_LOCALE_GENERATION ?= "" 22ENABLE_BINARY_LOCALE_GENERATION ?= ""
22 23
23 24
24#Use the ARM EABI when building for an ARM cpu. We can't use overrides 25#Use the ARM EABI when building for an ARM cpu. We can't use overrides
25#here because this breaks all places where ":=" is used. 26#here because this breaks all places where ":=" is used.
26TARGET_VENDOR = "${@['','-none'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" 27TARGET_VENDOR = "${@['','-angstrom'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
27TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" 28TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
28 29
29#mess with compiler flags to use -Os instead of -O2 30#mess with compiler flags to use -Os instead of -O2
@@ -31,14 +32,12 @@ TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
31FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os" 32FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os"
32BUILD_OPTIMIZATION = "-Os" 33BUILD_OPTIMIZATION = "-Os"
33 34
34#EABI is softfloat by default, but let's make sure :) 35#ARM EABI is softfloat by default, but let's make sure :)
35TARGET_FPU = "soft" 36TARGET_FPU_arm = "soft"
36
37PARALLEL_INSTALL_MODULES = "1"
38 37
39#Always ship these packages 38#Always ship these packages
40BOOTSTRAP_EXTRA_DEPENDS += "angstrom-version dropbear sysvinit" 39BOOTSTRAP_EXTRA_DEPENDS += "angstrom-version coreutils dropbear sysvinit"
41BOOTSTRAP_EXTRA_RDEPENDS += "angstrom-version dropbear sysvinit" 40BOOTSTRAP_EXTRA_RDEPENDS += "angstrom-version coreutils dropbear sysvinit"
42 41
43#Name the generated images in a sane way 42#Name the generated images in a sane way
44IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}" 43IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}"
diff --git a/openembedded/conf/distro/familiar-unstable.conf b/openembedded/conf/distro/familiar-unstable.conf
index ab367378af..8b40c5811a 100644
--- a/openembedded/conf/distro/familiar-unstable.conf
+++ b/openembedded/conf/distro/familiar-unstable.conf
@@ -5,7 +5,6 @@ DISTRO_VERSION = "unstable-${DATE}"
5 5
6include conf/distro/familiar.conf 6include conf/distro/familiar.conf
7 7
8
9DISTRO_TYPE = "debug" 8DISTRO_TYPE = "debug"
10#DISTRO_TYPE = "release" 9#DISTRO_TYPE = "release"
11#!!!!! DON'T FORGET TO ENABLE ZAPROOTPASSWD !!!!! 10#!!!!! DON'T FORGET TO ENABLE ZAPROOTPASSWD !!!!!
@@ -39,7 +38,6 @@ PREFERRED_VERSION_orinoco-modules_h2200 ?= "0.15"
39PREFERRED_VERSION_orinoco-modules_ipaq-pxa270 ?= "0.15" 38PREFERRED_VERSION_orinoco-modules_ipaq-pxa270 ?= "0.15"
40 39
41 40
42
43# The CSL compiler is unusable because 41# The CSL compiler is unusable because
44# 1) certain programs stop to compile 42# 1) certain programs stop to compile
45# 2) more programs segfault 43# 2) more programs segfault
@@ -57,9 +55,6 @@ PREFERRED_VERSION_binutils ?= "2.15.94.0.1"
57# Opie 55# Opie
58# 56#
59 57
60PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie"
61PREFERRED_VERSION_qte = "2.3.10"
62
63#OPIE_VERSION = "1.2.1" 58#OPIE_VERSION = "1.2.1"
64#include conf/distro/preferred-opie-versions.inc 59#include conf/distro/preferred-opie-versions.inc
65 60
diff --git a/openembedded/conf/distro/openzaurus-unstable.conf b/openembedded/conf/distro/openzaurus-unstable.conf
index 1143f1d940..cc87380494 100644
--- a/openembedded/conf/distro/openzaurus-unstable.conf
+++ b/openembedded/conf/distro/openzaurus-unstable.conf
@@ -21,26 +21,20 @@ DISTRO_TYPE = "debug"
21# 21#
22 22
23ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95" 23ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95"
24PREFERRED_PROVIDER_hostap-conf = "hostap-conf"
24 25
25KERNEL_CONSOLE = "ttyS0" 26KERNEL_CONSOLE = "ttyS0"
26#DEBUG_OPTIMIZATION = "-O -g3" 27#DEBUG_OPTIMIZATION = "-O -g3"
27#DEBUG_BUILD = "1" 28#DEBUG_BUILD = "1"
28#INHIBIT_PACKAGE_STRIP = "1" 29#INHIBIT_PACKAGE_STRIP = "1"
29 30
30PREFERRED_VERSION_gcc-cross ?= "3.4.4" 31# fix some iconv issues, needs to be adjusted when doing uclibc builds
31PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4"
32
33PREFERRED_VERSION_hostap-modules ?= "0.3.9"
34
35#fix some iconv issues, needs to be adjusted when doing uclibc builds
36PREFERRED_PROVIDER_virtual/libiconv = "glibc" 32PREFERRED_PROVIDER_virtual/libiconv = "glibc"
37PREFERRED_PROVIDER_virtual/libintl = "glibc" 33PREFERRED_PROVIDER_virtual/libintl = "glibc"
38 34
39
40# 35#
41# Base 36# Base
42# 37#
43PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1"
44PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" 38PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
45PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" 39PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
46PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" 40PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
@@ -48,10 +42,11 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
48# 42#
49# Opie 43# Opie
50# 44#
51PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie" 45QTE_VERSION = "2.3.10"
52 46OPIE_VERSION = "1.2.2"
53#OPIE_VERSION = "1.2.1" 47PALMTOP_USE_MULTITHREADED_QT = "no"
54#include conf/distro/preferred-opie-versions.inc 48#PALMTOP_USE_MULTITHREADED_QT = "yes"
49include conf/distro/preferred-opie-versions.inc
55 50
56# 51#
57# GPE 52# GPE