From 9585e313af2d551a6c7199b6f85a9bd5424f3e06 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Tue, 21 Jun 2016 17:11:14 +0200 Subject: [PATCH] meta-digi-arm: u-boot-dey: Do not use external compilation unless multiple u-boots are being build. Signed-off-by: Alex Gonzalez --- meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2015.04.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2015.04.bb b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2015.04.bb index 9b808d07c..bca380c35 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2015.04.bb +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2015.04.bb @@ -91,7 +91,7 @@ do_compile () { for var in ${UBOOT_EXTRA_CONF}; do echo "${var}" >> .config done - oe_runmake O=${config} oldconfig + oe_runmake oldconfig oe_runmake ${UBOOT_MAKE_TARGET} fi