mbox

UBUNTU: Added highbank flavour

Message ID 4FCC17F7.3070601@canonical.com
State New
Headers show

Pull-request

git://kernel.ubuntu.com/ikepanhc/public.git quantal-meta-highbank

Message

Ike Panhc June 4, 2012, 2:05 a.m. UTC
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.