]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto: correct qemumips64el definition
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 17 Dec 2018 15:26:48 +0000 (10:26 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Dec 2018 16:19:29 +0000 (16:19 +0000)
commit863e520059cdc96817ec87983d1e036f291bf37c
treec93e232785ea5806cecabcd5130c316eeaf3722a
parentc4e273f6a2213ac898fbc504b9bfc12af633c9b8
linux-yocto: correct qemumips64el definition

The big endian mips definition was used as the basis for the little
endian machine. Unfortunatey, the KMACHINE definitions were not fully
cleared, so big endian builds will match on the 'le' variant .. and
break.

We drop the BE machine definitions from the LE variant and we are fixed.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb
meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
meta/recipes-kernel/linux/linux-yocto_4.18.bb
meta/recipes-kernel/linux/linux-yocto_4.19.bb