diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-28 11:49:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-04 10:55:02 +0000 |
commit | c665a29e7932de30c3481b7593d4b19a3a6cafc9 (patch) | |
tree | 4f31c7b3d753e228890606e79feec5991c42a00c /documentation/dev-manual | |
parent | 3fc4576c848d6927929ceeaa195cd498deb47827 (diff) | |
download | poky-c665a29e7932de30c3481b7593d4b19a3a6cafc9.tar.gz |
dev-manual: Add a note about prelink changing prebuild binaries
(From yocto-docs rev: 515cfe544ff7a96c20b3f94061e54fb60a8725f7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 6c023ee1328bb31ececd9e1daaac67351c8320e3)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-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 79595d58ae..d401d3b4ee 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 | ||