Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/flashrom: add BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS
@ 2019-03-07 22:08 Fabrice Fontaine
  2019-03-07 22:16 ` Thomas Petazzoni
  2019-03-19 19:16 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-03-07 22:08 UTC (permalink / raw)
  To: buildroot

Fixes:
 - http://autobuild.buildroot.org/results/22c72369cd5b7a8200bb03564bdc342ed026ccac
 - http://autobuild.buildroot.org/results/ef6869bc40382145fad1079b79107275c4973494
 - http://autobuild.buildroot.org/results/09d857102c469ede1db0bff8aa0dcd82a4001eaf

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

diff --git a/package/flashrom/Config.in b/package/flashrom/Config.in
index cf1f53c1a3..9c20f2ed2c 100644
--- a/package/flashrom/Config.in
+++ b/package/flashrom/Config.in
@@ -1,6 +1,15 @@
+config BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS
+	bool
+	default y if BR2_aarch64 || BR2_aarch64_be || BR2_arm || \
+		BR2_armeb || BR2_i386 || BR2_m68k || BR2_mips || \
+		BR2_mipsel || BR2_mips64 || BR2_mips64el || \
+		BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
+		BR2_riscv || BR2_sh || BR2_sparc || BR2_sparc64 || \
+		BR2_x86_64
+
 config BR2_PACKAGE_FLASHROM
 	bool "flashrom"
-	depends on !BR2_microblaze && !BR2_xtensa # platform.h
+	depends on BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS
 	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: add BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS
  2019-03-07 22:08 [Buildroot] [PATCH 1/1] package/flashrom: add BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS Fabrice Fontaine
@ 2019-03-07 22:16 ` Thomas Petazzoni
  2019-03-19 19:16 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-03-07 22:16 UTC (permalink / raw)
  To: buildroot

On Thu,  7 Mar 2019 23:08:24 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> diff --git a/package/flashrom/Config.in b/package/flashrom/Config.in
> index cf1f53c1a3..9c20f2ed2c 100644
> --- a/package/flashrom/Config.in
> +++ b/package/flashrom/Config.in
> @@ -1,6 +1,15 @@
> +config BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS
> +	bool
> +	default y if BR2_aarch64 || BR2_aarch64_be || BR2_arm || \
> +		BR2_armeb || BR2_i386 || BR2_m68k || BR2_mips || \
> +		BR2_mipsel || BR2_mips64 || BR2_mips64el || \
> +		BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
> +		BR2_riscv || BR2_sh || BR2_sparc || BR2_sparc64 || \
> +		BR2_x86_64

I've split since into multiple "default y" lines, and applied. 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: add BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS
  2019-03-07 22:08 [Buildroot] [PATCH 1/1] package/flashrom: add BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS Fabrice Fontaine
  2019-03-07 22:16 ` Thomas Petazzoni
@ 2019-03-19 19:16 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-03-19 19:16 UTC (permalink / raw)
  To: buildroot

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

 > Fixes:
 >  - http://autobuild.buildroot.org/results/22c72369cd5b7a8200bb03564bdc342ed026ccac
 >  - http://autobuild.buildroot.org/results/ef6869bc40382145fad1079b79107275c4973494
 >  - http://autobuild.buildroot.org/results/09d857102c469ede1db0bff8aa0dcd82a4001eaf

 > 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:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-07 22:08 [Buildroot] [PATCH 1/1] package/flashrom: add BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS Fabrice Fontaine
2019-03-07 22:16 ` Thomas Petazzoni
2019-03-19 19:16 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox