summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2010-04-30 12:01:01 -0500
committerJesse Gilles <jgilles@multitech.com>2010-04-30 12:01:01 -0500
commit0fb0c84c1fb7d0248a25f6ccea3ac142f9322a7c (patch)
tree12c7712482b4527939599c031918b304c76d0c3c
parent823c8fcf1e96ddc7e850fb9c3ff4284f4470715c (diff)
corecdp: add mirror, corecdp-version
-rw-r--r--conf/distro/corecdp.conf14
1 files changed, 9 insertions, 5 deletions
diff --git a/conf/distro/corecdp.conf b/conf/distro/corecdp.conf
index c55c83273c..470098125d 100644
--- a/conf/distro/corecdp.conf
+++ b/conf/distro/corecdp.conf
@@ -1,6 +1,7 @@
#@TYPE: Distribution
-#@NAME: CoreCDP Linux
+#@NAME: CoreCDP <http://www.multitech.net>
#@DESCRIPTION: CoreCDP Linux Distribution for the MTCDP Cellular Development Platform
+#@MAINTAINER: Multi-Tech Systems <oe-devel@multitech.net>
# Angstrom-based distribution by Multi-Tech Systems, Inc.
require conf/distro/angstrom-2008.1.conf
@@ -8,14 +9,17 @@ require conf/distro/angstrom-2008.1.conf
# allow use of amend.inc files in FILESPATH to add to existing recipes
require conf/amend-recipes.inc
-DISTRO_NAME = "corecdp"
-DISTRO = ${DISTRO_NAME}
+DISTRO_NAME = "CoreCDP"
+DISTRO = "corecdp"
DISTRO_VERSION = "2010.04"
DISTRO_TYPE = "release"
TARGET_VENDOR = "-corecdp"
+BUILDNAME = "${DISTRO_NAME} ${DISTRO_VERSION}"
-# disable angstrom opkg feeds
-ANGSTROM_FEED_CONFIGS = ""
+# Add Multi-Tech mirror for source download as a backup
+INHERIT += "corecdp-mirrors"
+
+IPKG_VARIANT = "opkg-nogpg-nocurl corecdp-version"
# use busybox instead of tinylogin
IMAGE_LOGIN_MANAGER = "busybox"