diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-11-07 11:48:38 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-11-07 11:48:38 -0600 |
commit | 3aeab41869a2e41887ac5edfe89d4f04283cde12 (patch) | |
tree | e15385b6d5827c6787b0752649370a0235f5b02c | |
parent | 12af35b76f22b05556da084fd3a6bddd92a67131 (diff) |
corecdp: version 2.0.22.0.2
-rw-r--r-- | README | 12 | ||||
-rw-r--r-- | multitech/conf/distro/corecdp.conf | 2 |
2 files changed, 7 insertions, 7 deletions
@@ -20,7 +20,7 @@ How to get started? 1. Build from tarball
- Download the file 'corecdp-2.0.0.tar.gz' (release number may vary) from the
+ Download the file 'corecdp-2.0.2.tar.gz' (release number may vary) from the
http://www.multitech.net website or copy it from the provided DVD. This file
provides the CoreCDP build system and a set of sources sufficient for building
the sample images provided by CoreCDP.
@@ -28,8 +28,8 @@ How to get started? Untar the contents to a folder of your choice, and install prerequisite
packages. Then, configure the environment variables and you are good to go.
- tar xzf corecdp-2.0.0.tar.gz
- cd corecdp-2.0.0
+ tar xzf corecdp-2.0.2.tar.gz
+ cd corecdp-2.0.2
# install needed dependencies, see scripts in multitech/contrib/install-deps
# example: sudo ./multitech/contrib/install-deps/install-debian-ubuntu-deps.sh
source env-oe.sh
@@ -42,11 +42,11 @@ How to get started? 2. Build from git repository
# clone repo to a dir name of your choice
- git clone git://git.multitech.net/corecdp.git corecdp-2.0.0
- cd corecdp-2.0.0
+ git clone git://git.multitech.net/corecdp.git corecdp-2.0.2
+ cd corecdp-2.0.2
# checkout desired branch or tag
- git checkout 2.0.0
+ git checkout 2.0.2
# install needed dependencies, see scripts in multitech/contrib/install-deps
# example: sudo ./multitech/contrib/install-deps/install-debian-ubuntu-deps.sh
diff --git a/multitech/conf/distro/corecdp.conf b/multitech/conf/distro/corecdp.conf index d437d8b..a1252ab 100644 --- a/multitech/conf/distro/corecdp.conf +++ b/multitech/conf/distro/corecdp.conf @@ -8,7 +8,7 @@ require conf/distro/angstrom-2010.x.conf DISTRO_NAME = "CoreCDP" DISTRO = "corecdp" -DISTRO_VERSION = "2.0.1" +DISTRO_VERSION = "2.0.2" DISTRO_PR = ".10" DISTRO_TYPE = "release" TARGET_VENDOR = "-corecdp" |