Skip to content

Commit f1a4d89

Browse files
committed
Update firmware apps
Signed-off-by: Tim Crawford <tcrawford@system76.com>
1 parent 0efa282 commit f1a4d89

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

scripts/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ EDK2_ARGS=(
3939
)
4040

4141
# Rebuild firmware-setup (used by edk2)
42-
touch apps/firmware-setup/Cargo.toml
4342
make -C apps/firmware-setup
4443
EDK2_ARGS+=(
4544
-D FIRMWARE_OPEN_FIRMWARE_SETUP="firmware-setup/firmware-setup.inf"
@@ -48,7 +47,6 @@ EDK2_ARGS+=(
4847
# Rebuild gop-policy (used by edk2)
4948
if [ -e "${MODEL_DIR}/IntelGopDriver.inf" ] && [ -e "${MODEL_DIR}/vbt.rom" ]
5049
then
51-
touch apps/gop-policy/Cargo.toml
5250
FIRMWARE_OPEN_VBT="${MODEL_DIR}/vbt.rom" \
5351
make -C apps/gop-policy
5452
EDK2_ARGS+=(
@@ -98,7 +96,6 @@ then
9896
# Rebuild firmware-update
9997
export BASEDIR="system76_${MODEL}_${VERSION}"
10098
pushd apps/firmware-update >/dev/null
101-
rm -rf "build/x86_64-unknown-uefi"
10299
make "build/x86_64-unknown-uefi/boot.img"
103100
cp -v "build/x86_64-unknown-uefi/boot.img" "${USB}.partial"
104101
popd >/dev/null

0 commit comments

Comments
 (0)