Message ID | 77073870-67eb-b7ba-80c7-a88ed13a2ff2@crashcourse.ca |
---|---|
State | Under Review |
Headers | show |
Series | [v2] Clean up explanation of minimum required version numbers | expand |
Hi Robert, On 5/26/25 11:43 AM, Robert P. J. Day via lists.yoctoproject.org wrote: > Some simple rendering and grammar fixes. > > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> > Please keep the Reviewed-by, Acked-by, ... from earlier versions when sending a new one (except if drastic changes were made and you feel like it reasonably requires to have a new look at it). Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
On Mon, 26 May 2025, Quentin Schulz wrote: > Hi Robert, > > On 5/26/25 11:43 AM, Robert P. J. Day via lists.yoctoproject.org wrote: > > Some simple rendering and grammar fixes. > > > > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> > > > > Please keep the Reviewed-by, Acked-by, ... from earlier versions when sending > a new one (except if drastic changes were made and you feel like it reasonably > requires to have a new look at it). > > Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> yeah, i realized that after i hit ENTER. apologies. rday
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 2f6e4cf02..8a75ab643 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst @@ -57,7 +57,7 @@ following requirements: :ref:`dev-manual/start:preparing the build host` section in the Yocto Project Development Tasks Manual. -- +- Ensure that the following utilities have these minimum version numbers: - Git &MIN_GIT_VERSION; or greater - tar &MIN_TAR_VERSION; or greater @@ -65,7 +65,7 @@ following requirements: - gcc &MIN_GCC_VERSION; or greater. - GNU make &MIN_MAKE_VERSION; or greater -If your build host does not meet any of these three listed version +If your build host does not satisfy all of the above version requirements, you can take steps to prepare the system so that you can still use the Yocto Project. See the :ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`
Some simple rendering and grammar fixes. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---