[meta-freescale] [meta-fsl-arm PATCH 1/4] xf86-video-imxfb-vivante: Stop running 'make' in debug mode

Otavio Salvador otavio at ossystems.com.br
Wed Dec 2 06:00:53 PST 2015


There is no need to run 'make' in debug mode, by default, as it
increases log size and build time for no good reason.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

 recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc
index d35364b..83a3478 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc
@@ -20,7 +20,7 @@ INITSCRIPT_PACKAGES = "xserver-xorg-extension-viv-autohdmi"
 INITSCRIPT_NAME = "rc.autohdmi"
 INITSCRIPT_PARAMS = "start 99 2 3 4 5 ."
 
-EXTRA_OEMAKE += "-C ${S} -d -f Makefile prefix=${D}/usr \
+EXTRA_OEMAKE += "-C ${S} -f Makefile prefix=${D}/usr \
                  sysroot=${STAGING_DIR_TARGET} \
                  BUSID_HAS_NUMBER=1 \
                  BUILD_IN_YOCTO=1 \
-- 
2.6.2



More information about the meta-freescale mailing list