From b2f0d28f4929f2a2e74dc53bc63848bd0d109d14 Mon Sep 17 00:00:00 2001 From: Andrey Lebedev Date: Sat, 25 Jan 2020 12:53:32 +0200 Subject: [PATCH] Correctly generate .config file for the compilation --- recipes-bsp/u-boot/u-boot-sunxi.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-sunxi.bb b/recipes-bsp/u-boot/u-boot-sunxi.bb index eb6a3fa..1fb17a0 100644 --- a/recipes-bsp/u-boot/u-boot-sunxi.bb +++ b/recipes-bsp/u-boot/u-boot-sunxi.bb @@ -36,3 +36,7 @@ S = "${WORKDIR}/git" PACKAGE_ARCH = "${MACHINE_ARCH}" SPL_BINARY="u-boot-sunxi-with-spl.bin" + +do_configure () { + oe_runmake -C ${S} O=${B} ${UBOOT_MACHINE} +}