variant: new coreboot script location
https://crrev.com/c/1982618 changes the location of
create_coreboot_variant.sh up one level so that script can support
multiple baseboards.
BUG=b:146646594
TEST=run the script with hatch as the baseboard and verify that it
still finds create_coreboot_variant.sh. Once the script stops for
the fitimage, you can delete ~/.new_variant.yaml and repo abandon
the branches that have already been created.
Change-Id: Ib90bb581d289f55c27bcfc93f890c4149727dab5
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/1980771
Tested-by: Paul Fagerburg <pfagerburg@chromium.org>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
Commit-Queue: Paul Fagerburg <pfagerburg@chromium.org>
diff --git a/contrib/variant/new_variant.py b/contrib/variant/new_variant.py
index fa08d55..84c2fdf 100755
--- a/contrib/variant/new_variant.py
+++ b/contrib/variant/new_variant.py
@@ -394,7 +394,7 @@
create_coreboot_variant_sh = os.path.join(
os.path.expanduser('~/trunk/src/third_party/coreboot'),
- 'util/mainboard/google/', status.board, 'create_coreboot_variant.sh')
+ 'util/mainboard/google/create_coreboot_variant.sh')
return run_process(
[create_coreboot_variant_sh,
status.variant,