From 9c506fa7d35efcd3b876e9f87e785a893935378b 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. (From OE-Core rev: 863e520059cdc96817ec87983d1e036f291bf37c) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb index ffdebec73b..cdcdff2e17 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "bd456d13d8bea4c416209a59f9e0bf50f8511c47" -SRCREV_meta ?= "1992fb4dad3012f71d319273d61da22ed9aa0469" +SRCREV_meta ?= "ced14887c323f1cb6b3befe2b29e471e8fee1bc6" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA}" -- cgit v1.2.3-54-g00ecf