| Submitter | Ike Panhc |
|---|---|
| Date | June 4, 2012, 2:05 a.m. |
| Message ID | <4FCC17F7.3070601@canonical.com> |
| Download | mbox |
| Permalink | /patch/162615/ |
| State | New |
| Headers | show
Return-Path: <kernel-team-bounces@lists.ubuntu.com> 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 9EA57B6FA7 for <incoming@patchwork.ozlabs.org>; Mon, 4 Jun 2012 12:05:59 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from <kernel-team-bounces@lists.ubuntu.com>) id 1SbMg3-0005wS-Uk; Mon, 04 Jun 2012 02:05:51 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from <ike.pan@canonical.com>) id 1SbMg2-0005wI-7P for kernel-team@lists.ubuntu.com; Mon, 04 Jun 2012 02:05:50 +0000 Received: from 220-134-16-35.hinet-ip.hinet.net ([220.134.16.35] helo=[10.20.30.12]) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <ike.pan@canonical.com>) id 1SbMg1-0000I1-N7; Mon, 04 Jun 2012 02:05:50 +0000 Message-ID: <4FCC17F7.3070601@canonical.com> Date: Mon, 04 Jun 2012 10:05:43 +0800 From: Ike Panhc <ike.pan@canonical.com> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: kernel-team@lists.ubuntu.com, leann.ogasawara@canonical.com Subject: Re: [PATCH] UBUNTU: Added highbank flavour References: <4FC90350.10707@canonical.com> <1338775337-13466-1-git-send-email-ike.pan@canonical.com> In-Reply-To: <1338775337-13466-1-git-send-email-ike.pan@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions <kernel-team.lists.ubuntu.com> List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/kernel-team>, <mailto:kernel-team-request@lists.ubuntu.com?subject=unsubscribe> List-Archive: <https://lists.ubuntu.com/archives/kernel-team> List-Post: <mailto:kernel-team@lists.ubuntu.com> List-Help: <mailto:kernel-team-request@lists.ubuntu.com?subject=help> List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/kernel-team>, <mailto:kernel-team-request@lists.ubuntu.com?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com |
The following changes since commit 877ddfeee54ea18b8947271d1e6cc51387318713: UBUNTU: Ubuntu-3.4.0.3.4 (2012-05-22 15:20:36 -0600) are available in the git repository at: git://kernel.ubuntu.com/ikepanhc/public.git quantal-meta-highbank for you to fetch changes up to ef50845c366eb1302e9944ab6de507beeb38d4de: UBUNTU: Added highbank flavour (2012-06-04 09:45:16 +0800) ---------------------------------------------------------------- Ike Panhc (1): UBUNTU: Added highbank flavour meta-source/debian/control.d/highbank | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-source/debian/control.d/highbank On 06/04/2012 10:02 AM, Ike Panhc wrote: > BugLink: http://bugs.launchpad.net/bugs/1000831 > > Signed-off-by: Ike Panhc <ike.pan@canonical.com> > --- > 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.