Re: [meta-virtualization][PATCH] yocto-cfg-fragments: update to 6.18.16
Bruce Ashfield <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-virtualization |
|---|---|
| Message-ID | <[email protected]> |
In message: [meta-virtualization][PATCH] yocto-cfg-fragments: update to 6.18.16 on 11/03/2026 [email protected] wrote: > From: Yongxin Liu <[email protected]> > > Due to the introduce of kcfg-sysroot in commit a4625a1fa275 > ("kernel: inject local search path to fragment processing"), old > yocto-cfg-fragments can overwrite the latest yocto-kernel-cache during > kernel build. I haven't merged this yet, since I'm trying to come up with a new way to make these fragments available, but not come first in the search path, so as to not clobber the ones in a kernel with a meta= SRC_URI entry. There's a lot of corner cases and testing, so it is taking me a bit longer. Bruce > > Signed-off-by: Yongxin Liu <[email protected]> > --- > recipes-kernel/linux/yocto-cfg-fragments-6.18.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-kernel/linux/yocto-cfg-fragments-6.18.bb b/recipes-kernel/linux/yocto-cfg-fragments-6.18.bb > index e54c1139..7578cd26 100644 > --- a/recipes-kernel/linux/yocto-cfg-fragments-6.18.bb > +++ b/recipes-kernel/linux/yocto-cfg-fragments-6.18.bb > @@ -15,7 +15,7 @@ INHIBIT_DEFAULT_DEPS = "1" > LINUX_VERSION ?= "6.18" > PV = "v${LINUX_VERSION}+git${SRCREV}" > > -SRCREV = "6ab6280418f524cda3e9f30ca0ac4367c58abdcf" > +SRCREV = "8ef043d5cbfe1d4c6b6b92d6d884d23c4d3411a3" > SRC_URI = "\ > git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \ > " > -- > 2.46.2 >