[rtems-libbsd commit] CONTRIBUTING: mention pyelftools dependency

Christian Mauderer christianm at rtems.org
Fri May 24 19:37:36 UTC 2019


Module:    rtems-libbsd
Branch:    master
Commit:    9a4ed64d5acc20cd3488a633bd78cad7d1708081
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=9a4ed64d5acc20cd3488a633bd78cad7d1708081

Author:    Vijay Kumar Banerjee <vijaykumar9597 at gmail.com>
Date:      Sun May 19 17:03:50 2019 +0530

CONTRIBUTING: mention pyelftools dependency

---

 CONTRIBUTING.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 78be5ca..f2e5da2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -181,6 +181,9 @@ original FreeBSD code.
   `python ./userspace-header-gen.py build/arm-rtems4.12-xilinx_zynq_a9_qemu/freebsd/sbin/pfctl/*.o -p pfctl`
   Replace the name (given via -p option) by the name of the userspace tool. It
   has to match the name that is used in the RTEMS linker set further below.
+  `Note:` the script `userspace-header-gen.py` depends on pyelftools. It can be
+  installed using pip:
+  `pip install --user pyelftools`
 * If you regenerated files that have already been generated, you may have to
   remove RTEMS-specific names from the namespace. The defaults (linker set names
   and rtems_bsd_program_.*) should already be filtered.




More information about the vc mailing list