]> code.ossystems Code Review - meta-freescale.git/commitdiff
xf86-video-imxfb-vivante: Stop running 'make' in debug mode
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 2 Dec 2015 12:51:00 +0000 (10:51 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:22 +0000 (15:03 -0300)
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@ossystems.com.br>
recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc

index d35364b081268a77913faca3933e18f91f02abb4..83a3478c4eade7b6f044ca03767ce6404c270bd5 100644 (file)
@@ -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 \