diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-04-27 13:27:35 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-04-27 13:27:35 +0000 |
commit | 1e14b5464d275d20cf3c220f30cd40db00b04c15 (patch) | |
tree | 7ded0725e7e7b555871a6004104e89c7634f88b7 /conf | |
parent | d97419033ff4871497f20f4f26d2c214ea6fc5c2 (diff) | |
parent | db477f6aecf039a72161e247362b979f9e172e4a (diff) |
merge of '59f201d64e4c12385eca1bf3d7a312007e4ed706'
and 'e3024909e0e2b535f0b9ad5c6dd2e59ee2b27f78'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/checksums.ini | 8 | ||||
-rw-r--r-- | conf/distro/familiar-unstable.conf | 1 | ||||
-rw-r--r-- | conf/distro/familiar.conf | 1 | ||||
-rw-r--r-- | conf/distro/include/openzaurus.inc | 25 | ||||
-rw-r--r-- | conf/distro/openzaurus-3.5.5.conf | 152 | ||||
-rw-r--r-- | conf/distro/openzaurus-unstable-uclibc.conf | 9 | ||||
-rw-r--r-- | conf/distro/openzaurus-unstable.conf | 85 | ||||
-rw-r--r-- | conf/machine/mtx-3a.conf | 2 |
8 files changed, 5 insertions, 278 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index b80c2fc2ea..bc8095ae1e 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -4607,8 +4607,8 @@ md5=03709c15cba0e0375ff5336d538f77e7 sha256=dba581583ef390fab90c39c9a667bf1a5bfbeaec75e6fbb2a9cedcc857d26800 [http://ftp.mozilla.org/pub/mozilla.org/js/older-packages/js-1.5.tar.gz] -md5=7736c915a4949e7f6891f6c64a5ce495 -sha256=1faa36039d64e2ec24a02a58794fda237479111b55197450fe4710c73d0b44ba +md5=863bb6462f4ce535399a7c6276ae6776 +sha256=ef72a154320c9949f8de0732e8dbfa186b83feb0a5e890d90807757de9998585 [http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/1.0.7/source/thunderbird-1.0.7-source.tar.bz2] md5=e6388feb0ffcd189af779f165c124b4d @@ -11915,8 +11915,8 @@ md5=d168aa001b946b58d9aab6088c09d256 sha256=4f2a8a19e90ad82bc2da4eb52799a299a1c94bf5143bc2711e9e5d4cc5a7cdb4 [http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.2.0.tar.bz2] -md5=ea291c89e68832d570d9d5e007218bd6 -sha256=e3e56b35ee13098f4ee79948beb20bfc9a06d1a7a35fb906405ff1531b92bb85 +md5=2d59fd4e5f2756fed3717b93ec0e5df6 +sha256=b1fcb447280d93f171dbd03b624ce3bd709c3f4003e76543119a111aeffd0ee0 [http://xournal.sourceforge.net/xournal-0.3.3.tar.gz] md5=c617d08d2c565eef0d8defb304925ade diff --git a/conf/distro/familiar-unstable.conf b/conf/distro/familiar-unstable.conf deleted file mode 100644 index 2b0c745bde..0000000000 --- a/conf/distro/familiar-unstable.conf +++ /dev/null @@ -1 +0,0 @@ -WARNING:="${@bb.fatal('\n*\n*\n* Sorry, the Familiar Linux support in OpenEmbedded is not up-to-date. \n If you want to produce Familiar Linux compatible packages,\n please use the Familiar Linux fork of OpenEmbedded.\n Otherwise, using a DISTRO like \"angstrom-2007.1\" or \"generic\"\n probably works well enough with your MACHINE configuration.\n*\n*\n')}" diff --git a/conf/distro/familiar.conf b/conf/distro/familiar.conf deleted file mode 100644 index 2b0c745bde..0000000000 --- a/conf/distro/familiar.conf +++ /dev/null @@ -1 +0,0 @@ -WARNING:="${@bb.fatal('\n*\n*\n* Sorry, the Familiar Linux support in OpenEmbedded is not up-to-date. \n If you want to produce Familiar Linux compatible packages,\n please use the Familiar Linux fork of OpenEmbedded.\n Otherwise, using a DISTRO like \"angstrom-2007.1\" or \"generic\"\n probably works well enough with your MACHINE configuration.\n*\n*\n')}" diff --git a/conf/distro/include/openzaurus.inc b/conf/distro/include/openzaurus.inc deleted file mode 100644 index 4cf6fe1ead..0000000000 --- a/conf/distro/include/openzaurus.inc +++ /dev/null @@ -1,25 +0,0 @@ -#@TYPE: Distribution -#@NAME: OpenZaurus -#@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org) - -DISTRO = "openzaurus" -DISTRO_NAME = "OpenZaurus" - -INHERIT += " package_ipk debian multimachine" -# For some reason, this doesn't work -# TARGET_OS ?= "linux" -TARGET_OS = "linux" -TARGET_FPU = "soft" - -BOOTSTRAP_EXTRA_RDEPENDS += "openzaurus-version" - -DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}" - -# Set minimal version of BitBake needed -BB_MIN_VERSION = "1.4.4" -INHERIT += "sanity" - -# We want images supporting the following features (for task-base) -DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost" - -PREFERRED_PROVIDER_qemu-native ?= "qemu-native" diff --git a/conf/distro/openzaurus-3.5.5.conf b/conf/distro/openzaurus-3.5.5.conf deleted file mode 100644 index 42ae98fab1..0000000000 --- a/conf/distro/openzaurus-3.5.5.conf +++ /dev/null @@ -1,152 +0,0 @@ -# -# This is config for last version of OpenZaurus distribution. -# We (Hrw & XorA) decided to release 3.5.5 from .dev tree because .oz354x -# is just too old so with such small devteam we are unable to backport all -# needed fixes. -# -# This config need some love. It was created from current OpenZaurus config, -# Ångström config and UmbaUmba 17.3 config. - -DISTRO_VERSION = "3.5.5-test0" - -TEST1 := "$bb.fatal('this config need love')" - -require conf/distro/include/openzaurus.inc -require conf/distro/include/sane-srcdates.inc - -# -# Base -# -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" - -PREFERRED_VERSION_binutils-cross-sdk = "2.16" -PREFERRED_VERSION_binutils-cross = "2.16" -PREFERRED_VERSION_binutils = "2.16" - -PREFERRED_VERSION_glibc = "2.3.5+cvs20050627" -PREFERRED_VERSION_gcc = "3.4.4" -PREFERRED_VERSION_gcc-cross = "3.4.4" -PREFERRED_VERSION_gcc-cross-sdk = "3.4.4" -PREFERRED_VERSION_gcc-cross-initial = "3.4.4" - -# Glibc provides iconv and intl -- adjust, when doing uclibc builds -PREFERRED_PROVIDER_virtual/libiconv = "glibc" -PREFERRED_PROVIDER_virtual/libintl = "glibc" - -# -# Feeds -# -# avoid "/" on end to avoid #1102 -FEED_BASE_URI = "http://feeds.openzaurus.org/3.5.5" - -FEED_URIS ?= " \ - upgrades##${FEED_BASE_URI}/feed/upgrades \ -machine-upgrades##${FEED_BASE_URI}/feed/upgrades/machine/${MACHINE} \ - machine##${FEED_BASE_URI}/feed/machine/${MACHINE} \ - perl##${FEED_BASE_URI}/feed/perl \ - python##${FEED_BASE_URI}/feed/python \ - base##${FEED_BASE_URI}/feed/base " - -ENABLE_BINARY_LOCALE_GENERATION = "1" - -# -# All machines will get 2.6 kernel (except collie of course) -# -MACHINE_KERNEL_VERSION = "2.6" -MACHINE_KERNEL_VERSION_collie = "2.4" - -# -# We use 2.6.20 kernel -# -PREFERRED_VERSION_linux-rp = "2.6.20" - -# -# Toshiba USB Host driver is not updated so tosa == 2.6.17 -# -PREFERRED_VERSION_linux-rp_tosa = "2.6.17" - - -PREFERRED_VERSION_altboot = "1.0.8" - -# GPE -require conf/distro/include/preferred-gpe-versions-2.8.inc - -PREFERRED_PROVIDER_dbus-glib = "dbus-glib" -PREFERRED_PROVIDER_virtual/libsdl ?= "libsdl-x11" -PREFERRED_PROVIDER_virtual/libxine ?= "libxine-x11" -PREFERRED_PROVIDER_esound ?= "pulseaudio" - - -PREFERRED_VERSION_fontconfig = "2.4.1" -PREFERRED_VERSION_freetype = "2.2.1" -PREFERRED_VERSION_freetype-native = "2.2.1" -#fix screen corruption issues -PREFERRED_VERSION_cairo = "1.3.12" - -PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" -PREFERRED_PROVIDER_xserver = "xserver-kdrive" - -require conf/distro/include/preferred-xorg-versions-X11R7.1.inc - -PREFERRED_VERSION_xserver-kdrive = "X11R7.1-1.1.0" - -# -# 2.6.10 was used in previous release so will be compatible -# -PREFERRED_VERSION_gtk+ = "2.6.10" - -#zap extra stuff taking place in $MACHINE.conf -GPE_EXTRA_INSTALL = "" - -# Virtuals: -PREFERRED_PROVIDER_virtual/db ?= "db" -PREFERRED_PROVIDER_virtual/db-native ?= "db-native" - -TEST2 := "$bb.fatal('this config need love')" - -# Others: -PREFERRED_PROVIDER_virtual/libx11 ?= "diet-x11" -PREFERRED_PROVIDER_gconf ?= "gconf-dbus" -PREFERRED_PROVIDER_gnome-vfs ?= "gnome-vfs" -PREFERRED_PROVIDER_gnome-vfs-plugin-file ?= "gnome-vfs" -PREFERRED_PROVIDER_tslib ?= "tslib" -PREFERRED_PROVIDER_tslib-conf ?= "tslib" -PREFERRED_PROVIDER_libgpewidget ?= "libgpewidget" -TEST4 := "$bb.fatal('this config need love')" -PREFERRED_PROVIDER_ntp = "ntp" -PREFERRED_PROVIDER_hotplug = "udev" -PREFERRED_PROVIDER_libxss = "libxss" - -# -# busybox 1.2.1 was known as working - feel free to update -# -PREFERRED_VERSION_busybox = "1.2.1" - -# -# Die pcmcia-cs, DIE! -# -PCMCIA_MANAGER = "pcmciautils" - -PREFERRED_VERSION_dbus ?= "1.0.2" -PREFERRED_VERSION_dbus-glib ?= "0.71" - -PREFERRED_VERSION_gstreamer ?= "0.10.11" - -PREFERRED_PROVIDER_hostap-conf ?= "hostap-conf" - -PREFERRED_VERSION_wpa-supplicant = "0.5.7" -PREFERRED_VERSION_hostap-utils ?= "0.4.7" -PREFERRED_VERSION_hostap-modules ?= "0.4.7" - -PREFERRED_VERSION_gtk-engines ?= "2.6.5" - -# -# We do not use qte-mt to keep compatibility with older OZ -# -PALMTOP_USE_MULTITHREADED_QT = "no" -OPIE_VERSION = "1.2.2" - -require conf/distro/include/preferred-opie-versions.inc -TEST3 := "$bb.fatal('this config need love')" diff --git a/conf/distro/openzaurus-unstable-uclibc.conf b/conf/distro/openzaurus-unstable-uclibc.conf deleted file mode 100644 index 28b740c3dd..0000000000 --- a/conf/distro/openzaurus-unstable-uclibc.conf +++ /dev/null @@ -1,9 +0,0 @@ -require conf/distro/include/openzaurus-unstable.inc - -TARGET_OS = "linux-uclibc" -PREFERRED_PROVIDER_virtual/libiconv = "libiconv" -PREFERRED_PROVIDER_virtual/libintl = "libintl" -PREFERRED_PROVIDER_hostap-modules = "hostap-modules" - -# NOTE: you have to rename your 2.95 gcc and 2.11.2 ld -ASSUME_PROVIDED += "virtual/arm-linux-uclibc-gcc-2.95" diff --git a/conf/distro/openzaurus-unstable.conf b/conf/distro/openzaurus-unstable.conf deleted file mode 100644 index 476249478d..0000000000 --- a/conf/distro/openzaurus-unstable.conf +++ /dev/null @@ -1,85 +0,0 @@ -#@-------------------------------------------------------------------- -#@TYPE: Distribution -#@NAME: OpenZaurus <http://www.openzaurus.org> -#@DESCRIPTION: A Linux Distribution for the Sharp Zaurus family -#@-------------------------------------------------------------------- - -DISTRO_VERSION = ".dev-snapshot-${DATE}" - -CVS_TARBALL_STASH = "\ -http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/ \ -" - -require conf/distro/include/sane-srcdates.inc -require conf/distro/include/openzaurus.inc - -DISTRO_TYPE = "debug" -# DISTRO_TYPE = "release" - -#FEED_URIS += " \ -# upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ -#upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \ -# machine##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/machine/${MACHINE} \ -# base##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/base/ \ -# libs##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/libs/ \ -# console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \ -# devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel" - -SRCDATE ?= "20060701" - -# -# Zaurus -# -ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95" -PREFERRED_PROVIDER_hostap-conf = "hostap-conf" -PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap" -PREFERRED_PROVIDER_tslib ?= "tslib" - -KERNEL_CONSOLE = "ttyS0" -#DEBUG_OPTIMIZATION = "-O -g3" -#DEBUG_BUILD = "1" -#INHIBIT_PACKAGE_STRIP = "1" - -# Glibc provides iconv and intl -- adjust, when doing uclibc builds -PREFERRED_PROVIDER_virtual/libiconv = "glibc" -PREFERRED_PROVIDER_virtual/libintl = "glibc" - -# -# Base -# -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" - -PREFERRED_VERSION_binutils-cross-sdk = "2.16" -PREFERRED_VERSION_binutils-cross = "2.16" -PREFERRED_VERSION_binutils = "2.16" - -PREFERRED_VERSION_glibc = "2.3.5+cvs20050627" -PREFERRED_VERSION_gcc = "3.4.4" -PREFERRED_VERSION_gcc-cross = "3.4.4" -PREFERRED_VERSION_gcc-cross-sdk = "3.4.4" -PREFERRED_VERSION_gcc-cross-initial = "3.4.4" - -PREFERRED_VERSION_wpa-supplicant = "0.5.5" - -# -# Opie -# -QTE_VERSION = "2.3.10" -OPIE_VERSION = "1.2.2" -PALMTOP_USE_MULTITHREADED_QT = "yes" -require conf/distro/include/preferred-opie-versions.inc - -# -# GPE -# -PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" -PREFERRED_PROVIDER_virtual/libx11 ?= "diet-x11" -require conf/distro/include/preferred-gpe-versions-2.8.inc - -# -# E -# -require conf/distro/include/preferred-e-versions.inc - diff --git a/conf/machine/mtx-3a.conf b/conf/machine/mtx-3a.conf index 6f963d164e..000b200840 100644 --- a/conf/machine/mtx-3a.conf +++ b/conf/machine/mtx-3a.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the mtx-3a TARGET_ARCH = "arm" -#PACKAGE_ARCHS = "all arm ${MACHINE}" +PACKAGE_ARCHS = "all arm ${MACHINE}" PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-3a" EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n" TARGET_CC_ARCH = "-march=armv5te" |