mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 15:29:35 +02:00
build/coreboot/util: merge to update/project/build
The benefit now is that it can be cleaned. E.g. ./update project build -b coreboot utils ./update project build -b coreboot utils default ./update project build -c coreboot utils ./update project build -c coreboot utils default the update/project/build script checks when arguments are provided after the project name. if the first one is "utils", then it acts in the same way as the old build/coreboot/util script Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Vendored
+1
-1
@@ -50,7 +50,7 @@ build_dependencies()
|
||||
x_ ./update project build -b uefitool
|
||||
[ -f "${kbc1126_ec_dump}" ] || \
|
||||
x_ make -C "${cbdir}/util/kbc1126"
|
||||
x_ ./build coreboot utils default
|
||||
x_ ./update project build -b coreboot utils default
|
||||
}
|
||||
|
||||
download_vendorfiles()
|
||||
|
||||
Vendored
+1
-1
@@ -88,7 +88,7 @@ detect_board()
|
||||
build_dependencies()
|
||||
{
|
||||
[ -d "${cbdir}" ] || x_ ./update project trees coreboot default
|
||||
x_ ./build coreboot utils default
|
||||
x_ ./update project build -b coreboot utils default
|
||||
x_ ./update vendor download ${board}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user