From 863e520059cdc96817ec87983d1e036f291bf37c Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 17 Dec 2018 10:26:48 -0500 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto_4.19.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto_4.19.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto_4.19.bb b/meta/recipes-kernel/linux/linux-yocto_4.19.bb index 9b998c75e5..bf4fec71d8 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.19.bb @@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "e727c70583a78cf1dc53e8e219722e2f9d1bc858" SRCREV_machine_qemux86-64 ?= "e727c70583a78cf1dc53e8e219722e2f9d1bc858" SRCREV_machine_qemumips64 ?= "d21ff98864241c971c7a42a3c4f1eb940b9b8855" SRCREV_machine ?= "e727c70583a78cf1dc53e8e219722e2f9d1bc858" -SRCREV_meta ?= "1992fb4dad3012f71d319273d61da22ed9aa0469" +SRCREV_meta ?= "ced14887c323f1cb6b3befe2b29e471e8fee1bc6" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA}" -- cgit 1.2.3-korg