aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-03-23 17:38:22 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-03-29 09:19:18 +0300
commitbaef4a6b9ce6afc4e98733ddc267798059876fd1 (patch)
tree63f838f8b6f549eb359708ea0d8ad295d64da6d6 /doc
parent886acdfcc3f9fb539f9b524d017835e3f1008fe5 (diff)
rename libodphelper to libodphelper-linux
Rename to unify the library names for different implementations. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Ricardo Salveti <ricardo.salveti@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/implementers-guide/implementers-guide.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/implementers-guide/implementers-guide.adoc b/doc/implementers-guide/implementers-guide.adoc
index ca434d631..886300489 100644
--- a/doc/implementers-guide/implementers-guide.adoc
+++ b/doc/implementers-guide/implementers-guide.adoc
@@ -121,6 +121,7 @@ of the libraries are libodp-linux and libodp-dpdk respectively. It is
recommended that other implementations follow the same schema
(odp-<implementation name>) to make the representation of the ODP
implementations uniform in a distribution.
+Additionally there is an ODP helper library to abstract OS differences.
== The validation Suite ==