Re: [yocto] [PATCH] i386 machine.cfg: Explicitly disable 64BIT

2017-03-30 Thread Saul Wold
On Thu, 2017-03-30 at 11:14 -0600, Leonardo Sandoval wrote: > On Thu, 2017-03-30 at 09:56 -0700, Saul Wold wrote: > > > > Since we do not set the 64 bit flags, newer kernels seem to build > > 64bit > > config files by default. This is due to a hard-coded uname -m check > > that > > selects the KBU

Re: [yocto] [PATCH] i386 machine.cfg: Explicitly disable 64BIT

2017-03-30 Thread Leonardo Sandoval
On Thu, 2017-03-30 at 09:56 -0700, Saul Wold wrote: > Since we do not set the 64 bit flags, newer kernels seem to build 64bit > config files by default. This is due to a hard-coded uname -m check that > selects the KBUILD_DEFCONFIG based on the host, not the cross target. > Saul, this is poky co