Attention is currently required from: Thomas Heijligen, Edward O'Callaghan, Anastasia Klimchuk. Hello build bot (Jenkins), Edward O'Callaghan, Anastasia Klimchuk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/63724
to look at the new patch set (#3).
Change subject: [WIP] meson: rework the programmer selection ......................................................................
[WIP] meson: rework the programmer selection
This is a WIP implementation for a new programmer selection. It should work by now but has some known and unknown bugs. (see Gerrit Comments)
- Each dependency is optional and get mandetory when the programmer is selected - Each programmer is defined through an entry in the programmer dictionary - The entry lists systems & cpu_families where the programmer is supported, dependencies, sources, flags. The group parameter is for selecting a set of programmer, the default parameter is to include the programmer to the `all` and `auto` set. - If the programmer get's selectet the `active` entry is set to true. The `active` entry can be used afterwards to determin if the programmer should be included in sources, config, documentation
Change-Id: Ib44b26e3748fc71f116184082b4aed0bb208b4c1 Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.com --- M meson.build M meson_options.txt 2 files changed, 404 insertions(+), 338 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/24/63724/3