]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:34 +0000 (16:19 +0000)
commit9c506fa7d35efcd3b876e9f87e785a893935378b
tree9e11e419111ea853bb07fce023eb92091d19b810
parent826235f99493c07d789a8748fdb2a748af25076f
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>
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