From: Otavio Salvador Date: Wed, 2 Dec 2015 12:51:00 +0000 (-0200) Subject: xf86-video-imxfb-vivante: Stop running 'make' in debug mode X-Git-Tag: 2.1~177 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=22361d1eaaf8b850578839fd7fd395ec61347063;p=meta-freescale.git xf86-video-imxfb-vivante: Stop running 'make' in debug mode 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 --- diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc index d35364b0..83a3478c 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 \