diff options
Diffstat (limited to 'documentation/bsp-guide/bsp.rst')
-rw-r--r-- | documentation/bsp-guide/bsp.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index 65652ff898..f8d38ca484 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst | |||
@@ -1121,12 +1121,12 @@ list describes them in order of preference: | |||
1121 | how to use these variables. | 1121 | how to use these variables. |
1122 | 1122 | ||
1123 | If you build as you normally would, without specifying any recipes in | 1123 | If you build as you normally would, without specifying any recipes in |
1124 | the :term:`LICENSE_FLAGS_WHITELIST`, the build stops and provides you | 1124 | the :term:`LICENSE_FLAGS_WHITELIST` variable, the build stops and provides |
1125 | with the list of recipes that you have tried to include in the image | 1125 | you with the list of recipes that you have tried to include in the image |
1126 | that need entries in the :term:`LICENSE_FLAGS_WHITELIST`. Once you enter | 1126 | that need entries in the :term:`LICENSE_FLAGS_WHITELIST` variable. Once you |
1127 | the appropriate license flags into the whitelist, restart the build | 1127 | enter the appropriate license flags into it, restart the build to continue |
1128 | to continue where it left off. During the build, the prompt will not | 1128 | where it left off. During the build, the prompt will not appear again since |
1129 | appear again since you have satisfied the requirement. | 1129 | you have satisfied the requirement. |
1130 | 1130 | ||
1131 | Once the appropriate license flags are on the white list in the | 1131 | Once the appropriate license flags are on the white list in the |
1132 | :term:`LICENSE_FLAGS_WHITELIST` variable, you can build the encumbered | 1132 | :term:`LICENSE_FLAGS_WHITELIST` variable, you can build the encumbered |