diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-25 19:32:09 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-25 19:32:09 +0000 |
commit | 3aaa3398997d6fef1a284f8510548a1e69b9002e (patch) | |
tree | f8f9e4f299edccd849211874b419623bc31d26d2 | |
parent | 482c970114f031bce74c3ea7bb548bbe609d905c (diff) |
openmoko.conf: remove P1, there are no longer any phases. allow feed config to be overriden locally
-rw-r--r-- | conf/distro/include/angstrom-2007-for-openmoko.inc | 25 | ||||
-rw-r--r-- | conf/distro/openmoko.conf | 13 |
2 files changed, 8 insertions, 30 deletions
diff --git a/conf/distro/include/angstrom-2007-for-openmoko.inc b/conf/distro/include/angstrom-2007-for-openmoko.inc index c9003128aa..a574112bae 100644 --- a/conf/distro/include/angstrom-2007-for-openmoko.inc +++ b/conf/distro/include/angstrom-2007-for-openmoko.inc @@ -6,11 +6,6 @@ #@MAINTAINER: Michael 'Mickey' Lauer <mickey@Vanille.de> #@-------------------------------------------------------------------- -# If you want to use the angstrom 2007.12 release or if -# you want to base you distro on angstrom 2007, switch to -# the org.openembedded.angstrom-2007.12-stable branch -# THIS FILE WILL GO AWAY IN JANUARY 2008!! - DISTRO_VERSION = "2007.11RC3" DISTRO_REVISION = "51" @@ -33,30 +28,12 @@ DISTRO_TYPE ?= "debug" # Also, it appears that no locales fit in 16Mb for now. "C" locale rules! IMAGE_LINGUAS = '${@base_less_or_equal("ROOT_FLASH_SIZE", "16", "", "en-gb", d)}' -# These will be put under package management soon -#FEED_URIS += " \ -# no-arch##${ANGSTROM_URI}/unstable/feed/all \ -# base##${ANGSTROM_URI}/unstable/feed/${FEED_ARCH}/base \ -# perl##${ANGSTROM_URI}/unstable/feed/${FEED_ARCH}/perl \ -# python##${ANGSTROM_URI}/unstable/feed/${FEED_ARCH}/python \ -# debug##${ANGSTROM_URI}/unstable/feed/${FEED_ARCH}/debug \ -# gstreamer##${ANGSTROM_URI}/unstable/feed/${FEED_ARCH}/gstreamer \ -# ${MACHINE}##${ANGSTROM_URI}/unstable/feed/${FEED_ARCH}/machine/${MACHINE}" -# base##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/${FEED_ARCH}/base \ -# ${MACHINE}##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/${FEED_ARCH}/machine/${MACHINE} \ -# updates##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/${FEED_ARCH}/updates" - - # set feed path variables FEED_BASEPATH = "feeds/2007/${ANGSTROM_PKG_FORMAT}/${ANGSTROM_MODE}/" #The angstrom-mirrors.bbclass should have everything, but we can use this as a fallback -CVS_TARBALL_STASH ?= "\ - http://www.angstrom-distribution.org/unstable/sources/ \ - http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/ \ - " - +CVS_TARBALL_STASH ?= "http://www.angstrom-distribution.org/unstable/sources/" #Make sure we use 2.6 on machines with a 2.4/2.6 selector KERNEL = "kernel26" diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf index 75d9a9756a..320d9c057b 100644 --- a/conf/distro/openmoko.conf +++ b/conf/distro/openmoko.conf @@ -10,19 +10,19 @@ require conf/distro/include/angstrom-2007-for-openmoko.inc # # Header # -DISTRO_NAME = "Openmoko" -DISTRO_VERSION = "P1-Snapshot-${DATE}" +DISTRO_NAME = "openmoko" +DISTRO_VERSION = "-${DATE}" #DISTRO_TYPE = "release" DISTRO_TYPE = "debug" DISTRO = "openmoko" OVERRIDES = "local:${MACHINE}:openmoko:angstrom:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}" -CVS_TARBALL_STASH = "http://downloads.openmoko.org/sources/" +CVS_TARBALL_STASH += "http://downloads.openmoko.org/sources/" PREMIRRORS = "(ftp|https?)$://.*/.* http://downloads.openmoko.org/sources/" -ANGSTROM_FEED_CONFIGS = "openmoko-feed-configs" +ANGSTROM_FEED_CONFIGS ?= "openmoko-feed-configs" # 2.18 seems to break badly on 64-bit systems PREFERRED_VERSION_binutils ?= "2.17.50.0.12" @@ -31,12 +31,13 @@ PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.12" # we want the openmoko svn version of gsmd PREFERRED_PROVIDER_libgsmd = "libgsmd" -# Bleeding-edge developers should add the following line to their local.conf: +# Bleeding-edge developers should add the following lines to their local.conf: # require conf/distro/include/moko-autorev.inc +# require conf/distro/include/fso-autorev.inc # override the PACKAGE_ARCH of certain packages for openmoko distro # -# Same kernel runs on both these machines +# Same kernel used to run on both these machines... # Currently not used but left here in case someone wants to switch on # quickly #PACKAGE_ARCH_pn-linux-openmoko_om-gta01 = "${MACHINE_CLASS}" |