Remove MinPlatform support
MinPlatform was only ever used for the KBL boards, and they no longer build from this repo. It is still possible to build coreboot-based firmware for KBL boards. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Tim Crawford
parent
6a0eab38db
commit
fcd8132165
@@ -69,8 +69,8 @@ then
|
||||
done < "${MODEL_DIR}/edk2.config"
|
||||
fi
|
||||
|
||||
# Rebuild CorebootPayloadPkg using edk2
|
||||
PACKAGES_PATH="${MODEL_DIR}:$(realpath edk2-platforms):$(realpath apps)" \
|
||||
# Rebuild UefiPayloadPkg using edk2
|
||||
PACKAGES_PATH="${MODEL_DIR}:$(realpath apps)" \
|
||||
./scripts/_build/edk2.sh \
|
||||
"${UEFIPAYLOAD}" \
|
||||
"${EDK2_ARGS[@]}"
|
||||
|
Reference in New Issue
Block a user