[OE-core] [PATCH] x264: add textrel to INSANE_SKIP to skip the warning
Phil Blundell
pb at pbcl.net
Thu Sep 15 10:07:10 UTC 2016
On Thu, 2016-09-15 at 12:22 +0530, Sujith H wrote:
> From: Fahad Usman <fahad_usman at mentor.com>
>
> This change help fix the warning message:
>
> x264/r2491+gitAUTOINC+c8a773ebfc-r0/packages-
> split/x264/usr/lib/libx264.so.144' has relocations in .text [textrel]
>
> Adding textrel to INSANE_SKIP resolves this issue.
This is a poor commit message. Adding textrel to INSANE_SKIP prevents
the check from being done, so it is fairly self-evident that it will
suppress the corresponding warning message. Please add an explanation
of why this is an appropriate thing to do, i.e. why the textrels are
present and why you can't get rid of them by other means.
In particular please clarify whether you want to do this because the
textrels are absolutely unavoidable for some reason on your
architecture, or just because you think this is a good trade-off for
performance. If the latter then I think the change probably belongs in
a distro or BSP layer not in oe-core.
p.
More information about the Openembedded-core
mailing list