> > > .vdso-offsets.h.cmd contains command that was used to produce > > > vdso-offsets.h. > > > It breaks reproducibility because it has an absolute path in it. There is > > > no > > > any value to package such files so it can be dropped. > > > > > > > Have you confirmed that an on-target 'make scripts prepare' property > > regenerates the file without triggering and oldconfig ? > > > > Otherwise, the change looks fine to me. > > > > Bruce > > Yes, confirmed that oldconfig wont be triggered. > > Thanks, > Denys
ping > > > > > > Signed-off-by: Denys Zagorui <[email protected]> > > > --- > > > meta/recipes-kernel/linux/kernel-devsrc.bb | 4 ++++ > > > 1 file changed, 4 insertions(+) > > > > > > diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb > > > b/meta/recipes-kernel/linux/kernel-devsrc.bb > > > index aa8e162f4f..f8c750beaa 100644 > > > --- a/meta/recipes-kernel/linux/kernel-devsrc.bb > > > +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb > > > @@ -113,6 +113,10 @@ do_install() { > > > # but without this file, we get a forced syncconfig run in v5.8+, > > > which prompts and > > > # breaks workflows. > > > cp -a --parents include/generated/autoconf.h $kerneldir/build > > > 2>/dev/null || : > > > + > > > + if [ -e $kerneldir/include/generated/.vdso-offsets.h.cmd ]; then > > > + rm $kerneldir/include/generated/.vdso-offsets.h.cmd > > > + fi > > > ) > > > > > > # now grab the chunks from the source tree that we need > > > -- > > > 2.19.0.dirty > > > > > > > > > > > > > > > > > > -- > > - Thou shalt not follow the NULL pointer, for chaos and madness await > > thee at its end > > - "Use the force Harry" - Gandalf, Star Trek II > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#144420): https://lists.openembedded.org/g/openembedded-core/message/144420 Mute This Topic: https://lists.openembedded.org/mt/77885275/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
