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 <[email protected]> --- 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 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
