diff mbox

[Utopic,Trusty,SRU] UBUNTU: Make linux-crashdump build for ppc64el

Message ID 1412193108-19310-1-git-send-email-chris.j.arges@canonical.com
State New
Headers show

Commit Message

Chris J Arges Oct. 1, 2014, 7:51 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1341475

Enable ppc64el arch for linux-crashdump. In addition, only kdump-tools is
needed for ppc64el so arch dep the other dependencies.

Signed-off-by: Chris J Arges <chris.j.arges@canonical.com>
---
 meta-source/debian/control.common | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Andy Whitcroft Oct. 2, 2014, 6:44 p.m. UTC | #1
On Wed, Oct 01, 2014 at 02:51:48PM -0500, Chris J Arges wrote:
> BugLink: http://bugs.launchpad.net/bugs/1341475
> 
> Enable ppc64el arch for linux-crashdump. In addition, only kdump-tools is
> needed for ppc64el so arch dep the other dependencies.
> 
> Signed-off-by: Chris J Arges <chris.j.arges@canonical.com>
> ---
>  meta-source/debian/control.common | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-source/debian/control.common b/meta-source/debian/control.common
> index 8743f81..c2b75ef 100644
> --- a/meta-source/debian/control.common
> +++ b/meta-source/debian/control.common
> @@ -16,9 +16,9 @@ Description: Linux kernel source with Ubuntu patches
>   available. The Ubuntu patches have been applied.
>  
>  Package: linux-crashdump
> -Architecture: i386 amd64
> +Architecture: i386 amd64 ppc64el
>  Section: devel
> -Depends: ${misc:Depends}, kdump-tools, grub-pc (>= 1.96+20090611-1ubuntu2) | grub-efi-ia32 | grub-efi-amd64 | grub (>= 0.97-29ubuntu24)
> +Depends: ${misc:Depends}, kdump-tools, grub-pc (>= 1.96+20090611-1ubuntu2) [i386 amd64] | grub-efi-ia32 [i386 amd64] | grub-efi-amd64 [i386 amd64] | grub (>= 0.97-29ubuntu24) [i386 amd64]
>  Recommends: apport
>  Suggests: crash
>  Description: Linux kernel crashdump setup for the latest generic kernel

Looks reasonable to me.  I believe we have grub on here to get the
version of grub which had support for understanding the /etc/default
variables to enable this.  The |'s for that so you can have something
else.  Anyhow:

Acked-by: Andy Whitcroft <apw@canonical.com>

-apw
Tim Gardner Oct. 3, 2014, 10:05 p.m. UTC | #2

diff mbox

Patch

diff --git a/meta-source/debian/control.common b/meta-source/debian/control.common
index 8743f81..c2b75ef 100644
--- a/meta-source/debian/control.common
+++ b/meta-source/debian/control.common
@@ -16,9 +16,9 @@  Description: Linux kernel source with Ubuntu patches
  available. The Ubuntu patches have been applied.
 
 Package: linux-crashdump
-Architecture: i386 amd64
+Architecture: i386 amd64 ppc64el
 Section: devel
-Depends: ${misc:Depends}, kdump-tools, grub-pc (>= 1.96+20090611-1ubuntu2) | grub-efi-ia32 | grub-efi-amd64 | grub (>= 0.97-29ubuntu24)
+Depends: ${misc:Depends}, kdump-tools, grub-pc (>= 1.96+20090611-1ubuntu2) [i386 amd64] | grub-efi-ia32 [i386 amd64] | grub-efi-amd64 [i386 amd64] | grub (>= 0.97-29ubuntu24) [i386 amd64]
 Recommends: apport
 Suggests: crash
 Description: Linux kernel crashdump setup for the latest generic kernel