mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
Poky does not support OpenZaurus - dropping configs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1765 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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"
|
||||
|
||||
PARALLEL_INSTALL_MODULES = "1"
|
||||
|
||||
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 ipsec wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost"
|
||||
@@ -1,81 +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 = "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-initial = "3.4.4"
|
||||
|
||||
#
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user