diff options
Diffstat (limited to 'multitech/conf')
-rw-r--r-- | multitech/conf/distro/corecdp.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multitech/conf/distro/corecdp.conf b/multitech/conf/distro/corecdp.conf index 21a0a78..f550428 100644 --- a/multitech/conf/distro/corecdp.conf +++ b/multitech/conf/distro/corecdp.conf @@ -1,6 +1,6 @@ #@TYPE: Distribution #@NAME: CoreCDP <http://www.multitech.net> -#@DESCRIPTION: CoreCDP Linux Distribution for the MTCDP Cellular Development Platform +#@DESCRIPTION: CoreCDP Linux Distribution for MultiConnect OCG devices #@MAINTAINER: Multi-Tech Systems <oe-devel@multitech.net> # Angstrom-based distribution by Multi-Tech Systems, Inc. @@ -8,7 +8,7 @@ require conf/distro/angstrom-2010.x.conf DISTRO_NAME = "CoreCDP" DISTRO = "corecdp" -DISTRO_VERSION = "2.0.0-preview" +DISTRO_VERSION = "2.0.0-beta1" DISTRO_PR = ".10" DISTRO_TYPE = "release" TARGET_VENDOR = "-corecdp" @@ -16,7 +16,7 @@ BUILDNAME = "${DISTRO_NAME} ${DISTRO_VERSION}" # bump this to force a bitbake cache refresh when new bbappend files # are added (bitbake cache ignores new bbappend files in 1.12) -CORECDP_LAYER_INC = "1" +CORECDP_LAYER_INC = "2" # Add Multi-Tech mirror for source download as a backup INHERIT += "corecdp-mirrors" |