All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] boot/barebox: needs host-{flex,bison}
@ 2019-07-02 20:13 Marcin Niestroj
  2019-07-03 21:34 ` Arnout Vandecappelle
  2019-07-07  6:41 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Marcin Niestroj @ 2019-07-02 20:13 UTC (permalink / raw)
  To: buildroot

Barebox starting from 2019.02 no longer ships flex/bison generated
parser. Add conditional kconfig dependencies, same as we did for kernel
and uboot.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 boot/barebox/barebox.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
index 9e8a9f67b5..52178d89c8 100644
--- a/boot/barebox/barebox.mk
+++ b/boot/barebox/barebox.mk
@@ -76,6 +76,10 @@ $(1)_KCONFIG_FRAGMENT_FILES = $$(call qstrip,$$(BR2_TARGET_$(1)_CONFIG_FRAGMENT_
 $(1)_KCONFIG_EDITORS = menuconfig xconfig gconfig nconfig
 $(1)_KCONFIG_OPTS = $$($(1)_MAKE_FLAGS)
 
+$(1)_KCONFIG_DEPENDENCIES = \
+	$(BR2_BISON_HOST_DEPENDENCY) \
+	$(BR2_FLEX_HOST_DEPENDENCY)
+
 ifeq ($$(BR2_TARGET_$(1)_BAREBOXENV),y)
 define $(1)_BUILD_BAREBOXENV_CMDS
 	$$(TARGET_CC) $$(TARGET_CFLAGS) $$(TARGET_LDFLAGS) -o $$(@D)/bareboxenv \
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] boot/barebox: needs host-{flex,bison}
  2019-07-02 20:13 [Buildroot] [PATCH] boot/barebox: needs host-{flex,bison} Marcin Niestroj
@ 2019-07-03 21:34 ` Arnout Vandecappelle
  2019-07-07  6:41 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2019-07-03 21:34 UTC (permalink / raw)
  To: buildroot



On 02/07/2019 22:13, Marcin Niestroj wrote:
> Barebox starting from 2019.02 no longer ships flex/bison generated
> parser. Add conditional kconfig dependencies, same as we did for kernel
> and uboot.
> 
> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  boot/barebox/barebox.mk | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
> index 9e8a9f67b5..52178d89c8 100644
> --- a/boot/barebox/barebox.mk
> +++ b/boot/barebox/barebox.mk
> @@ -76,6 +76,10 @@ $(1)_KCONFIG_FRAGMENT_FILES = $$(call qstrip,$$(BR2_TARGET_$(1)_CONFIG_FRAGMENT_
>  $(1)_KCONFIG_EDITORS = menuconfig xconfig gconfig nconfig
>  $(1)_KCONFIG_OPTS = $$($(1)_MAKE_FLAGS)
>  
> +$(1)_KCONFIG_DEPENDENCIES = \
> +	$(BR2_BISON_HOST_DEPENDENCY) \
> +	$(BR2_FLEX_HOST_DEPENDENCY)
> +
>  ifeq ($$(BR2_TARGET_$(1)_BAREBOXENV),y)
>  define $(1)_BUILD_BAREBOXENV_CMDS
>  	$$(TARGET_CC) $$(TARGET_CFLAGS) $$(TARGET_LDFLAGS) -o $$(@D)/bareboxenv \
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] boot/barebox: needs host-{flex,bison}
  2019-07-02 20:13 [Buildroot] [PATCH] boot/barebox: needs host-{flex,bison} Marcin Niestroj
  2019-07-03 21:34 ` Arnout Vandecappelle
@ 2019-07-07  6:41 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-07-07  6:41 UTC (permalink / raw)
  To: buildroot

>>>>> "Marcin" == Marcin Niestroj <m.niestroj@grinn-global.com> writes:

 > Barebox starting from 2019.02 no longer ships flex/bison generated
 > parser. Add conditional kconfig dependencies, same as we did for kernel
 > and uboot.

 > Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>

Committed to 2019.02.x and 2019.05.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-07  6:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-02 20:13 [Buildroot] [PATCH] boot/barebox: needs host-{flex,bison} Marcin Niestroj
2019-07-03 21:34 ` Arnout Vandecappelle
2019-07-07  6:41 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.