@@ -113,25 +113,25 @@ the generic set of edk2 [Build Instructions](https://github.com/tianocore/tianoc
113
113
1. Including the expected build architecture and toolchain to the _stuart_update_ command is critical.
114
114
This is because there are extra scopes and tools that will be resolved during the update step that
115
115
need to match your build step.
116
- 2. Configuring * ACTIVE_PLATFORM * and * TARGET_ARCH * in Conf/target.txt is ** not** required. This
116
+ 2. Configuring _ACTIVE_PLATFORM_ and _TARGET_ARCH_ in Conf/target.txt is ** not** required. This
117
117
environment is set by PlatformBuild.py based upon the ` [-a < TARGET_ARCH> ]` parameter.
118
118
3. QEMU must be on your path. On Windows this is a manual process and not part of the QEMU installer.
119
119
120
120
** NOTE:** Logging the execution output will be in the normal stuart log as well as to your console.
121
121
122
122
# ## Custom Build Options
123
123
124
- ** MAKE_STARTUP_NSH=TRUE** will output a * startup.nsh * file to the location mapped as fs0. This is
124
+ ** MAKE_STARTUP_NSH=TRUE** will output a _startup.nsh_ file to the location mapped as fs0. This is
125
125
used in CI in combination with the ` --FlashOnly` feature to run QEMU to the UEFI shell and then execute
126
- the contents of * startup.nsh * .
126
+ the contents of _startup.nsh_ .
127
127
128
128
** QEMU_HEADLESS=TRUE** Since CI servers run headless QEMU must be told to run with no display otherwise
129
129
an error occurs. Locally you don' t need to set this.
130
130
131
131
### Passing Build Defines
132
132
133
133
To pass build defines through _stuart_build_, prepend `BLD_*_`to the define name and pass it on the
134
- command-line. _stuart_build_ currently requires values to be assigned, so add an`=1` suffix for bare defines.
134
+ command-line. `stuart_build` currently requires values to be assigned, so add an `=1` suffix for bare defines.
135
135
For example, to enable the TPM2 support, instead of the traditional "-D TPM2_ENABLE=TRUE", the stuart_build
136
136
command-line would be:
137
137
0 commit comments