From patchwork Mon Jan 24 02:50:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Wu X-Patchwork-Id: 80085 X-Patchwork-Delegate: tim.gardner@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 7D3301007D1 for ; Mon, 24 Jan 2011 13:52:05 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1PhCXC-00085g-3t; Mon, 24 Jan 2011 02:52:02 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1PhCX9-00085W-AM for kernel-team@lists.ubuntu.com; Mon, 24 Jan 2011 02:51:59 +0000 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1PhCX9-0002TS-4X; Mon, 24 Jan 2011 02:51:59 +0000 Received: from [116.227.243.201] (helo=canonical.com) by hutte.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1PhCX7-0006r4-Kd; Mon, 24 Jan 2011 02:51:59 +0000 From: Bryan Wu To: tim.gardner@canonical.com, apw@canonical.com Subject: [PATCH 3/3] UBUNTU: Add the linux-tools package to TI OMAP4 Date: Mon, 24 Jan 2011 10:50:18 +0800 Message-Id: <1295837418-3884-4-git-send-email-bryan.wu@canonical.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1295837418-3884-1-git-send-email-bryan.wu@canonical.com> References: <1295837418-3884-1-git-send-email-bryan.wu@canonical.com> Cc: kernel-team@lists.ubuntu.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Signed-off-by: Bryan Wu --- meta-source/debian/control.common | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/meta-source/debian/control.common b/meta-source/debian/control.common index d8b7f12..be7ad0c 100644 --- a/meta-source/debian/control.common +++ b/meta-source/debian/control.common @@ -5,3 +5,11 @@ Maintainer: Ubuntu Kernel Team Standards-Version: 3.6.1 Build-Depends: dpkg (>= 1.13.19), debhelper (>= 5), gawk Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-maverick-meta.git + +Package: linux-tools-omap4 +Architecture: armel +Section: metapackages +Depends: ${misc:Depends}, linux-ti-omap4-tools-${kernel-abi-version} +Description: Linux kernel versioned Tools + This package will always depend on the latest Linux kernel versioned tools + available. The Ubuntu patches have been applied.