diff options
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot.inc b/meta/recipes-bsp/uboot/u-boot.inc index d1cebeedfb..058e3bad1c 100644 --- a/meta/recipes-bsp/uboot/u-boot.inc +++ b/meta/recipes-bsp/uboot/u-boot.inc | |||
@@ -14,13 +14,14 @@ EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} OPTFLAGS='-O2'" | |||
14 | UBOOT_MACHINE ?= "${MACHINE}_config" | 14 | UBOOT_MACHINE ?= "${MACHINE}_config" |
15 | UBOOT_IMAGE ?= "u-boot-${MACHINE}-${PV}-${PR}.bin" | 15 | UBOOT_IMAGE ?= "u-boot-${MACHINE}-${PV}-${PR}.bin" |
16 | UBOOT_SYMLINK ?= "u-boot-${MACHINE}.bin" | 16 | UBOOT_SYMLINK ?= "u-boot-${MACHINE}.bin" |
17 | UBOOT_MAKE_TARGET ?= "all" | ||
17 | 18 | ||
18 | do_compile () { | 19 | do_compile () { |
19 | unset LDFLAGS | 20 | unset LDFLAGS |
20 | unset CFLAGS | 21 | unset CFLAGS |
21 | unset CPPFLAGS | 22 | unset CPPFLAGS |
22 | oe_runmake ${UBOOT_MACHINE} | 23 | oe_runmake ${UBOOT_MACHINE} |
23 | oe_runmake all | 24 | oe_runmake ${UBOOT_MAKE_TARGET} |
24 | } | 25 | } |
25 | 26 | ||
26 | do_deploy () { | 27 | do_deploy () { |