diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-28 11:49:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-30 12:09:21 +0000 |
commit | e9f089562775eb09374e8eacdc2b36a723f82f28 (patch) | |
tree | 0f4d734f7b1ab3e8bad16ac0fce7620b6c6d615b /documentation/dev-manual/dev-manual-common-tasks.rst | |
parent | 6de21a42a63ac2b08318484ee35ccd3c6c65c732 (diff) | |
download | poky-e9f089562775eb09374e8eacdc2b36a723f82f28.tar.gz |
dev-manual: Add a note about prelink changing prebuild binaries
(From yocto-docs rev: 6c023ee1328bb31ececd9e1daaac67351c8320e3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.rst')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst index 0630040e68..27aacde609 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.rst +++ b/documentation/dev-manual/dev-manual-common-tasks.rst | |||
@@ -2602,6 +2602,13 @@ doing the following: | |||
2602 | where you have installed them and whether those files are in | 2602 | where you have installed them and whether those files are in |
2603 | different locations than the defaults. | 2603 | different locations than the defaults. |
2604 | 2604 | ||
2605 | .. note:: | ||
2606 | |||
2607 | If image prelinking is enabled (e.g. "image-prelink" is in :term:`USER_CLASSES` | ||
2608 | which it is by default), prelink will change the binaries in the generated images | ||
2609 | and this often catches people out. Remove that class to ensure binaries are | ||
2610 | preserved exactly if that is necessary. | ||
2611 | |||
2605 | Following Recipe Style Guidelines | 2612 | Following Recipe Style Guidelines |
2606 | --------------------------------- | 2613 | --------------------------------- |
2607 | 2614 | ||