Hi Steven,
We have Python build scripts now and those need to be
updated with this change. The batch scripts will be deleted
soon and only exist at the moment for a brief grace period.
Please update the Python scripts.
Also, update the Python build section in Readme.md to
describe this change inc
Hi Liming,
User can override the BinCache by set BINARY_CACHE_PATH environment variable,
see below code in the patch. The BinCache is only used if user doesn't set the
binary cache path variable.
+@if not defined BINARY_CACHE_PATH (
+ echo Info: BINARY_CACHE_PATH is empty, use BinCache as defau
Steven:
Could you let user specify BinCache directory instead of hard code name?
Thanks
Liming
> -Original Message-
> From: Shi, Steven
> Sent: Thursday, May 9, 2019 11:21 AM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel ; Lu, Shifei A
> ; Gao, Liming ; Bi, Dandan
> ; Kubacki, Michael A
This patch serial is to extend the options in the Kabylake and Purley
build batch file to support build Binary Cache produce and consume switch.
Steven Shi (2):
KabylakeOpenBoardPkg/KabylakeRvp3: Extend build to support Binary
Cache
PurleyOpenBoardPkg/BoardMtOlympus: Extend build to suppo