From patchwork Fri Jan 28 11:55:50 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guilherme Salgado X-Patchwork-Id: 34 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:39:22 -0000 Delivered-To: patches@linaro.org Received: by 10.147.124.10 with SMTP id b10cs37182yan; Fri, 28 Jan 2011 03:55:53 -0800 (PST) Received: by 10.213.10.207 with SMTP id q15mr4658329ebq.38.1296215752554; Fri, 28 Jan 2011 03:55:52 -0800 (PST) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id y7si23934028weq.145.2011.01.28.03.55.51; Fri, 28 Jan 2011 03:55:52 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1Pimve-00045C-Ti for ; Fri, 28 Jan 2011 11:55:50 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id DA2E82E808E for ; Fri, 28 Jan 2011 11:55:50 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: linaro-image-tools X-Launchpad-Branch: ~linaro-maintainers/linaro-image-tools/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 266 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [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> Date: Fri, 28 Jan 2011 11:55:50 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="12274"; Instance="initZopeless config overlay" X-Launchpad-Hash: c104555fa842fcdb5bbc50536d258dbba568bc68 ------------------------------------------------------------ revno: 266 committer: Guilherme Salgado 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 === 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: