Re: [RFC PATCH 1/8] ppc64el: kernel: add arch in defines files

2014-05-14 Thread Mauricio Faria de Oliveira
On 05/13/2014 07:09 PM, Ben Hutchings wrote: [...] Only kconfig fragments are shared between Debian architectures that share a kernel architecture, and those are now all in debian/config/kernelarch-*. I'd assume the same comment applies for the d-i's kernel-versions files. I'd understand

[RFC PATCH 1/8] ppc64el: kernel: add arch in defines files

2014-05-13 Thread Mauricio Faria de Oliveira
The kernel config file will contain changes on top of the ppc64 port's config. Signed-off-by: Mauricio Faria de Oliveira mauri...@linux.vnet.ibm.com --- debian/config/defines |1 + debian/config/powerpc/defines |7 +++ debian/config/ppc64el/defines | 18 ++

Re: [RFC PATCH 1/8] ppc64el: kernel: add arch in defines files

2014-05-13 Thread Bastian Blank
On Tue, May 13, 2014 at 01:28:23PM -0300, Mauricio Faria de Oliveira wrote: diff --git a/debian/config/powerpc/defines b/debian/config/powerpc/defines index a11a336..ee929e5 100644 --- a/debian/config/powerpc/defines +++ b/debian/config/powerpc/defines @@ -3,6 +3,7 @@ flavours: + powerpc64le

Re: [RFC PATCH 1/8] ppc64el: kernel: add arch in defines files

2014-05-13 Thread Mauricio Faria de Oliveira
On 05/13/2014 02:15 PM, Bastian Blank wrote: On Tue, May 13, 2014 at 01:28:23PM -0300, Mauricio Faria de Oliveira wrote: diff --git a/debian/config/powerpc/defines b/debian/config/powerpc/defines index a11a336..ee929e5 100644 --- a/debian/config/powerpc/defines +++

Re: [RFC PATCH 1/8] ppc64el: kernel: add arch in defines files

2014-05-13 Thread Mauricio Faria de Oliveira
On 05/13/2014 02:34 PM, Mauricio Faria de Oliveira wrote: On 05/13/2014 02:15 PM, Bastian Blank wrote: [...] So this kernel support big endian binaries? Otherwise this makes no sense. Ok, I incorrectly thought that was part of the structure required for some relation w/ kernelarch-powerpc.

Re: [RFC PATCH 1/8] ppc64el: kernel: add arch in defines files

2014-05-13 Thread Ben Hutchings
On Tue, 2014-05-13 at 16:37 -0300, Mauricio Faria de Oliveira wrote: On 05/13/2014 02:34 PM, Mauricio Faria de Oliveira wrote: On 05/13/2014 02:15 PM, Bastian Blank wrote: [...] So this kernel support big endian binaries? Otherwise this makes no sense. Ok, I incorrectly thought that