View Change
2 comments:
File Makefile:
Patch Set #7, Line 229:
ifeq ($(CONFIG_RAIDEN), yes)
UNSUPPORTED_FEATURES += CONFIG_RAIDEN=yes
else
override CONFIG_RAIDEN = no
endif
What's the reasoning here? Does it need more than libusb?
No it shouldn't. I can't fully recall now however I *think* this ended up here because it was never tested on Windows or maybe I just got lost in all the ifdef's.
I have prepared a patch to drop the hunk: https://review.coreboot.org/c/flashrom/+/51930
File meson.build:
Patch Set #7, Line 109: config_raiden = false
Huh, this dependency is not mentioned in the Makefile...
this is most definitely incorrect! thanks, the line somehow founds its way from the above block, fixed in the above mentioned patch.
To view, visit change 38209. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ifad273a708acea4de797a0808be58960635a8864
Gerrit-Change-Number: 38209
Gerrit-PatchSet: 7
Gerrit-Owner: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Damien Zammit
Gerrit-Reviewer: David Hendricks <david.hendricks@gmail.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer@coreboot.org>
Gerrit-Reviewer: Vadim Bendebury <vbendeb@chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Comment-Date: Mon, 29 Mar 2021 23:46:29 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nico Huber <nico.h@gmx.de>
Gerrit-MessageType: comment