From 2a5f2f2c9dbbad1cf79e28be79e4a8a06cc29bea Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 21 Mar 2021 21:42:18 -0400 Subject: [PATCH] linux-yocto/5.10: cfg: fix ppc64 configuration warnings Recent tweaks to the kern tools triggered some warnings that were previously hidden. With these two commits, ppc64 has a clean audit: c0cfc016a51 qemuppc64: fix 5.10 configuration warnings 489c76aa9fb qemu-ppc64.cfg: Do not set CONFIG_POWER4 Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_5.10.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 7b5d69843b..094fc41705 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 ?= "09e60e61f3a0716c1d715024db69ed493b374352" -SRCREV_meta ?= "f5babefa399359d7a5f880342c03ced78dbd48d2" +SRCREV_meta ?= "c0cfc016a512f4b2922e15e43e3d4b421cdceb97" 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}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb index a903a7ad45..c55d02ab65 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb @@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine_qemuarm ?= "828298476280f149282db7209dd18c8bd0f46657" SRCREV_machine ?= "04a11eb4aec4efe3064f27b207e8a41c28bb08cd" -SRCREV_meta ?= "f5babefa399359d7a5f880342c03ced78dbd48d2" +SRCREV_meta ?= "c0cfc016a512f4b2922e15e43e3d4b421cdceb97" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index 9c122832f4..ae4eea0096 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb @@ -23,7 +23,7 @@ SRCREV_machine_qemux86 ?= "04a11eb4aec4efe3064f27b207e8a41c28bb08cd" SRCREV_machine_qemux86-64 ?= "04a11eb4aec4efe3064f27b207e8a41c28bb08cd" SRCREV_machine_qemumips64 ?= "c19b50af1e3680ff6050a0cce8dcd888accafd9b" SRCREV_machine ?= "04a11eb4aec4efe3064f27b207e8a41c28bb08cd" -SRCREV_meta ?= "f5babefa399359d7a5f880342c03ced78dbd48d2" +SRCREV_meta ?= "c0cfc016a512f4b2922e15e43e3d4b421cdceb97" # remap qemuarm to qemuarma15 for the 5.8 kernel # KMACHINE_qemuarm ?= "qemuarma15" -- 2.40.1