diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-12-17 10:26:48 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-18 16:19:29 +0000 |
commit | 863e520059cdc96817ec87983d1e036f291bf37c (patch) | |
tree | c93e232785ea5806cecabcd5130c316eeaf3722a /meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb | |
parent | c4e273f6a2213ac898fbc504b9bfc12af633c9b8 (diff) | |
download | openembedded-core-863e520059cdc96817ec87983d1e036f291bf37c.tar.gz |
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>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb index 8f6e993d6d..89c4b9f14d 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb @@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine_qemuarm ?= "b8f2e8e00f8ddbdf5d7d7614c14eab52f8ee9275" SRCREV_machine ?= "e727c70583a78cf1dc53e8e219722e2f9d1bc858" -SRCREV_meta ?= "1992fb4dad3012f71d319273d61da22ed9aa0469" +SRCREV_meta ?= "ced14887c323f1cb6b3befe2b29e471e8fee1bc6" PV = "${LINUX_VERSION}+git${SRCPV}" |