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
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