mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user