Re: [edk2-devel] [PATCH 0/2] Add batch option to support build Binary Cache

2019-05-10 Thread Kubacki, Michael A
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

Re: [edk2-devel] [PATCH 0/2] Add batch option to support build Binary Cache

2019-05-08 Thread Steven Shi
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

Re: [edk2-devel] [PATCH 0/2] Add batch option to support build Binary Cache

2019-05-08 Thread Liming Gao
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

[edk2-devel] [PATCH 0/2] Add batch option to support build Binary Cache

2019-05-08 Thread Steven Shi
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