diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-05-09 19:13:45 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-05-09 19:13:45 +0000 |
| commit | 103c8510e0cdc03760885db52ffd2a6908a6f401 (patch) | |
| tree | dafedef2781de6f8149e834a10f26b7eb86b9daa | |
| parent | 65c790d4047af7b3d26a01f2914a7009ea14a1ee (diff) | |
| download | poky-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.conf | 45 | ||||
| -rw-r--r-- | openembedded/conf/distro/angstrom.conf | 13 | ||||
| -rw-r--r-- | openembedded/conf/distro/familiar-unstable.conf | 5 | ||||
| -rw-r--r-- | openembedded/conf/distro/openzaurus-unstable.conf | 19 |
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 | ||
| 4 | include conf/distro/angstrom.conf | 4 | include conf/distro/angstrom.conf |
| 5 | 5 | ||
| 6 | |||
| 7 | DISTRO_TYPE = "debug" | 6 | DISTRO_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 | 17 | SRCDATE = "20060425" |
| 18 | SRCDATE_handhelds-pxa-2.6 = "20060506" | ||
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | # Opie | 21 | # Opie |
| 22 | #use 1337 mt version of opie to have a webbrowser | ||
| 23 | PALMTOP_USE_MULTITHREADED_QT = "yes" | ||
| 24 | QTE_VERSION = "2.3.10" | ||
| 25 | OPIE_VERSION = "1.2.2" | ||
| 22 | include conf/distro/preferred-opie-versions.inc | 26 | include conf/distro/preferred-opie-versions.inc |
| 23 | 27 | ||
| 24 | # GPE | 28 | # GPE |
| 25 | include conf/distro/preferred-gpe-versions-2.8.inc | 29 | include conf/distro/preferred-gpe-versions-2.8.inc |
| 26 | 30 | ||
| 31 | #zap extra stuff taking place in $MACHINE.conf | ||
| 32 | GPE_EXTRA_INSTALL = "" | ||
| 33 | |||
| 27 | # E | 34 | # E |
| 28 | include conf/distro/preferred-e-versions.inc | 35 | include conf/distro/preferred-e-versions.inc |
| 29 | 36 | ||
| 30 | PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie" | ||
| 31 | PREFERRED_VERSION_qte = "2.3.10" | ||
| 32 | |||
| 33 | |||
| 34 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" | 37 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" |
| 35 | PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" | 38 | PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" |
| 36 | PREFERRED_PROVIDER_libx11 = "diet-x11" | 39 | PREFERRED_PROVIDER_libx11 = "diet-x11" |
| 37 | 40 | ||
| 38 | 41 | ||
| 42 | #Make sure we use 2.6 on machines with a 2.4/2.6 selector | ||
| 43 | KERNEL = "kernel26" | ||
| 44 | ZKERNEL_VERSION = "2.6" | ||
| 45 | |||
| 39 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" | 46 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" |
| 40 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" | 47 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" |
| 41 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" | 48 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" |
| @@ -44,7 +51,7 @@ PREFERRED_PROVIDER_virtual/libiconv = "glibc" | |||
| 44 | PREFERRED_PROVIDER_virtual/libintl = "glibc" | 51 | PREFERRED_PROVIDER_virtual/libintl = "glibc" |
| 45 | 52 | ||
| 46 | #EABI stuff | 53 | #EABI stuff |
| 47 | PREFERRED_PROVIDER_virtual/arm-none-linux-gnueabi-libc-for-gcc = "glibc-intermediate" | 54 | PREFERRED_PROVIDER_virtual/arm-angstrom-linux-gnueabi-libc-for-gcc = "glibc-intermediate" |
| 48 | PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate" | 55 | PREFERRED_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" | |||
| 52 | PREFERRED_VERSION_gcc ?= "4.1.0" | 59 | PREFERRED_VERSION_gcc ?= "4.1.0" |
| 53 | PREFERRED_VERSION_gcc-cross ?= "4.1.0" | 60 | PREFERRED_VERSION_gcc-cross ?= "4.1.0" |
| 54 | PREFERRED_VERSION_gcc-cross-initial ?= "4.1.0" | 61 | PREFERRED_VERSION_gcc-cross-initial ?= "4.1.0" |
| 55 | PREFERRED_VERSION_binutils ?= "2.16.91.0.6" | 62 | PREFERRED_VERSION_binutils ?= "2.16.91.0.7" |
| 56 | PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.6" | 63 | PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.7" |
| 57 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" | 64 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" |
| 58 | PREFERRED_VERSION_glibc ?= "2.4" | 65 | PREFERRED_VERSION_glibc ?= "2.4" |
| 59 | PREFERRED_VERSION_glibc-intermediate ?= "2.4" | 66 | PREFERRED_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 | ||
| 62 | PREFERRED_VERSION_orinoco-modules_h3600 = "0.13e" | 75 | PREFERRED_VERSION_orinoco-modules_h3600 = "0.13e" |
| 63 | PREFERRED_VERSION_orinoco-modules_h3900 = "0.13e" | 76 | PREFERRED_VERSION_orinoco-modules_h3900 = "0.13e" |
| 64 | PREFERRED_VERSION_dbus = "0.61" | 77 | PREFERRED_VERSION_dbus ?= "0.61" |
| 78 | PREFERRED_VERSION_gstreamer ?= "0.10.5" | ||
| 65 | 79 | ||
| 80 | PREFERRED_PROVIDER_hostap-conf ?= "hostap-conf" | ||
| 81 | PREFERRED_PROVIDER_hostap-modules_h2200 ?= "hostap-modules" | ||
| 82 | PREFERRED_PROVIDER_hostap-modules_hx4700 ?= "hostap-modules" | ||
| 83 | PREFERRED_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" | |||
| 72 | PCMCIA_MANAGER_akita = "pcmciautils" | 91 | PCMCIA_MANAGER_akita = "pcmciautils" |
| 73 | PCMCIA_MANAGER_spitz = "pcmciautils" | 92 | PCMCIA_MANAGER_spitz = "pcmciautils" |
| 74 | PCMCIA_MANAGER_nokia770 = "pcmciautils" | 93 | PCMCIA_MANAGER_nokia770 = "pcmciautils" |
| 94 | PCMCIA_MANAGER_h2200 = "pcmciautils" | ||
| 95 | PCMCIA_MANAGER_h6300 = "pcmciautils" | ||
| 75 | PCMCIA_MANAGER_ipaq-pxa270 = "pcmciautils" | 96 | PCMCIA_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 |
| 80 | GPE_EXTRA_INSTALL_append_ipaq-pxa270 = " libgtkinput" | 103 | GPE_EXTRA_INSTALL_append_ipaq-pxa270 = " libgtkinput" |
| 81 | GPE_EXTRA_INSTALL_append_h2200 = " libgtkinput" | 104 | GPE_EXTRA_INSTALL_append_h2200 = " libgtkinput" |
| 105 | GPE_EXTRA_INSTALL_append_h6300 = " libgtkinput" | ||
| 82 | GPE_EXTRA_INSTALL_append_simpad = " libgtkinput" | 106 | GPE_EXTRA_INSTALL_append_simpad = " libgtkinput" |
| 83 | GPE_EXTRA_INSTALL_append_nokia770 = " libgtkinput" | 107 | GPE_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" | |||
| 18 | include conf/distro/include/multimachine.conf | 18 | include 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 |
| 21 | PREFERRED_PROVIDER_qemu-native = "qemu-qop-nogfx-native" | ||
| 21 | ENABLE_BINARY_LOCALE_GENERATION ?= "" | 22 | ENABLE_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. |
| 26 | TARGET_VENDOR = "${@['','-none'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" | 27 | TARGET_VENDOR = "${@['','-angstrom'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" |
| 27 | TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" | 28 | TARGET_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']}" | |||
| 31 | FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os" | 32 | FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os" |
| 32 | BUILD_OPTIMIZATION = "-Os" | 33 | BUILD_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 :) |
| 35 | TARGET_FPU = "soft" | 36 | TARGET_FPU_arm = "soft" |
| 36 | |||
| 37 | PARALLEL_INSTALL_MODULES = "1" | ||
| 38 | 37 | ||
| 39 | #Always ship these packages | 38 | #Always ship these packages |
| 40 | BOOTSTRAP_EXTRA_DEPENDS += "angstrom-version dropbear sysvinit" | 39 | BOOTSTRAP_EXTRA_DEPENDS += "angstrom-version coreutils dropbear sysvinit" |
| 41 | BOOTSTRAP_EXTRA_RDEPENDS += "angstrom-version dropbear sysvinit" | 40 | BOOTSTRAP_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 |
| 44 | IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}" | 43 | IMAGE_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 | ||
| 6 | include conf/distro/familiar.conf | 6 | include conf/distro/familiar.conf |
| 7 | 7 | ||
| 8 | |||
| 9 | DISTRO_TYPE = "debug" | 8 | DISTRO_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" | |||
| 39 | PREFERRED_VERSION_orinoco-modules_ipaq-pxa270 ?= "0.15" | 38 | PREFERRED_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 | ||
| 60 | PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie" | ||
| 61 | PREFERRED_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 | ||
| 23 | ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95" | 23 | ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95" |
| 24 | PREFERRED_PROVIDER_hostap-conf = "hostap-conf" | ||
| 24 | 25 | ||
| 25 | KERNEL_CONSOLE = "ttyS0" | 26 | KERNEL_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 | ||
| 30 | PREFERRED_VERSION_gcc-cross ?= "3.4.4" | 31 | # fix some iconv issues, needs to be adjusted when doing uclibc builds |
| 31 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" | ||
| 32 | |||
| 33 | PREFERRED_VERSION_hostap-modules ?= "0.3.9" | ||
| 34 | |||
| 35 | #fix some iconv issues, needs to be adjusted when doing uclibc builds | ||
| 36 | PREFERRED_PROVIDER_virtual/libiconv = "glibc" | 32 | PREFERRED_PROVIDER_virtual/libiconv = "glibc" |
| 37 | PREFERRED_PROVIDER_virtual/libintl = "glibc" | 33 | PREFERRED_PROVIDER_virtual/libintl = "glibc" |
| 38 | 34 | ||
| 39 | |||
| 40 | # | 35 | # |
| 41 | # Base | 36 | # Base |
| 42 | # | 37 | # |
| 43 | PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" | ||
| 44 | PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" | 38 | PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" |
| 45 | PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" | 39 | PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" |
| 46 | PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" | 40 | PREFERRED_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 | # |
| 51 | PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie" | 45 | QTE_VERSION = "2.3.10" |
| 52 | 46 | OPIE_VERSION = "1.2.2" | |
| 53 | #OPIE_VERSION = "1.2.1" | 47 | PALMTOP_USE_MULTITHREADED_QT = "no" |
| 54 | #include conf/distro/preferred-opie-versions.inc | 48 | #PALMTOP_USE_MULTITHREADED_QT = "yes" |
| 49 | include conf/distro/preferred-opie-versions.inc | ||
| 55 | 50 | ||
| 56 | # | 51 | # |
| 57 | # GPE | 52 | # GPE |
