summaryrefslogtreecommitdiffstats
path: root/doc/ref_make_macros.rst
Commit message (Collapse)AuthorAgeFilesLines
* doc: ref_make_macros: document world/image-fit macroRoland Hieber2023-09-151-0/+38
| | | | | | Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20230912165759.3492269-3-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* install_archive: add 'strip' argumentMichael Olbrich2023-06-161-1/+3
| | | | | | | | It already implemented by the code shared with install_tree. So just add the missing bits to hook it up. This way stripping can be skipped, when an archive is extracted into the rootfs. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: add missing '['Michael Olbrich2023-06-161-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: ref: document config hash macros and variablesRoland Hieber2022-12-091-0/+18
| | | | | | Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20221206111211.3961424-3-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: ref_make_macros: add missing synopsesRoland Hieber2022-12-091-7/+23
| | | | | | Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20221206111211.3961424-2-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: ref_make_macros: fix jump targetRoland Hieber2022-12-091-2/+2
| | | | | | | Fixes: 3694633183ae70aeba06 ("rules: introduce new macros to install files to images/") Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20221206111211.3961424-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: Fix sphinx warningThorsten Scherer2022-12-021-1/+1
| | | | | | | | | ref_make_macros.rst:158: WARNING: Could not lex literal_block as "make". Highlighting skipped. Use "code-block:: none" as in doc/dev_add_bin_only_files.rst. Message-Id: <20221201082636.q7j5ijxxu33m5vaf@NB142.eckelmann.group> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: introduce new macros to install files to images/Michael Olbrich2022-03-041-0/+27
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Add macro 'noyes' as reverse of 'yesno'Alexander Dahl2021-10-291-0/+3
| | | | | | | | This will be useful for some packages using scons. Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20211025130910.7257-2-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: ref_make_macros: make clear that permission should be four digitsRoland Hieber2020-08-211-3/+3
| | | | | | | | | | | | Three octal digits are not enough, we must also respect the sticky/setuid/setgid bits. Even if these are mostly implied to be 0, we should be explicit here. This should also help to prevent permission clashes when more than one packages install the same directory. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Acked-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20200819105909.21441-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: ref_make_macros: unify and fix label namesRoland Hieber2020-08-211-5/+3
| | | | | | | | | | The install_copy label was in the wrong place, remove it. We already had install_copy,reference too. Remove the ',reference' part from the already existing to be in line with the other labels in the same file. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20200819105144.17850-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: ref_manual: break up large HTML file into smaller chaptersRoland Hieber2020-06-051-0/+810
This chapter is getting very long and could also profit from an extra table of contents. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20200604121533.27886-2-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>