diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-23 16:04:30 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-23 21:54:09 +0100 |
commit | 2f886ee34a147de207d09f4ddb7b17f6f4ccee96 (patch) | |
tree | 1302032753b9c0b6f1cc886a12ddf7b46ab58a7e /docs/manual | |
parent | 9ea28e8a43c97a863b56636b37ddb937f616fd9f (diff) | |
download | buildroot-2f886ee34a147de207d09f4ddb7b17f6f4ccee96.tar.gz buildroot-2f886ee34a147de207d09f4ddb7b17f6f4ccee96.zip |
docs/manual: reference Python and Lua infras from the list of package infrastructures
[Peter: adjust wording as suggested by Yann]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/adding-packages-directory.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index 754a14505f..40e543c8bd 100644 --- a/docs/manual/adding-packages-directory.txt +++ b/docs/manual/adding-packages-directory.txt @@ -323,5 +323,16 @@ different way, using different infrastructures: CMake. We cover them through a xref:cmake-package-tutorial[tutorial] and xref:cmake-package-reference[reference]. +* *Makefiles for Python modules*: We have a dedicated infrastructure + for Python modules that use either the +distutils+ or the + +setuptools+ mechanism. We cover them through a + xref:python-package-tutorial[tutorial] and a + xref:python-package-reference[reference]. + +* *Makefiles for Lua modules*: We have a dedicated infrastructure for + Lua modules available through the LuaRocks web site. We cover them + through a xref:luarocks-package-tutorial[tutorial] and a + xref:luarocks-package-reference[reference]. + Further formatting details: see xref:writing-rules-mk[the writing rules]. |