mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
emgd-driver-bin: avoid text relocation warnings
This commits avoids this build time warning: WARNING: QA Issue: ELF binary '/home/lserban/work/poky/build/tmp/work/core2-poky-linux/emgd-driver-bin/1.14-r4/packages-split/emgd-driver-bin/usr/lib/dri/emgd_drv_video.so' has relocations in .text Fixes this bug: [YOCTO #3525] No PR bump, because there is no change in the output. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
54816a1bba
commit
7b3810ec5e
|
|
@ -39,8 +39,8 @@ PKG_${PN}-dev = "emgd-driver-dev"
|
|||
PKG_${PN}-dbg = "emgd-driver-dbg"
|
||||
PKG_${PN}-doc = "emgd-driver-doc"
|
||||
|
||||
# These are closed binaries generated elsewhere so don't check ldflags
|
||||
INSANE_SKIP_${PN} = "ldflags"
|
||||
# These are closed binaries generated elsewhere so don't check ldflags & text relocations
|
||||
INSANE_SKIP_${PN} = "ldflags textrel"
|
||||
# Inhibit warnings about files being stripped, we can't do anything about it.
|
||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user