[PATCH] Removed references to legacy network config options in user/bld/index.rst as those options are no longer valid

Gedare Bloom gedare at rtems.org
Thu May 6 04:29:58 UTC 2021


On Wed, May 5, 2021 at 7:12 PM Vijay Kumar Banerjee <vijay at rtems.org> wrote:
>
> Hi Harrison,
>
> The patch looks good, just a little change is required. You'll notice
> that we follow a pattern in our commit messages. First, write the name
> of the file changed, then a short description of the change and then,
> if applicable, a longer description in the commit message.
> This message could be written as "user/bld/index.rst: short description here".
>
> Thanks for working on updating the documentation.
>
See also: https://docs.rtems.org/branches/master/eng/vc-users.html#creating-a-patch
and it links to https://devel.rtems.org/wiki/Developer/Git#GitCommits

>
> Best regards,
> Vijay
>
> On Wed, May 5, 2021 at 3:23 PM Harrison Gerber <gerberhe11 at gmail.com> wrote:
> >
> > From: Harrison <hgerber at uccs.edu>
> >
Make sure your git.username is a complete/legal name, this is for
attribution purposes.

> > ---
> >  user/bld/index.rst | 7 -------
> >  1 file changed, 7 deletions(-)
> >
> > diff --git a/user/bld/index.rst b/user/bld/index.rst
> > index ebedf5a..411b3a2 100644
> > --- a/user/bld/index.rst
> > +++ b/user/bld/index.rst
> > @@ -309,10 +309,6 @@ in the configuration file.
> >          Set ``RTEMS_MULTIPROCESSING`` to ``True`` or ``False`` in the BSP
> >          section of the configuration file.
> >
> > -``--enable-networking`` | ``--disable-networking``
> > -        Set ``RTEMS_NETWORKING`` to ``True`` or ``False`` in the BSP section of
> > -        the configuration file.
> > -
> >  ``--enable-paravirt`` | ``--disable-paravirt``
> >          Set ``RTEMS_PARAVIRT`` to ``True`` or ``False`` in the BSP section of
> >          the configuration file.
> > @@ -354,9 +350,6 @@ Please have a look at the following example configuration file.
> >      # --enable-multiprocessing
> >      RTEMS_MULTIPROCESSING = False
> >
> > -    # --enable-networking
> > -    RTEMS_NETWORKING = True
> > -
> >      # --disable-paravirt
> >      RTEMS_PARAVIRT = False
> >
> > --
> > 2.25.1
> >
> > _______________________________________________
> > devel mailing list
> > devel at rtems.org
> > http://lists.rtems.org/mailman/listinfo/devel
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list