@@ -427,14 +427,14 @@ installer and automatically installs the tools for you:
``install-buildtools`` script with the default parameters::
$ cd /path/to/bitbake-builds
- $ scripts/install-buildtools
+ $ ./layers/openembedded-core/scripts/install-buildtools
Alternatively if your host development system has a broken ``make``
version such that you only need a known good version of ``make``,
you can use the ``--make-only`` option::
$ cd /path/to/bitbake-builds
- $ scripts/install-buildtools --make-only
+ $ ./layers/openembedded-core/scripts/install-buildtools --make-only
#. Source the tools environment setup script by using a command like the
following::
Reported-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/system-requirements.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)