Message ID | 20250423080246.128723-1-mikko.rapeli@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/3] kern-tools-native: update to support modular kernel builds | expand |
Do not apply this patch. I have queued updates for this support, and again, they have not been sent on purpose. nack. Bruce On Wed, Apr 23, 2025 at 4:03 AM Mikko Rapeli via lists.yoctoproject.org <mikko.rapeli=linaro.org@lists.yoctoproject.org> wrote: > After this update scc tool can compile options as modules > conditionally without duplicating config fragments when > the options contain a comment like: > > CONFIG_LEDS_GPIO=y # OVERRIDE:$MODULE_OR_Y > > Then "scc -DMODULE_OR_Y=m" converts these into > > CONFIG_LEDS_GPIO=m > > Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> > --- > meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb > b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb > index 6dd19f1f09..20b1bcaf37 100644 > --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb > +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb > @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "\ > > DEPENDS += "git-replacement-native" > > -SRCREV = "c8c1f17867d0cc7d04be225ba4901f2373428be2" > +SRCREV = "fe67c98d2e9b74af44d0c4b660fa18e3a95e7edd" > PV = "0.3+git" > > inherit native > -- > 2.43.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#13598): > https://lists.yoctoproject.org/g/poky/message/13598 > Mute This Topic: https://lists.yoctoproject.org/mt/112396089/1050810 > Group Owner: poky+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [ > bruce.ashfield@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index 6dd19f1f09..20b1bcaf37 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "\ DEPENDS += "git-replacement-native" -SRCREV = "c8c1f17867d0cc7d04be225ba4901f2373428be2" +SRCREV = "fe67c98d2e9b74af44d0c4b660fa18e3a95e7edd" PV = "0.3+git" inherit native
After this update scc tool can compile options as modules conditionally without duplicating config fragments when the options contain a comment like: CONFIG_LEDS_GPIO=y # OVERRIDE:$MODULE_OR_Y Then "scc -DMODULE_OR_Y=m" converts these into CONFIG_LEDS_GPIO=m Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> --- meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)