From 399032f7fb277aa229acf784c40bc44e693c21a5 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 11 Jan 2022 12:59:54 -0500 Subject: [PATCH] linux-yocto/5.15/cfg: add kcov feature fragment Integrating the following commit(s) to linux-yocto: 41721be8a03 cfg/debug: add kcov kernel configs Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_5.15.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb index 3d600acde6f..dd897d121f9 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "11651ef1c948677add527afd54c9f960a33884c8" -SRCREV_meta ?= "41e5b01b59c69ac58f588bc7dc7d2e2cb80d82e1" +SRCREV_meta ?= "b1e4fff58196879307a8333086b63a68d7551e0a" 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.15;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb index 6f5bf33d744..85cdfd820a9 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb @@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine:qemuarm ?= "0f7af34df7639ad8c513e6698d5f1a6081b55f77" SRCREV_machine ?= "721ba67b41253d17c7bb71aadae3e7a44bf4d22c" -SRCREV_meta ?= "41e5b01b59c69ac58f588bc7dc7d2e2cb80d82e1" +SRCREV_meta ?= "b1e4fff58196879307a8333086b63a68d7551e0a" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb index b06184a2ee8..d6c57ab0bc2 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb @@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "721ba67b41253d17c7bb71aadae3e7a44bf4d22c" SRCREV_machine:qemux86-64 ?= "721ba67b41253d17c7bb71aadae3e7a44bf4d22c" SRCREV_machine:qemumips64 ?= "723cf54aff5756af97663c4a8a7bf0754d0d940e" SRCREV_machine ?= "721ba67b41253d17c7bb71aadae3e7a44bf4d22c" -SRCREV_meta ?= "41e5b01b59c69ac58f588bc7dc7d2e2cb80d82e1" +SRCREV_meta ?= "b1e4fff58196879307a8333086b63a68d7551e0a" # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll # get the /base branch, which is pure upstream -stable, and the same -- 2.47.2