[meta-freescale] [meta-fsl-arm][PATCH 2/2] gpu-viv-bin-mx6q.inc: remove warning about driver being stripped

Alexandre Belloni alexandre.belloni at piout.net
Tue Nov 27 04:55:21 PST 2012


Signed-off-by: Alexandre Belloni <alexandre.belloni at piout.net>
---
 .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc          |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
index 895ff7e..1f63a0b 100644
--- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
+++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
@@ -7,7 +7,7 @@ LICENSE = "Proprietary"
 LIC_FILES_CHKSUM = "file://usr/include/gc_vdk.h;endline=11;md5=092bc28e13d678ceaebe1a40559275fb"
 PROVIDES += "virtual/libgal-x11 virtual/egl virtual/libgles1 virtual/libgles2 libvivante-dri-mx6"
 
-INC_PR = "r0"
+INC_PR = "r1"
 
 inherit fsl-eula-unpack
 
@@ -33,6 +33,9 @@ PACKAGES =+ "libclc-mx6 libclc-mx6-dev libclc-mx6-dbg \
 	libvivante-common-mx6 libvivante-common-mx6-dev libvivante-common-mx6-dbg \
 	"
 
+# Inhibit warnings about files being stripped.
+INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
+
 # FIXME: The provided binary doesn't provide soname. If in future BSP
 # release the libraries are fixed, we can drop this hack.
 SOLIBS = "${SOLIBSDEV}"
-- 
1.7.9.5




More information about the meta-freescale mailing list