From 6f7ac59c4202ea8c44065db946341c9db415b267 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 4 Mar 2021 22:54:22 -0500 Subject: linux-yocto/5.10: fix qemumips testimage failures Integrating the following commit(s) to linux-yocto/5.10: 513e9332a00 qemumips32: disable CONFIG_COMPACTION As mentioned in yocto bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13992 testimages are failing due to issues with kernel page migration/compaction function that does not work very well with MIPS kernel HIGHMEM that is needed for 512Mb. A valid workaround is to disable CONFIG_COMPACTION and the problematic migration functionality is also disabled. [YOCTO: #13992] Signed-off-by: Victor Kamensky Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb index db17ffa5c4..26772a1acf 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "8dffd4d97d49439dae98e38b915729bca285f0cc" -SRCREV_meta ?= "72ecf520873bd0e1a1d52db0a36d74ad88fd9824" +SRCREV_meta ?= "513e9332a0092795b3b29eec0030b462ae4c8b6e" 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-5.10;destsuffix=${KMETA}" -- cgit 1.2.3-korg