On 10/4/18 9:12 AM, Kyle Russell wrote:
> Hey Mark,
>
> Do you think this approach is reasonable? If so, I have another patch I'd
> like
> to propose that would enable us to better catch error scenarios (like the last
> two patches address) that we might encounter during do_image_prelink. We ju
Do you want me to just resent my last two patches? I don't mind if that
would be easier, and I'll remember to add the Signed-off-by. :)
On Fri, Oct 12, 2018 at 10:00 AM Mark Hatle
wrote:
> On 10/4/18 9:12 AM, Kyle Russell wrote:
> > Hey Mark,
> >
> > Do you think this approach is reasonable? I
On Thu, 11 Oct 2018 at 18:14, Måns Zigher wrote:
> I have been struggling with a problem where I need to create a package in a
> recipe and set already-stripped for that package. The package in question is
> not the the default one so I am trying to set it by using
>
> INSANE_SKIP_${PN} += " \
>
On 10/12/18 9:06 AM, Kyle Russell wrote:
> Do you want me to just resent my last two patches? I don't mind if that would
> be easier, and I'll remember to add the Signed-off-by. :)
I was able to pull them from the mailing list archives and have them applied to
my local tree. I have a few other p
Otherwise, there's no way to validate whether or not the operation
was actually successful without rescanning.
Signed-off-by: Kyle Russell
---
src/doit.c| 16 +++-
src/main.c| 8 +++-
src/prelink.h | 2 +-
3 files changed, 19 insertions(+), 7 deletions(-)
diff --git a/
On 10/10/18 3:50 PM, Sergei Trofimovich wrote:
> COPY relocs are fine to have in PIE executables (as opposed to
> shared libraries).
>
> By enabling prelink on PIEs we achieve a few goals:
> - prelink more PIE files on system: nicer for uniformity,
> - avoid spurious warnings about shared librarie
I've a Intel Ethernet driver, ixgbe.ko. I made some changes (debug logs) to
the source file. How do I force the .ko to be regenerated within yocto
environment, without rebuilding the entire yocto code base?
I tried to do bitbake of the image name earlier, but bitbake decides that
there's noth