]> 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, 8 Jan 2019 20:12:12 +0000 (20:12 +0000)
commit16643e8309afd03e99be2482ae7f7ce11cb0bebe
tree34a60b8a8684019f71991a36d1ba8c74e6496325
parenta6356975709cb7bcfbea60ce9f1507583eccd2e2
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.

(From OE-Core rev: 863e520059cdc96817ec87983d1e036f291bf37c)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[Dropped 4.19 changes]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb
meta/recipes-kernel/linux/linux-yocto_4.18.bb