Remove sdb dependency and add descriptions for instaling sdb 86/89786/2
authorDonghoon Shin <dhs.shin@samsung.com>
Tue, 27 Sep 2016 05:10:47 +0000 (14:10 +0900)
committerDonghoon Shin <dhs.shin@samsung.com>
Tue, 27 Sep 2016 05:48:35 +0000 (14:48 +0900)
Change-Id: Ic94cdff0f62aef2eaa8936738e23f5c9999001b1

README.md
debian/control
debian/source/format [deleted file]

index 8785930a20ab4cdf69356458ad0b6cce09717b74..98cb6f7e27d2cb2ae166be2343cfad53a1fd7a6a 100644 (file)
--- 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
index 049fa9a0410c66578cbfce4734456e019690a36f..ab231637e3dff9c9dafb343b956b0506b210595e 100644 (file)
@@ -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 (file)
index 163aaf8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)