diff options
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index ce07055f87..edd0004792 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc | |||
| @@ -18,3 +18,5 @@ SRC_URI = "git://git.denx.de/u-boot.git \ | |||
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 21 | B = "${WORKDIR}/build" | ||
| 22 | do_configure[cleandirs] = "${B}" | ||
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 55d8b47870..ec777628c5 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | SUMMARY = "Universal Boot Loader for embedded devices" | 1 | SUMMARY = "Universal Boot Loader for embedded devices" |
| 2 | PROVIDES = "virtual/bootloader" | 2 | PROVIDES = "virtual/bootloader" |
| 3 | 3 | ||
| 4 | B = "${WORKDIR}/build" | ||
| 5 | |||
| 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 4 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 7 | 5 | ||
| 8 | DEPENDS += "kern-tools-native" | 6 | DEPENDS += "kern-tools-native" |
