autoport: Print location of generated sources
commitd9cb2c12d7f6fde26b736fe5fe1ca3f5142b1f18
authorNicholas Chin <nic.c3.14@gmail.com>
Wed, 3 Jul 2024 23:39:00 +0000 (3 17:39 -0600)
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>
Fri, 5 Jul 2024 19:49:13 +0000 (5 19:49 +0000)
tree2da07c734fcd19ec9727a2ce65565dae4212d3b0
parentc7cb5e434bd7adfdf4f1c575e8cd961285b631a4
autoport: Print location of generated sources

Autoport determines the mainboard vendor and board names based on DMI
entries, which sometimes doesn't result in the most obvious name. In
addition, newcomers may not be familiar with coreboot's directory
structure and have no idea where to look. Print out the absolute patch
of the generated sources once autoport finishes so that it is easier to
locate the files.

Change-Id: I4ba00484ac57355d7539fa6e36e0e6df62719f8a
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83344
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
util/autoport/main.go