From 0fb0c84c1fb7d0248a25f6ccea3ac142f9322a7c Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Fri, 30 Apr 2010 12:01:01 -0500 Subject: corecdp: add mirror, corecdp-version --- conf/distro/corecdp.conf | 14 +++++++++----- 1 file 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 #@DESCRIPTION: CoreCDP Linux Distribution for the MTCDP Cellular Development Platform +#@MAINTAINER: Multi-Tech Systems # 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" -- cgit v1.2.3