From 4847e250c4d632df7928fc85ea3424a8f8e2b206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 10 Apr 2018 18:30:49 +0200 Subject: [PATCH] Manual.md: describe noverifyrdeps and skiprdeps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- Manual.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Manual.md b/Manual.md index 04a4315ce3..fd97909464 100644 --- a/Manual.md +++ b/Manual.md @@ -525,6 +525,15 @@ default all binaries are stripped. - `noshlibprovides` If set, the ELF binaries won't be inspected to collect the provided sonames in shared libraries. +- `noverifyrdeps` If set, the ELF binaries and shared libaries won't be inspected to collect +their reverse dependencies. You need to specify all dependencies in the `depends` when you +need to set this. + +- `skiprdeps` If set, contains the list of filenames specified by their absolute path in +the `$DESTDIR` which will not be scanned for reverse dependencies. This may be useful to +skip files which are not meant to be run or loaded on the host but are to be sent to some +target device or emulation. + - `nocross` If set, cross compilation won't be allowed and will exit immediately. This should be set to a string describing why it fails, or a link to a travis buildlog demonstrating the failure.