From: lhauch Date: Fri, 7 Jul 2006 07:00:32 +0000 (+0000) Subject: Fixed the MUST set ACTIVE_PLATFORM to be required IFF the current working directory... X-Git-Tag: edk2-stable201903~25030 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=73da4c040f2136e99cdbccbfa4c72512e1c81a8d Fixed the MUST set ACTIVE_PLATFORM to be required IFF the current working directory does not contain one or more FPD files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@818 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 045e4102a7..eb2d2f1a04 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -170,11 +170,12 @@ file contains options for setting the active platform and restricting the build. The restictions are used to limit the build output by specifying build target(s), tagname(s) and architecture(s) to less than the full set of possible options. -The ACTIVE_PLATFORM MUST BE SET. All other options need not be set, however by -unsetting these options (by removing the line from the file, or leaving the Value -empty) will result in all available build possibilites when typing build. By -default EDK II can build a matrix of binaries, using different target types, tool -chain tags and architectures. Options to target.txt file are as follows: +The ACTIVE_PLATFORM must be set unless the current working directory contains one +or more FPD files. All other options need not be set, however by unsetting these +options (by removing the line from the file, or leaving the Value empty) will +result in all available build possibilites when typing build. By default EDK II +can build a matrix of binaries, using different target types, tool chain tags and +architectures. Options to target.txt file are as follows: ACTIVE_PLATFORM = Value REQUIRED Where Value is the WORKSPACE relative path and filename of a Framework Platform