[PATCH rtems-docs] legacy-networking: Add note with build instructions for rtems-net-legacy

Gedare Bloom gedare at rtems.org
Thu Apr 22 18:18:25 UTC 2021


On Thu, Apr 22, 2021 at 12:08 PM Vijay Kumar Banerjee <vijay at rtems.org> wrote:
>
> ping. :)
>
> On Mon, Apr 19, 2021 at 12:12 PM Vijay Kumar Banerjee <vijay at rtems.org> wrote:
> >
> > ---
> >  legacy-networking/index.rst       |  1 +
> >  legacy-networking/quick_start.rst | 29 +++++++++++++++++++++++++++++
> >  2 files changed, 30 insertions(+)
> >  create mode 100644 legacy-networking/quick_start.rst
> >
> > diff --git a/legacy-networking/index.rst b/legacy-networking/index.rst
> > index b85119d..acbfd35 100644
> > --- a/legacy-networking/index.rst
> > +++ b/legacy-networking/index.rst
> > @@ -22,6 +22,7 @@ RTEMS Legacy Network User Manual (|version|).
> >         :numbered:
> >
> >         preface
> > +       quick_start
> >         network_task_structure
> >         networking_driver
> >         using_networking_rtems_app
> > diff --git a/legacy-networking/quick_start.rst b/legacy-networking/quick_start.rst
> > new file mode 100644
> > index 0000000..97ea71c
> > --- /dev/null
> > +++ b/legacy-networking/quick_start.rst
> > @@ -0,0 +1,29 @@
> > +.. SPDX-License-Identifier: CC-BY-SA-4.0
> > +
> > +Quick Start
> > +#######
> > +
> > +This legacy networking is now a standalone repository and needs to be built
> > +separately.
> > +
> > +The repository can be found here: https://git.rtems.org/rtems-net-legacy/
> > +
> > +The RSB build recipe for legacy networking is:
I guess it should be obvious, but maybe make a clarification like "on
the powerpc beatnik BSP with rtems version 6 for example is:"

> > +
> > +  .. code-block:: shell
> > +
> > +        ../source-builder/sb-set-builder \
> > +        --prefix=/path/to/rtems/prefix \
> > +        6/rtems-net-legacy \
> > +        --host=powerpc-rtems6 \
> > +        --with-rtems-bsp=beatnik
> > +
> > +Manually building the rtems-net-legacy repo:
> > +
> > +  .. code-block:: shell
> > +
> > +        git submodule init
> > +        git submodule update
> > +        ./waf configure --prefix=/path/to/rtems/prefix
> > +        ./waf
> > +        ./waf install

And maybe indicate that more details can be found in the README.waf?

> > --
> > 2.26.2
> >
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list