Re: [OE-core] [PATCH 0/2] Fix prelink to avoid first boot script

2011-06-29 Thread Richard Purdie
On Tue, 2011-06-28 at 20:42 -0500, Mark Hatle wrote: > In most cases the user will have the image-prelink enabled, which will > prelink the target image at image creation time. If this is enabled > we want to avoid prelinking at first boot. We do this by setting the > script exit status to '0' if

[OE-core] [PATCH 0/2] Fix prelink to avoid first boot script

2011-06-28 Thread Mark Hatle
In most cases the user will have the image-prelink enabled, which will prelink the target image at image creation time. If this is enabled we want to avoid prelinking at first boot. We do this by setting the script exit status to '0' if we detect we're on the host. Also fixes a small bug found i