From patchwork Wed Jun 29 19:33:19 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Westby X-Patchwork-Id: 2376 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 EC80D23F08 for ; Wed, 29 Jun 2011 19:33:22 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id AFBE3A18492 for ; Wed, 29 Jun 2011 19:33:22 +0000 (UTC) Received: by qwb8 with SMTP id 8so1106088qwb.11 for ; Wed, 29 Jun 2011 12:33:22 -0700 (PDT) Received: by 10.229.63.144 with SMTP id b16mr926408qci.80.1309376001909; Wed, 29 Jun 2011 12:33:21 -0700 (PDT) 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.229.48.135 with SMTP id r7cs51448qcf; Wed, 29 Jun 2011 12:33:21 -0700 (PDT) Received: by 10.227.62.208 with SMTP id y16mr1049049wbh.80.1309376000519; Wed, 29 Jun 2011 12:33:20 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id fy15si3185389wbb.54.2011.06.29.12.33.20; Wed, 29 Jun 2011 12:33:20 -0700 (PDT) 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 1Qc0Vj-00016F-Tv for ; Wed, 29 Jun 2011 19:33:19 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id E060D2E8960 for ; Wed, 29 Jun 2011 19:33:19 +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: 365 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 365: Use the lt- variant of the omap kernel. Message-Id: <20110629193319.9280.20078.launchpad@loganberry.canonical.com> Date: Wed, 29 Jun 2011 19:33:19 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13265"; Instance="initZopeless config overlay" X-Launchpad-Hash: 436d0c849d03a557766cfa6b90f1e0f2f61d3d71 ------------------------------------------------------------ revno: 365 committer: James Westby branch nick: trunk timestamp: Wed 2011-06-29 15:29:43 -0400 message: Use the lt- variant of the omap kernel. 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-06-23 15:12:13 +0000 +++ linaro_image_tools/media_create/boards.py 2011-06-29 19:29:43 +0000 @@ -339,7 +339,7 @@ class OmapConfig(BoardConfig): - kernel_flavors = ['linaro-omap4', 'linaro-omap', 'omap4'] + kernel_flavors = ['linaro-omap4', 'linaro-lt-omap', 'linaro-omap', 'omap4'] uboot_in_boot_part = True # XXX: Here we define these things as dynamic properties because our