diff options
Diffstat (limited to 'conf/distro/openmoko.conf')
-rw-r--r-- | conf/distro/openmoko.conf | 13 |
1 files changed, 7 insertions, 6 deletions
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}" |