Files
poky/meta/recipes-devtools
Mark Hatle 05a6710467 prelink: Change the behavior to avoid checking USER_CLASSES
The behavior before this change was to check USER_CLASSES and adjust
the install script to return either exit 0 (don't do anything) or
exit 1 (run on first boot).  This enabled a user to include the prelink
package without enablign the image-prelink bbclass and get a first boot
prelink.

Checking USER_CLASSES is not desired, as an image should be able to simply
inherit the image-prelink and get the same type of behavior.  Modifying
the recipe based on the inclusion of a class is a bad idea as it makes
this style work more difficult.  So we move to a more defined strategy
based on exist uses.  (That we know of...)

If we ae doing a cross install, we want to avoid prelinking.
Prelinking during a cross install should be handled by the image-prelink
bbclass.  If the user desires this to run on the target at first boot
they will need to create a custom boot script.

[YOCTO #11169]

(From OE-Core rev: e31c9d32072b9cf62c0e9e55b4d421849d3d489b)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-08-19 22:15:39 +01:00
..
2017-07-30 08:46:20 +01:00
2017-08-16 00:03:13 +01:00
2017-07-21 11:12:44 +01:00
2017-08-13 09:27:38 +01:00
2017-08-09 09:24:16 +01:00
2017-08-09 09:24:15 +01:00
2017-06-28 15:52:18 +01:00
2017-08-18 10:40:26 +01:00
2017-06-28 20:55:08 +01:00
2017-08-13 09:27:38 +01:00
2017-06-28 15:52:18 +01:00
2017-03-01 23:27:06 +00:00
2017-08-17 00:21:14 +01:00
2017-05-12 08:51:09 +01:00
2017-08-13 09:27:37 +01:00
2017-06-22 09:16:00 +01:00
2017-05-29 15:15:20 +01:00
2017-07-31 15:13:31 +01:00
2017-07-21 22:51:38 +01:00
2017-04-05 23:22:13 +01:00
2017-08-19 22:15:39 +01:00
2017-07-06 14:38:14 +01:00
2017-02-23 12:49:51 -08:00
2017-08-17 00:21:14 +01:00
2017-06-28 20:55:08 +01:00
2017-07-27 22:36:53 +01:00