All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/flashrom: disable on microblaze and xtensa
@ 2019-03-06 18:02 Fabrice Fontaine
  2019-03-07 20:36 ` Thomas Petazzoni
  2019-03-19 19:15 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-03-06 18:02 UTC (permalink / raw)
  To: buildroot

Fixes:
 - http://autobuild.buildroot.org/results/cdf0fb462eec143ea881d43cdd0c69c86122f66b
 - http://autobuild.buildroot.org/results/df4d9702959b610762e87cf21fac9de62365dae6

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/flashrom/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/flashrom/Config.in b/package/flashrom/Config.in
index 948c774133..cf1f53c1a3 100644
--- a/package/flashrom/Config.in
+++ b/package/flashrom/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_FLASHROM
 	bool "flashrom"
+	depends on !BR2_microblaze && !BR2_xtensa # platform.h
 	help
 	  flashrom is a utility for identifying, reading, writing,
 	  verifying and erasing flash chips. It is designed to flash
-- 
2.14.1

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

* [Buildroot] [PATCH 1/1] package/flashrom: disable on microblaze and xtensa
  2019-03-06 18:02 [Buildroot] [PATCH 1/1] package/flashrom: disable on microblaze and xtensa Fabrice Fontaine
@ 2019-03-07 20:36 ` Thomas Petazzoni
  2019-03-19 19:15 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-03-07 20:36 UTC (permalink / raw)
  To: buildroot

On Wed,  6 Mar 2019 19:02:16 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Fixes:
>  - http://autobuild.buildroot.org/results/cdf0fb462eec143ea881d43cdd0c69c86122f66b
>  - http://autobuild.buildroot.org/results/df4d9702959b610762e87cf21fac9de62365dae6
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/flashrom/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/flashrom: disable on microblaze and xtensa
  2019-03-06 18:02 [Buildroot] [PATCH 1/1] package/flashrom: disable on microblaze and xtensa Fabrice Fontaine
  2019-03-07 20:36 ` Thomas Petazzoni
@ 2019-03-19 19:15 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-03-19 19:15 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fixes:
 >  - http://autobuild.buildroot.org/results/cdf0fb462eec143ea881d43cdd0c69c86122f66b
 >  - http://autobuild.buildroot.org/results/df4d9702959b610762e87cf21fac9de62365dae6

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2019.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-03-19 19:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-06 18:02 [Buildroot] [PATCH 1/1] package/flashrom: disable on microblaze and xtensa Fabrice Fontaine
2019-03-07 20:36 ` Thomas Petazzoni
2019-03-19 19:15 ` 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.