From 4d2af88c9b968c5f68806e2c559bfd2f005c47ba Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 2 Dec 2015 10:51:00 -0200 Subject: 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 --- 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 \ -- cgit v1.2.3-54-g00ecf