From patchwork Tue Jan 24 00:00:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 6353 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id B047D2427F for ; Tue, 24 Jan 2012 00:00:21 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id 90C6DA182FF for ; Tue, 24 Jan 2012 00:00:21 +0000 (UTC) Received: by bkar19 with SMTP id r19so3470133bka.11 for ; Mon, 23 Jan 2012 16:00:21 -0800 (PST) Received: by 10.204.155.66 with SMTP id r2mr3995256bkw.38.1327363221279; Mon, 23 Jan 2012 16:00:21 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.204.130.220 with SMTP id u28cs85764bks; Mon, 23 Jan 2012 16:00:21 -0800 (PST) Received: by 10.180.24.66 with SMTP id s2mr16916019wif.17.1327363219648; Mon, 23 Jan 2012 16:00:19 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id u68si10611316weq.129.2012.01.23.16.00.19 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Jan 2012 16:00:19 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1RpToB-00057s-0E for ; Tue, 24 Jan 2012 00:00:19 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id E66B2E052B for ; Tue, 24 Jan 2012 00:00:18 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dispatcher X-Launchpad-Branch: ~linaro-validation/lava-dispatcher/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 200 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 200: fix mounting wrong /data partition for mx53 and origen; set data_part_lava properly for mx53 and ... Message-Id: <20120124000018.15430.28789.launchpad@ackee.canonical.com> Date: Tue, 24 Jan 2012 00:00:18 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14713"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 5cb83d23912a4506b2e8908424672e5e25ceccca X-Gm-Message-State: ALoCoQnLN6cjfu62cIEBtLmsAvhHh8GsDwql+5fR2WsOhe19Z1Zfujj0de90s6n1g+4wx0NcAAUH ------------------------------------------------------------ revno: 200 fixes bug: https://launchpad.net/bugs/920738 author: Alexander Sack committer: Paul Larson branch nick: lava-dispatcher timestamp: Mon 2012-01-23 17:47:38 -0600 message: fix mounting wrong /data partition for mx53 and origen; set data_part_lava properly for mx53 and origen modified: lava_dispatcher/default-config/lava-dispatcher/device-types/mx53loco.conf lava_dispatcher/default-config/lava-dispatcher/device-types/origen.conf --- lp:lava-dispatcher https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk You are subscribed to branch lp:lava-dispatcher. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription === modified file 'lava_dispatcher/default-config/lava-dispatcher/device-types/mx53loco.conf' --- lava_dispatcher/default-config/lava-dispatcher/device-types/mx53loco.conf 2011-11-15 07:17:34 +0000 +++ lava_dispatcher/default-config/lava-dispatcher/device-types/mx53loco.conf 2012-01-23 23:47:38 +0000 @@ -18,6 +18,7 @@ # Android LAVA test image SD card layout sys_part_android = 6 sdcard_part_android = 7 +data_part_android = 7 boot_cmds_android = mmc init, mmc part 0, setenv bootcmd "'fatload mmc 0:5 0x70000000 uImage; === modified file 'lava_dispatcher/default-config/lava-dispatcher/device-types/origen.conf' --- lava_dispatcher/default-config/lava-dispatcher/device-types/origen.conf 2011-12-09 17:24:56 +0000 +++ lava_dispatcher/default-config/lava-dispatcher/device-types/origen.conf 2012-01-23 23:47:38 +0000 @@ -16,6 +16,7 @@ # Android LAVA test image SD card layout sys_part_android = 6 sdcard_part_android = 7 +data_part_android = 7 boot_cmds_android = mmc init, mmc part 0,