diff options
author | Daisuke Yamane <yamane07ynct@gmail.com> | 2020-01-23 10:33:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-27 16:48:09 +0000 |
commit | 97c882303e444d994c1f5be8c4d9a9472496d3ef (patch) | |
tree | a7832564b349749812b520a5711717da63b551ba /meta/recipes-bsp/u-boot/u-boot.inc | |
parent | dd2f172fe18439e113c51a81ebf18916038c42bd (diff) | |
download | poky-97c882303e444d994c1f5be8c4d9a9472496d3ef.tar.gz |
u-boot: Move B from u-boot.inc to u-boot-common.inc
Use the same value of B between u-boot and u-boot-tools.
This patch also enable the out-of-tree builds of u-boot-tools actually.
(From OE-Core rev: 26023b6b0f897842fd98b3e10a8acd5b3ad8f418)
Signed-off-by: Daisuke Yamane <yamane07ynct@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot.inc')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot.inc | 2 |
1 files changed, 0 insertions, 2 deletions
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" |