From: Donghoon Shin Date: Tue, 27 Sep 2016 05:10:47 +0000 (+0900) Subject: Remove sdb dependency and add descriptions for instaling sdb X-Git-Tag: upstream/0.3.1~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f9fe547b4290cd7aac89cf04bdce98939449f59;p=tools%2Flitmus.git Remove sdb dependency and add descriptions for instaling sdb Change-Id: Ic94cdff0f62aef2eaa8936738e23f5c9999001b1 --- diff --git a/README.md b/README.md index 8785930..98cb6f7 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,29 @@ Litmus is an automated testing tool for tizen arm devices. +Prerequisite +--------------------- + +Litmus uses sdb to communicate with device. +sdb is not released on download.tizen.org/tools but you can find it from sdk. + +Installing sdb from tizen sdk or download binary from below url. + +32bit: +http://download.tizen.org/sdk/sdk-packages/official/binary/sdb_2.2.83_ubuntu-32.zip + +64bit: +http://download.tizen.org/sdk/sdk-packages/official/binary/sdb_2.2.83_ubuntu-64.zip + +Unzip this package and copy sdb binary to /usr/bin + + Buliding & installing --------------------- -1. Change directory name with version postfix and create an orig.tar.gz +1. Clone this project - $ git clone http://github.com/dhs-shine/litmus + $ git clone https://github.com/dhs-shine/litmus - $ tar cvfz litmus_0.3.1.orig.tar.gz litmus - 1. Build a deb package with debuild $ cd litmus @@ -34,3 +49,9 @@ Getting started 3. Run the litmus project $ litmus run myproject + + +Please refer to litmus wiki for more details. + +https://github.com/dhs-shine/litmus/wiki +https://wiki.tizen.org/wiki/Litmus diff --git a/debian/control b/debian/control index 049fa9a..ab23163 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,6 @@ Depends: ${python3:Depends}, ${misc:Depends}, python3-fasteners (>= 0.12), git (>= 1.9), lthor (>= 2.0), - sdb (>= 2.2.4), clewarecontrol (>= 4.1), smartpower (>= 0.1), heimdall-flash (>= 1.4.1-2), diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt)