From patchwork Wed Dec 14 13:47:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mattias Backman X-Patchwork-Id: 5697 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 D4B4723E0C for ; Wed, 14 Dec 2011 13:53:43 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id C2F4AA1841B for ; Wed, 14 Dec 2011 13:53:43 +0000 (UTC) Received: by eaak10 with SMTP id k10so588841eaa.11 for ; Wed, 14 Dec 2011 05:53:43 -0800 (PST) Received: by 10.204.157.12 with SMTP id z12mr902846bkw.18.1323870823507; Wed, 14 Dec 2011 05:53:43 -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.205.129.2 with SMTP id hg2cs9411bkc; Wed, 14 Dec 2011 05:53:43 -0800 (PST) Received: by 10.180.104.70 with SMTP id gc6mr4870177wib.42.1323870822201; Wed, 14 Dec 2011 05:53:42 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id j10si1581807wij.70.2011.12.14.05.53.42 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 14 Dec 2011 05:53:42 -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 1RapHB-0005r1-Fl for ; Wed, 14 Dec 2011 13:53:41 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id ED749E15FD for ; Wed, 14 Dec 2011 13:47:12 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: linaro-image-tools X-Launchpad-Branch: ~linaro-image-tools/linaro-image-tools/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 473 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 473: Add support for i.MX6Q SabreLite board to linaro-media-create. Message-Id: <20111214134712.21035.69413.launchpad@ackee.canonical.com> Date: Wed, 14 Dec 2011 13:47:12 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14487"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 781dd52247ba1f44d6c60813679087b786d7734f Merge authors: Eric Miao (eric.y.miao) Related merge proposals: https://code.launchpad.net/~linaro-landing-team-freescale/linaro-image-tools/mx6qsabrelite/+merge/85433 proposed by: Eric Miao (eric.y.miao) review: Approve - Mattias Backman (mabac) ------------------------------------------------------------ revno: 473 [merge] committer: Mattias Backman branch nick: linaro-image-tools timestamp: Wed 2011-12-14 14:41:44 +0100 message: Add support for i.MX6Q SabreLite board to linaro-media-create. modified: linaro_image_tools/media_create/boards.py --- lp:linaro-image-tools https://code.launchpad.net/~linaro-image-tools/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-image-tools/linaro-image-tools/trunk/+edit-subscription === modified file 'linaro_image_tools/media_create/boards.py' --- linaro_image_tools/media_create/boards.py 2011-11-23 12:49:03 +0000 +++ linaro_image_tools/media_create/boards.py 2011-12-14 13:01:43 +0000 @@ -1451,6 +1451,7 @@ 'overo': OveroConfig, 'smdkv310': SMDKV310Config, 'origen': OrigenConfig, + 'mx6qsabrelite': BoardConfig, }