[Buildroot] [PATCH 1/1] boot/uboot: fix compilation with PER_PACKAGE_DIRECTORIES enable

Yann E. MORIN yann.morin.1998 at free.fr
Sat Mar 13 08:14:34 UTC 2021


Nicolas, All,

On 2021-03-10 17:16 +0100, Nicolas Toromanoff spake thusly:
> If PER_PACKAGE_DIRECTORIES=Y and using host-make package
> (because BR2_FORCE_HOST_BUILD=Y or local make is too old)
> .stamp_dotconfig target needs per-package/uboot/host/bin/host-make that doesn't exist yet.
> Add host-make into UBOOT_KCONFIG_DEPENDENCIES.

At first, I was a bit confused because BR2_MAKE_HOST_DEPENDENCY is
already a dependency of uboot... So I slightly rephrased the commit
title to emphasize that this is related to the kconfig dependencies.

> Signed-off-by: Nicolas Toromanoff <nicolas.toromanoff at foss.st.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  boot/uboot/uboot.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
> index bb4598002252..dbe82e65b17e 100644
> --- a/boot/uboot/uboot.mk
> +++ b/boot/uboot/uboot.mk
> @@ -498,6 +498,7 @@ $(eval $(generic-package))
>  else ifeq ($(BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG),y)
>  UBOOT_MAKE_ENV = $(TARGET_MAKE_ENV)
>  UBOOT_KCONFIG_DEPENDENCIES = \
> +	$(BR2_MAKE_HOST_DEPENDENCY) \
>  	$(BR2_BISON_HOST_DEPENDENCY) \
>  	$(BR2_FLEX_HOST_DEPENDENCY)
>  $(eval $(kconfig-package))
> -- 
> 2.17.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list