Correctly generate .config file for the compilation

pull/279/head
Andrey Lebedev 2020-01-25 12:53:32 +02:00
parent 3107a0c1c9
commit b88a5c62f1
No known key found for this signature in database
GPG Key ID: D9EC317023D5B880
1 changed files with 4 additions and 0 deletions

View File

@ -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}
}