diff options
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-configure.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-configure.inc b/meta/recipes-bsp/u-boot/u-boot-configure.inc index 235623d25a..378d675364 100644 --- a/meta/recipes-bsp/u-boot/u-boot-configure.inc +++ b/meta/recipes-bsp/u-boot/u-boot-configure.inc | |||
@@ -8,6 +8,8 @@ inherit uboot-config cml1 | |||
8 | 8 | ||
9 | DEPENDS += "kern-tools-native" | 9 | DEPENDS += "kern-tools-native" |
10 | 10 | ||
11 | CONFIGURE_FILES = "${@d.getVar('UBOOT_MACHINE') or '.config'}" | ||
12 | |||
11 | do_configure () { | 13 | do_configure () { |
12 | if [ -n "${UBOOT_CONFIG}" ]; then | 14 | if [ -n "${UBOOT_CONFIG}" ]; then |
13 | unset i j | 15 | unset i j |