mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
+6
-12
@@ -74,7 +74,12 @@ prep_mr()
|
|||||||
mr_tree="$6"
|
mr_tree="$6"
|
||||||
|
|
||||||
x_ prep_mr_patch "$@"
|
x_ prep_mr_patch "$@"
|
||||||
x_ prep_mr_projectsconf "$@"
|
|
||||||
|
prep_mr_file "config/$1/$6/target.cfg" \
|
||||||
|
"$spdx" \
|
||||||
|
"" \
|
||||||
|
"tree=\"$6\"" \
|
||||||
|
"rev=\"$5\""
|
||||||
}
|
}
|
||||||
|
|
||||||
prep_mr_patch()
|
prep_mr_patch()
|
||||||
@@ -98,17 +103,6 @@ prep_mr_patch()
|
|||||||
x_ rm -Rf "$mr_tmpclone"
|
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()
|
prep_mr_file()
|
||||||
{
|
{
|
||||||
mr_filename="$1"
|
mr_filename="$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user