Skip to content

Commit

Permalink
OvmfPkg/Bhyve: rename files to remove 'Pkg' infix
Browse files Browse the repository at this point in the history
OvmfPkg is the package, so while there are files to build bhyve
separately, they shouldn't have 'Pkg' in the name.

Signed-off-by: Rebecca Cran <[email protected]>
Cc: Jordan Justen <[email protected]>
Cc: Laszlo Ersek <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Peter Grehan <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Peter Grehan <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
  • Loading branch information
bexcran authored and mergify[bot] committed Aug 24, 2020
1 parent 019f513 commit ad40eb4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
SUPPORTED_ARCHITECTURES = X64
BUILD_TARGETS = NOOPT|DEBUG|RELEASE
SKUID_IDENTIFIER = DEFAULT
FLASH_DEFINITION = OvmfPkg/Bhyve/BhyvePkgX64.fdf
FLASH_DEFINITION = OvmfPkg/Bhyve/BhyveX64.fdf

#
# Defines for default states. These can be changed on the command line.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
################################################################################

[Defines]
!include OvmfPkg/Bhyve/BhyvePkgDefines.fdf.inc
!include OvmfPkg/Bhyve/BhyveDefines.fdf.inc

#
# Build the variable store and the firmware code as one unified flash device
Expand Down

0 comments on commit ad40eb4

Please sign in to comment.