From patchwork Mon Jun 4 02:05:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: UBUNTU: Added highbank flavour Date: Sun, 03 Jun 2012 16:05:43 -0000 From: Ike Panhc X-Patchwork-Id: 162615 Message-Id: <4FCC17F7.3070601@canonical.com> To: kernel-team@lists.ubuntu.com, leann.ogasawara@canonical.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 > --- > 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.