From patchwork Mon Jun 4 02:02:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ike Panhc X-Patchwork-Id: 162614 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 EDCABB6FA7 for ; Mon, 4 Jun 2012 12:02:43 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SbMck-0005Wy-Th; Mon, 04 Jun 2012 02:02:26 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SbMcj-0005Wt-Az for kernel-team@lists.ubuntu.com; Mon, 04 Jun 2012 02:02:25 +0000 Received: from 220-134-16-35.hinet-ip.hinet.net ([220.134.16.35] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SbMci-0008Uz-7U; Mon, 04 Jun 2012 02:02:25 +0000 From: Ike Panhc To: leann.ogasawara@canonical.com Subject: [PATCH] UBUNTU: Added highbank flavour Date: Mon, 4 Jun 2012 10:02:17 +0800 Message-Id: <1338775337-13466-1-git-send-email-ike.pan@canonical.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <4FC90350.10707@canonical.com> References: <4FC90350.10707@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 BugLink: http://bugs.launchpad.net/bugs/1000831 Signed-off-by: Ike Panhc --- meta-source/debian/control.d/highbank | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-source/debian/control.d/highbank diff --git a/meta-source/debian/control.d/highbank b/meta-source/debian/control.d/highbank new file mode 100644 index 0000000..2251162 --- /dev/null +++ b/meta-source/debian/control.d/highbank @@ -0,0 +1,26 @@ +Package: linux-headers-highbank +Architecture: armhf +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-highbank +Description: Linux kernel headers for the highbank architecture. + This package will always depend on the latest kernel headers available + for ARM Calxeda highbank systems. + +Package: linux-image-highbank +Architecture: armhf +Section: metapackages +Priority: optional +Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-highbank, linux-firmware +Description: Linux kernel image for the highbank architecture. + This package will always depend on the latest kernel image available + for ARM Calxeda highbank systems. + +Package: linux-highbank +Architecture: armhf +Section: metapackages +Priority: optional +Depends: ${misc:Depends}, linux-image-highbank, linux-headers-highbank +Description: Complete Linux kernel for the highbank architecture. + This package will always depend on the latest complete Linux kernel and headers + for ARM Calxeda highbank systems.