[edk2-devel] [PATCH] UefiPayloadPkg: Fix the build error when enable Core ci for UefiPayloadPkg

duntan dun.tan at intel.com
Fri Aug 20 07:03:44 UTC 2021


Thanks Ray, I'll delete these lines.

Thanks,
Dun
-----Original Message-----
From: Ni, Ray <ray.ni at intel.com> 
Sent: Friday, August 20, 2021 2:58 PM
To: Tan, Dun <dun.tan at intel.com>; devel at edk2.groups.io
Cc: Dong, Guo <guo.dong at intel.com>; Ma, Maurice <maurice.ma at intel.com>; You, Benjamin <benjamin.you at intel.com>
Subject: RE: [PATCH] UefiPayloadPkg: Fix the build error when enable Core ci for UefiPayloadPkg

Dun,
you can directly remove below lines that reference ShellBinPkg because that pkg doesn't exist in edk2 repo anymore (it was deleted in year 2019).

>  !if $(SHELL_TYPE) == MIN_BIN
> -!if $(ARCH) == IA32
> +!if "$(ARCH)" == IA32
>  INF  RuleOverride = BINARY USE = IA32 ShellBinPkg/MinUefiShell/MinUefiShell.inf
>  !else
>  INF  RuleOverride = BINARY USE = X64 ShellBinPkg/MinUefiShell/MinUefiShell.inf
> @@ -210,7 +210,7 @@ INF  RuleOverride = BINARY USE = X64 ShellBinPkg/MinUefiShell/MinUefiShell.inf
>  !endif
> 
>  !if $(SHELL_TYPE) == UEFI_BIN
> -!if $(ARCH) == IA32
> +!if "$(ARCH)" == IA32
>  INF  RuleOverride = BINARY USE = IA32 ShellBinPkg/UefiShell/UefiShell.inf
>  !else
>  INF  RuleOverride = BINARY USE = X64 ShellBinPkg/UefiShell/UefiShell.inf
> --
> 2.31.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#79630): https://edk2.groups.io/g/devel/message/79630
Mute This Topic: https://groups.io/mt/85015577/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-






More information about the edk2-devel-archive mailing list