VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/UefiPayloadPkg/UniversalPayloadBuild.sh@ 102466

Last change on this file since 102466 was 99404, checked in by vboxsync, 23 months ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to LF
File size: 505 bytes
Line 
1#!/usr/bin/env bash
2#
3# Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
4#
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6#
7
8if command -v ${PYTHON_COMMAND} >/dev/null 2>&1; then
9 echo python_exe=${PYTHON_COMMAND}
10fi
11
12# Get file path of UniversalPayloadBuild.sh
13uplbld_filepath=${BASH_SOURCE:-$0}
14# Remove ".sh" extension
15uplbld_filepath_noext=${uplbld_filepath%.*}
16# execute UniversalPayloadBuild.py to build UefiPayloadPkg
17exec "${python_exe:-python}" "$uplbld_filepath_noext.py" "$@"
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette