Message ID | 1426878521-14421-1-git-send-email-mike.holmes@linaro.org |
---|---|
State | Accepted |
Commit | b48e9692c2640dc43b391035231aad434e6c44a4 |
Headers | show |
On 2015-03-20 15:08, Mike Holmes wrote: > The 3rd party application repo is not supported and the architecture > document is stale, in addition the ability to run the tests is now part > of the build system. > Make these updates to the document. > > Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Anders Roxell <anders.roxell@linaro.org> > --- > README | 21 ++++++++++----------- > 1 file changed, 10 insertions(+), 11 deletions(-) > > diff --git a/README b/README > index a0eb2f3..ccdbed6 100644 > --- a/README > +++ b/README > @@ -3,7 +3,6 @@ All rights reserved. > > SPDX-License-Identifier: BSD-3-Clause > > - > OpenDataPlane (ODP) project source code. > http://www.opendataplane.org/ > > @@ -25,20 +24,20 @@ Main git repository: > Configure options: > ./configure --help > > -ODP patches for 3-rd party applications: > - git://git.linaro.org/lng/odp-apps.git > - > -ODP architecture git tree: > - git://git.linaro.org/lng/odp-architecture.git > + To execute all the testcases, assuming CUnit is installed for the validation tests: > + ./bootstrap > + ./configure --enable-test-perf --enable-test-vald > + make check > > Patches tracking system: > - https://patches.linaro.org/patchwork/project/lng-odp/list/ > + http://patches.opendataplane.org/project/lng-odp/list/ > > Mailing list: > lng-odp@lists.linaro.org > - Please read CONTRIBUTING file before submitting patches. > - Email prefixes: > - [PATCH] means patch is for odp.git; > + > + Please read CONTRIBUTING file before submitting patches. > + Email prefixes: > + [PATCH] means patch is for odp.git > > Bug tracking: > - https://bugs.linaro.org/buglist.cgi?component=General&list_id=734&product=OpenDataPlane > + https://bugs.linaro.org/describecomponents.cgi?product=OpenDataPlane > -- > 2.1.0 > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/lng-odp
diff --git a/README b/README index a0eb2f3..ccdbed6 100644 --- a/README +++ b/README @@ -3,7 +3,6 @@ All rights reserved. SPDX-License-Identifier: BSD-3-Clause - OpenDataPlane (ODP) project source code. http://www.opendataplane.org/ @@ -25,20 +24,20 @@ Main git repository: Configure options: ./configure --help -ODP patches for 3-rd party applications: - git://git.linaro.org/lng/odp-apps.git - -ODP architecture git tree: - git://git.linaro.org/lng/odp-architecture.git + To execute all the testcases, assuming CUnit is installed for the validation tests: + ./bootstrap + ./configure --enable-test-perf --enable-test-vald + make check Patches tracking system: - https://patches.linaro.org/patchwork/project/lng-odp/list/ + http://patches.opendataplane.org/project/lng-odp/list/ Mailing list: lng-odp@lists.linaro.org - Please read CONTRIBUTING file before submitting patches. - Email prefixes: - [PATCH] means patch is for odp.git; + + Please read CONTRIBUTING file before submitting patches. + Email prefixes: + [PATCH] means patch is for odp.git Bug tracking: - https://bugs.linaro.org/buglist.cgi?component=General&list_id=734&product=OpenDataPlane + https://bugs.linaro.org/describecomponents.cgi?product=OpenDataPlane
The 3rd party application repo is not supported and the architecture document is stale, in addition the ability to run the tests is now part of the build system. Make these updates to the document. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- README | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-)