meta-digi-arm: u-boot-dey: Do not use external compilation unless multiple
u-boots are being build. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
da92e2f07d
commit
9585e313af
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue