Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-10-11 22:20:28 +01:00
parent 717fdf7e8a
commit eb5e77c6ac

View File

@@ -74,7 +74,12 @@ prep_mr()
mr_tree="$6"
x_ prep_mr_patch "$@"
x_ prep_mr_projectsconf "$@"
prep_mr_file "config/$1/$6/target.cfg" \
"$spdx" \
"" \
"tree=\"$6\"" \
"rev=\"$5\""
}
prep_mr_patch()
@@ -98,17 +103,6 @@ prep_mr_patch()
x_ rm -Rf "$mr_tmpclone"
}
prep_mr_projectsconf()
{
# prep the actual tree config, after the patches were done
prep_mr_file "config/$1/$6/target.cfg" \
"$spdx" \
"" \
"tree=\"$6\"" \
"rev=\"$5\""
}
prep_mr_file()
{
mr_filename="$1"