diff mbox

[Branch,~linaro-maintainers/linaro-image-tools/trunk] Rev 266: Add list of dependencies for running l-m-c to README

Message ID 20110128115550.13883.28010.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Guilherme Salgado Jan. 28, 2011, 11:55 a.m. UTC
------------------------------------------------------------
revno: 266
committer: Guilherme Salgado <salgado@canonical.com>
branch nick: trunk
timestamp: Fri 2011-01-28 09:53:35 -0200
message:
  Add list of dependencies for running l-m-c to README
modified:
  README


--
lp:linaro-image-tools
https://code.launchpad.net/~linaro-maintainers/linaro-image-tools/trunk

You are subscribed to branch lp:linaro-image-tools.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-maintainers/linaro-image-tools/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'README'
--- README	2011-01-27 17:54:57 +0000
+++ README	2011-01-28 11:53:35 +0000
@@ -1,6 +1,26 @@ 
 This project contains a collection of tools to help creating Linaro bootable
 images to be used in development boards.
 
+= Running linaro-media-create =
+
+To run linaro-media-create you'll need to make sure the following packages are
+installed:
+
+  - parted
+  - dosfstools
+  - u-boot-tools or uboot-mkimage
+  - python-argparse
+  - python-dbus
+  - python-debian >= 0.1.16ubuntu1
+  - python-parted
+  - qemu-kvm-extras-static >= 0.13.0 (only if you're running on x86).
+    If you're not running Natty, you can get them from
+      - http://tinyurl.com/6yqzkre for 64-bit
+      - http://tinyurl.com/68rvuoz for 32-bit
+  - qemu-kvm
+  - btrfs-tools
+  - command-not-found
+
 = Running tests =
 
 Before running any tests you need to install the following packages: