1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

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>
This commit is contained in:
Richard Purdie
2020-10-28 11:49:02 +00:00
parent 3fc4576c84
commit c665a29e79
@@ -2602,6 +2602,13 @@ doing the following:
where you have installed them and whether those files are in
different locations than the defaults.
.. note::
If image prelinking is enabled (e.g. "image-prelink" is in :term:`USER_CLASSES`
which it is by default), prelink will change the binaries in the generated images
and this often catches people out. Remove that class to ensure binaries are
preserved exactly if that is necessary.
Following Recipe Style Guidelines
---------------------------------