From c0b4ba2eeadc5bdc6c7b10251561ecf1a9c72a7b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 26 Apr 2024 23:32:10 +0100 Subject: [PATCH] build/roms: update help, pertaining to status Signed-off-by: Leah Rowe --- script/build/roms | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/script/build/roms b/script/build/roms index 03310315..ea7ef62c 100755 --- a/script/build/roms +++ b/script/build/roms @@ -497,8 +497,23 @@ usage() ./build roms x200_8mb x60 ./build roms x60 -p grub -d corebootfb -k usqwerty - possible values for 'target': - $(items "config/coreboot") + to see possible values for 'target': + + ./build roms list + + to see targets of only a given status (stable, unstable, + broken, untested and unknown), try e.g. + + ./build roms list stable + ./build roms list unstable untested + ./build roms list unknown + ./build roms list broken + ./build roms list broken stable + + the value is set in target.cfg for each board. if status + is unitialised, it defaults to "unknown". only stable/unstable + targets are permitted in releases; broken, untested and + unknown are not allowed, but are accessible via normal building Refer to the ${projectname} documentation for more information. EOF