mbox series

[meta-oe,0/161] Drop unnecessary SRC_URI md5sum

Message ID 20241105183658.34982-2-schonm@gmail.com
Headers show
Series Drop unnecessary SRC_URI md5sum | expand

Message

Jason Schonberg Nov. 5, 2024, 6:24 p.m. UTC
Following the note in section 5.5 found here :
  https://docs.yoctoproject.org/dev-manual/new-recipe.html?highlight=md5sum#fetching-code
drop the use of the SRC_URI[md5sum] where SRC_URI[sha256sum] is already being used.

Thanks,
Jason Schonberg

Comments

Khem Raj Nov. 5, 2024, 9:10 p.m. UTC | #1
Thanks for this much needed cleanup. I see that it says patch 0/161,
but then I only see 99 patches on ML.
so something is amiss here. I wonder if there is some throttling on
mailer or some such. so perhaps send 100 onwards
as a new patch series. If nothing works create a pull request

On Tue, Nov 5, 2024 at 10:54 AM J. S. via lists.openembedded.org
<schonm=gmail.com@lists.openembedded.org> wrote:
>
> Following the note in section 5.5 found here :
>   https://docs.yoctoproject.org/dev-manual/new-recipe.html?highlight=md5sum#fetching-code
> drop the use of the SRC_URI[md5sum] where SRC_URI[sha256sum] is already being used.
>
> Thanks,
> Jason Schonberg
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#113515): https://lists.openembedded.org/g/openembedded-devel/message/113515
> Mute This Topic: https://lists.openembedded.org/mt/109411793/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Jason Schonberg Nov. 5, 2024, 9:24 p.m. UTC | #2
I did indeed run into mail throttling.  I will keep my submissions
shorter in the future.

The remaining 100-161 should be on the mailing list at this point.

Please let me know if you encounter any issues.

Thanks,
Jason Schonberg

On Tue, Nov 5, 2024 at 4:10 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> Thanks for this much needed cleanup. I see that it says patch 0/161,
> but then I only see 99 patches on ML.
> so something is amiss here. I wonder if there is some throttling on
> mailer or some such. so perhaps send 100 onwards
> as a new patch series. If nothing works create a pull request
>
> On Tue, Nov 5, 2024 at 10:54 AM J. S. via lists.openembedded.org
> <schonm=gmail.com@lists.openembedded.org> wrote:
> >
> > Following the note in section 5.5 found here :
> >   https://docs.yoctoproject.org/dev-manual/new-recipe.html?highlight=md5sum#fetching-code
> > drop the use of the SRC_URI[md5sum] where SRC_URI[sha256sum] is already being used.
> >
> > Thanks,
> > Jason Schonberg
> >
> >
> > 
> >
Martin Jansa Nov. 5, 2024, 11:02 p.m. UTC | #3
Why not send all these simple one line changes in single commit per
layer? They aren't controversial nor need separate explanation for
each recipe.

