This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
utopic' to 'verification-done-utopic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-utopic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1383884

Title:
  deb-pkg: Add support for powerpc little endian

Status in “linux” package in Ubuntu:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Committed
Status in “linux” source package in Vivid:
  Fix Released

Bug description:
  git describe --contains 22739edfc563fa42f02a2f7323fd352061ef32b3
  v3.18-rc1~45^2~2

  commit 22739edfc563fa42f02a2f7323fd352061ef32b3
  Author: Michael Neuling <mi...@neuling.org>
  Date:   Fri Sep 5 17:55:18 2014 +1000

      deb-pkg: Add support for powerpc little endian
      
      The Debian powerpc little endian architecture is called ppc64el.  T
      is the default architecture used by Ubuntu for powerpc.
      
      The below checks the kernel config to see if we are compiling littl
      endian and sets the Debian arch appropriately.
      
      Signed-off-by: Michael Neuling <mi...@neuling.org>
      Signed-off-by: Michal Marek <mma...@suse.cz>

  diff --git a/scripts/package/builddeb b/scripts/package/builddeb
  index 7c0e6e4..cfe5e27 100644
  --- a/scripts/package/builddeb
  +++ b/scripts/package/builddeb
  @@ -37,7 +37,7 @@ create_package() {
          s390*)
                  debarch=s390$(grep -q CONFIG_64BIT=y $KCONFIG_CONFIG &&
          ppc*)
  -               debarch=powerpc ;;
  +               debarch=$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG &
          parisc*)
                  debarch=hppa ;;
          mips*)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1383884/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to