Thanks Ray, I'll delete these lines.

Thanks,
Dun
-----Original Message-----
From: Ni, Ray <ray...@intel.com> 
Sent: Friday, August 20, 2021 2:58 PM
To: Tan, Dun <dun....@intel.com>; devel@edk2.groups.io
Cc: Dong, Guo <guo.d...@intel.com>; Ma, Maurice <maurice...@intel.com>; You, 
Benjamin <benjamin....@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/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to