On Tue, Nov 5, 2024 at 11:59 PM J. S. via lists.openembedded.org
<schonm=gmail.com@lists.openembedded.org> wrote:
>
> I did indeed run into mail throttling.  I will keep my submissions
> shorter in the future.
>
> The remaining 100-161 should be on the mailing list at this point.
>
> Please let me know if you encounter any issues.
>
> Thanks,
> Jason Schonberg
>
> On Tue, Nov 5, 2024 at 4:10 PM Khem Raj <raj.khem@gmail.com> wrote:
> >
> > Thanks for this much needed cleanup. I see that it says patch 0/161,
> > but then I only see 99 patches on ML.
> > so something is amiss here. I wonder if there is some throttling on
> > mailer or some such. so perhaps send 100 onwards
> > as a new patch series. If nothing works create a pull request
> >
> > On Tue, Nov 5, 2024 at 10:54 AM J. S. via lists.openembedded.org
> > <schonm=gmail.com@lists.openembedded.org> wrote:
> > >
> > > Following the note in section 5.5 found here :
> > >   https://docs.yoctoproject.org/dev-manual/new-recipe.html?highlight=md5sum#fetching-code
> > > drop the use of the SRC_URI[md5sum] where SRC_URI[sha256sum] is already being used.
> > >
> > > Thanks,
> > > Jason Schonberg
> > >
> > >
> > >
> > >
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#113678): https://lists.openembedded.org/g/openembedded-devel/message/113678
> Mute This Topic: https://lists.openembedded.org/mt/109411793/3617156
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [martin.jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Jason Schonberg Nov. 5, 2024, 11:31 p.m. UTC | #4
I can certainly do it that way if that is how folks want it done.  I
had been under the impression that folks wanted changes divided out by
recipe since it would make taking patches to other branches easier.

On Tue, Nov 5, 2024 at 6:02 PM Martin Jansa <martin.jansa@gmail.com> wrote:
>
> Why not send all these simple one line changes in single commit per
> layer? They aren't controversial nor need separate explanation for
> each recipe.
>
> On Tue, Nov 5, 2024 at 11:59 PM J. S. via lists.openembedded.org
> <schonm=gmail.com@lists.openembedded.org> wrote:
> >
> > I did indeed run into mail throttling.  I will keep my submissions
> > shorter in the future.
> >
> > The remaining 100-161 should be on the mailing list at this point.
> >
> > Please let me know if you encounter any issues.
> >
> > Thanks,
> > Jason Schonberg
> >
> > On Tue, Nov 5, 2024 at 4:10 PM Khem Raj <raj.khem@gmail.com> wrote:
> > >
> > > Thanks for this much needed cleanup. I see that it says patch 0/161,
> > > but then I only see 99 patches on ML.
> > > so something is amiss here. I wonder if there is some throttling on
> > > mailer or some such. so perhaps send 100 onwards
> > > as a new patch series. If nothing works create a pull request
> > >
> > > On Tue, Nov 5, 2024 at 10:54 AM J. S. via lists.openembedded.org
> > > <schonm=gmail.com@lists.openembedded.org> wrote:
> > > >
> > > > Following the note in section 5.5 found here :
> > > >   https://docs.yoctoproject.org/dev-manual/new-recipe.html?highlight=md5sum#fetching-code
> > > > drop the use of the SRC_URI[md5sum] where SRC_URI[sha256sum] is already being used.
> > > >
> > > > Thanks,
> > > > Jason Schonberg
> > > >
> > > >
> > > >
> > > >
> >
> > 
> >
Khem Raj Nov. 6, 2024, 1:08 a.m. UTC | #5
yeah I think thats perhaps a better way to get this all in once.

On Tue, Nov 5, 2024 at 3:02 PM Martin Jansa <martin.jansa@gmail.com> wrote:
>
> Why not send all these simple one line changes in single commit per
> layer? They aren't controversial nor need separate explanation for
> each recipe.
>
> On Tue, Nov 5, 2024 at 11:59 PM J. S. via lists.openembedded.org
> <schonm=gmail.com@lists.openembedded.org> wrote:
> >
> > I did indeed run into mail throttling.  I will keep my submissions
> > shorter in the future.
> >
> > The remaining 100-161 should be on the mailing list at this point.
> >
> > Please let me know if you encounter any issues.
> >
> > Thanks,
> > Jason Schonberg
> >
> > On Tue, Nov 5, 2024 at 4:10 PM Khem Raj <raj.khem@gmail.com> wrote:
> > >
> > > Thanks for this much needed cleanup. I see that it says patch 0/161,
> > > but then I only see 99 patches on ML.
> > > so something is amiss here. I wonder if there is some throttling on
> > > mailer or some such. so perhaps send 100 onwards
> > > as a new patch series. If nothing works create a pull request
> > >
> > > On Tue, Nov 5, 2024 at 10:54 AM J. S. via lists.openembedded.org
> > > <schonm=gmail.com@lists.openembedded.org> wrote:
> > > >
> > > > Following the note in section 5.5 found here :
> > > >   https://docs.yoctoproject.org/dev-manual/new-recipe.html?highlight=md5sum#fetching-code
> > > > drop the use of the SRC_URI[md5sum] where SRC_URI[sha256sum] is already being used.
> > > >
> > > > Thanks,
> > > > Jason Schonberg
> > > >
> > > >
> > > >
> > > >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#113678): https://lists.openembedded.org/g/openembedded-devel/message/113678
> > Mute This Topic: https://lists.openembedded.org/mt/109411793/3617156
> > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [martin.jansa@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
Khem Raj Nov. 6, 2024, 1:09 a.m. UTC | #6
in the broken down list patch 107 is missing, as well. I would say do
all 161 recipes in one go in single patch.

On Tue, Nov 5, 2024 at 5:08 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> yeah I think thats perhaps a better way to get this all in once.
>
> On Tue, Nov 5, 2024 at 3:02 PM Martin Jansa <martin.jansa@gmail.com> wrote:
> >
> > Why not send all these simple one line changes in single commit per
> > layer? They aren't controversial nor need separate explanation for
> > each recipe.
> >
> > On Tue, Nov 5, 2024 at 11:59 PM J. S. via lists.openembedded.org
> > <schonm=gmail.com@lists.openembedded.org> wrote:
> > >
> > > I did indeed run into mail throttling.  I will keep my submissions
> > > shorter in the future.
> > >
> > > The remaining 100-161 should be on the mailing list at this point.
> > >
> > > Please let me know if you encounter any issues.
> > >
> > > Thanks,
> > > Jason Schonberg
> > >
> > > On Tue, Nov 5, 2024 at 4:10 PM Khem Raj <raj.khem@gmail.com> wrote:
> > > >
> > > > Thanks for this much needed cleanup. I see that it says patch 0/161,
> > > > but then I only see 99 patches on ML.
> > > > so something is amiss here. I wonder if there is some throttling on
> > > > mailer or some such. so perhaps send 100 onwards
> > > > as a new patch series. If nothing works create a pull request
> > > >
> > > > On Tue, Nov 5, 2024 at 10:54 AM J. S. via lists.openembedded.org
> > > > <schonm=gmail.com@lists.openembedded.org> wrote:
> > > > >
> > > > > Following the note in section 5.5 found here :
> > > > >   https://docs.yoctoproject.org/dev-manual/new-recipe.html?highlight=md5sum#fetching-code
> > > > > drop the use of the SRC_URI[md5sum] where SRC_URI[sha256sum] is already being used.
> > > > >
> > > > > Thanks,
> > > > > Jason Schonberg
> > > > >
> > > > >
> > > > >
> > > > >
> > >
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > > Links: You receive all messages sent to this group.
> > > View/Reply Online (#113678): https://lists.openembedded.org/g/openembedded-devel/message/113678
> > > Mute This Topic: https://lists.openembedded.org/mt/109411793/3617156
> > > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [martin.jansa@gmail.com]
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > >