blob: 3cd08946879a65acbd95bb040fd9575d1cda0824 [file] [log] [blame]
Andrew Geisslerf0343792020-11-18 10:42:21 -06001.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
Andrew Geisslerc9f78652020-09-18 14:11:35 -05002
3*******************
4System Requirements
5*******************
6
Andrew Geissler5199d832021-09-24 16:47:35 -05007Welcome to the Yocto Project Reference Manual. This manual provides
Andrew Geisslerc9f78652020-09-18 14:11:35 -05008reference information for the current release of the Yocto Project, and
9is most effectively used after you have an understanding of the basics
10of the Yocto Project. The manual is neither meant to be read as a
11starting point to the Yocto Project, nor read from start to finish.
12Rather, use this manual to find variable definitions, class
13descriptions, and so forth as needed during the course of using the
14Yocto Project.
15
16For introductory information on the Yocto Project, see the
17:yocto_home:`Yocto Project Website <>` and the
Andrew Geissler09209ee2020-12-13 08:44:15 -060018":ref:`overview-manual/development-environment:the yocto project development environment`"
Andrew Geisslerc9f78652020-09-18 14:11:35 -050019chapter in the Yocto Project Overview and Concepts Manual.
20
21If you want to use the Yocto Project to quickly build an image without
22having to understand concepts, work through the
Andrew Geissler09209ee2020-12-13 08:44:15 -060023:doc:`/brief-yoctoprojectqs/index` document. You can find "how-to"
24information in the :doc:`/dev-manual/index`. You can find Yocto Project overview
25and conceptual information in the :doc:`/overview-manual/index`.
Andrew Geisslerc9f78652020-09-18 14:11:35 -050026
27.. note::
28
29 For more information about the Yocto Project Documentation set, see
Andrew Geissler4c19ea12020-10-27 13:52:24 -050030 the :ref:`ref-manual/resources:links and related documentation` section.
Andrew Geisslerc9f78652020-09-18 14:11:35 -050031
32.. _detailed-supported-distros:
33
34Supported Linux Distributions
35=============================
36
Andrew Geissler517393d2023-01-13 08:55:19 -060037Currently, the Yocto Project is supported on the following distributions:
Andrew Geisslerc9f78652020-09-18 14:11:35 -050038
Andrew Geisslerc9f78652020-09-18 14:11:35 -050039- Ubuntu 18.04 (LTS)
40
William A. Kennington IIIac69b482021-06-02 12:28:27 -070041- Ubuntu 20.04 (LTS)
Andrew Geisslerc9f78652020-09-18 14:11:35 -050042
Patrick Williams2194f502022-10-16 14:26:09 -050043- Ubuntu 22.04 (LTS)
44
Andrew Geissler595f6302022-01-24 19:11:47 +000045- Fedora 34
Andrew Geisslerc9f78652020-09-18 14:11:35 -050046
Andrew Geissler9aee5002022-03-30 16:27:02 +000047- Fedora 35
48
Andrew Geissler9aee5002022-03-30 16:27:02 +000049- AlmaLinux 8.5
Andrew Geisslerc9f78652020-09-18 14:11:35 -050050
Andrew Geisslerc9f78652020-09-18 14:11:35 -050051- Debian GNU/Linux 10.x (Buster)
52
Andrew Geissler595f6302022-01-24 19:11:47 +000053- Debian GNU/Linux 11.x (Bullseye)
Andrew Geisslerc9f78652020-09-18 14:11:35 -050054
Andrew Geissler9aee5002022-03-30 16:27:02 +000055- OpenSUSE Leap 15.3
Andrew Geisslerc9f78652020-09-18 14:11:35 -050056
57.. note::
58
59 - While the Yocto Project Team attempts to ensure all Yocto Project
60 releases are one hundred percent compatible with each officially
William A. Kennington IIIac69b482021-06-02 12:28:27 -070061 supported Linux distribution, you may still encounter problems
62 that happen only with a specific distribution.
Andrew Geisslerc9f78652020-09-18 14:11:35 -050063
64 - Yocto Project releases are tested against the stable Linux
65 distributions in the above list. The Yocto Project should work
66 on other distributions but validation is not performed against
67 them.
68
69 - In particular, the Yocto Project does not support and currently
70 has no plans to support rolling-releases or development
71 distributions due to their constantly changing nature. We welcome
72 patches and bug reports, but keep in mind that our priority is on
Andrew Geissler517393d2023-01-13 08:55:19 -060073 the supported platforms listed above.
74
75 - If your Linux distribution is not in the above list, we recommend to
76 get the :term:`buildtools` or :term:`buildtools-extended` tarballs
77 containing the host tools required by your Yocto Project release,
78 typically by running ``scripts/install-buildtools`` as explained in
79 the ":ref:`system-requirements-buildtools`" section.
Andrew Geisslerc9f78652020-09-18 14:11:35 -050080
81 - You may use Windows Subsystem For Linux v2 to set up a build host
Patrick Williams2390b1b2022-11-03 13:47:49 -050082 using Windows 10 or later, or Windows Server 2019 or later, but validation
83 is not performed against build hosts using WSL 2.
Andrew Geisslerc9f78652020-09-18 14:11:35 -050084
Patrick Williams2390b1b2022-11-03 13:47:49 -050085 See the
86 :ref:`dev-manual/start:setting up to use windows subsystem for linux (wsl 2)`
87 section in the Yocto Project Development Tasks Manual for more information.
Andrew Geisslerc9f78652020-09-18 14:11:35 -050088
Andrew Geissler4c19ea12020-10-27 13:52:24 -050089 - If you encounter problems, please go to :yocto_bugs:`Yocto Project
90 Bugzilla <>` and submit a bug. We are
Andrew Geisslerc9f78652020-09-18 14:11:35 -050091 interested in hearing about your experience. For information on
92 how to submit a bug, see the Yocto Project
Andrew Geissler09209ee2020-12-13 08:44:15 -060093 :yocto_wiki:`Bugzilla wiki page </Bugzilla_Configuration_and_Bug_Tracking>`
Andrew Geissler517393d2023-01-13 08:55:19 -060094 and the ":ref:`dev-manual/changes:submitting a defect against the yocto project`"
Andrew Geisslerc9f78652020-09-18 14:11:35 -050095 section in the Yocto Project Development Tasks Manual.
96
97
98Required Packages for the Build Host
99====================================
100
101The list of packages you need on the host development system can be
102large when covering all build scenarios using the Yocto Project. This
103section describes required packages according to Linux distribution and
104function.
105
106.. _ubuntu-packages:
107
108Ubuntu and Debian
109-----------------
110
William A. Kennington IIIac69b482021-06-02 12:28:27 -0700111Here are the required packages by function given a
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500112supported Ubuntu or Debian Linux distribution:
113
114.. note::
115
116 - If your build system has the ``oss4-dev`` package installed, you
117 might experience QEMU build failures due to the package installing
118 its own custom ``/usr/include/linux/soundcard.h`` on the Debian
William A. Kennington IIIac69b482021-06-02 12:28:27 -0700119 system. If you run into this situation, try either of these solutions::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500120
Andrew Geisslereff27472021-10-29 15:35:00 -0500121 $ sudo apt build-dep qemu
122 $ sudo apt remove oss4-dev
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500123
Andrew Geisslerc926e172021-05-07 16:11:35 -0500124- *Essentials:* Packages needed to build an image on a headless system::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500125
Andrew Geisslereff27472021-10-29 15:35:00 -0500126 $ sudo apt install &UBUNTU_HOST_PACKAGES_ESSENTIAL;
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500127
128- *Documentation:* Packages needed if you are going to build out the
Andrew Geisslerc926e172021-05-07 16:11:35 -0500129 Yocto Project documentation manuals::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500130
Patrick Williams92b42cb2022-09-03 06:53:57 -0500131 $ sudo apt install make python3-pip inkscape texlive-latex-extra
Andrew Geissler4c19ea12020-10-27 13:52:24 -0500132 &PIP3_HOST_PACKAGES_DOC;
133
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500134Fedora Packages
135---------------
136
William A. Kennington IIIac69b482021-06-02 12:28:27 -0700137Here are the required packages by function given a
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500138supported Fedora Linux distribution:
139
140- *Essentials:* Packages needed to build an image for a headless
Andrew Geisslerc926e172021-05-07 16:11:35 -0500141 system::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500142
143 $ sudo dnf install &FEDORA_HOST_PACKAGES_ESSENTIAL;
144
145- *Documentation:* Packages needed if you are going to build out the
Andrew Geisslerc926e172021-05-07 16:11:35 -0500146 Yocto Project documentation manuals::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500147
Patrick Williams92b42cb2022-09-03 06:53:57 -0500148 $ sudo dnf install make python3-pip which inkscape texlive-fncychap
Andrew Geissler4c19ea12020-10-27 13:52:24 -0500149 &PIP3_HOST_PACKAGES_DOC;
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500150
151openSUSE Packages
152-----------------
153
William A. Kennington IIIac69b482021-06-02 12:28:27 -0700154Here are the required packages by function given a
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500155supported openSUSE Linux distribution:
156
157- *Essentials:* Packages needed to build an image for a headless
Andrew Geisslerc926e172021-05-07 16:11:35 -0500158 system::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500159
160 $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL;
161
162- *Documentation:* Packages needed if you are going to build out the
Andrew Geisslerc926e172021-05-07 16:11:35 -0500163 Yocto Project documentation manuals::
Andrew Geissler4c19ea12020-10-27 13:52:24 -0500164
Patrick Williams92b42cb2022-09-03 06:53:57 -0500165 $ sudo zypper install make python3-pip which inkscape texlive-fncychap
Andrew Geissler4c19ea12020-10-27 13:52:24 -0500166 &PIP3_HOST_PACKAGES_DOC;
167
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500168
Patrick Williams92b42cb2022-09-03 06:53:57 -0500169AlmaLinux-8 Packages
170--------------------
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500171
William A. Kennington IIIac69b482021-06-02 12:28:27 -0700172Here are the required packages by function given a
Patrick Williams92b42cb2022-09-03 06:53:57 -0500173supported AlmaLinux-8 Linux distribution:
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500174
175- *Essentials:* Packages needed to build an image for a headless
Andrew Geisslerc926e172021-05-07 16:11:35 -0500176 system::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500177
178 $ sudo dnf install &CENTOS8_HOST_PACKAGES_ESSENTIAL;
179
180 .. note::
181
182 - Extra Packages for Enterprise Linux (i.e. ``epel-release``) is
183 a collection of packages from Fedora built on RHEL/CentOS for
184 easy installation of packages not included in enterprise Linux
185 by default. You need to install these packages separately.
186
187 - The ``PowerTools`` repo provides additional packages such as
188 ``rpcgen`` and ``texinfo``.
189
190 - The ``makecache`` command consumes additional Metadata from
191 ``epel-release``.
192
193- *Documentation:* Packages needed if you are going to build out the
Andrew Geisslerc926e172021-05-07 16:11:35 -0500194 Yocto Project documentation manuals::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500195
Patrick Williams92b42cb2022-09-03 06:53:57 -0500196 $ sudo dnf install make python3-pip which inkscape texlive-fncychap
Andrew Geissler4c19ea12020-10-27 13:52:24 -0500197 &PIP3_HOST_PACKAGES_DOC;
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500198
Andrew Geissler517393d2023-01-13 08:55:19 -0600199.. _system-requirements-buildtools:
200
Andrew Geissler615f2f12022-07-15 14:00:58 -0500201Required Git, tar, Python, make and gcc Versions
202================================================
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500203
204In order to use the build system, your host development system must meet
205the following version requirements for Git, tar, and Python:
206
Andrew Geissler3b8a17c2021-04-15 15:55:55 -0500207- Git &MIN_GIT_VERSION; or greater
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500208
Andrew Geissler3b8a17c2021-04-15 15:55:55 -0500209- tar &MIN_TAR_VERSION; or greater
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500210
Andrew Geissler3b8a17c2021-04-15 15:55:55 -0500211- Python &MIN_PYTHON_VERSION; or greater
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500212
Andrew Geissler615f2f12022-07-15 14:00:58 -0500213- GNU make &MIN_MAKE_VERSION; or greater
214
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500215If your host development system does not meet all these requirements,
Andrew Geissler517393d2023-01-13 08:55:19 -0600216you can resolve this by installing a :term:`buildtools` tarball that
217contains these tools. You can either download a pre-built tarball or
218use BitBake to build one.
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500219
220In addition, your host development system must meet the following
221version requirement for gcc:
222
Andrew Geissler3b8a17c2021-04-15 15:55:55 -0500223- gcc &MIN_GCC_VERSION; or greater
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500224
225If your host development system does not meet this requirement, you can
Andrew Geissler517393d2023-01-13 08:55:19 -0600226resolve this by installing a :term:`buildtools-extended` tarball that
Andrew Geissler3b8a17c2021-04-15 15:55:55 -0500227contains additional tools, the equivalent of the Debian/Ubuntu ``build-essential``
228package.
229
Patrick Williams2390b1b2022-11-03 13:47:49 -0500230For systems with a broken make version (e.g. make 4.2.1 without patches) but
Andrew Geissler517393d2023-01-13 08:55:19 -0600231where the rest of the host tools are usable, you can use the :term:`buildtools-make`
Patrick Williams2390b1b2022-11-03 13:47:49 -0500232tarball instead.
233
Andrew Geissler3b8a17c2021-04-15 15:55:55 -0500234In the sections that follow, three different methods will be described for
Andrew Geissler517393d2023-01-13 08:55:19 -0600235installing the :term:`buildtools`, :term:`buildtools-extended` or :term:`buildtools-make`
Patrick Williams2390b1b2022-11-03 13:47:49 -0500236toolset.
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500237
238Installing a Pre-Built ``buildtools`` Tarball with ``install-buildtools`` script
239--------------------------------------------------------------------------------
240
241The ``install-buildtools`` script is the easiest of the three methods by
Andrew Geissler517393d2023-01-13 08:55:19 -0600242which you can get these tools. It downloads a pre-built :term:`buildtools`
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500243installer and automatically installs the tools for you:
244
Andrew Geissler517393d2023-01-13 08:55:19 -0600245#. Execute the ``install-buildtools`` script. Here is an example::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500246
247 $ cd poky
Andrew Geissler5199d832021-09-24 16:47:35 -0500248 $ scripts/install-buildtools \
249 --without-extended-buildtools \
Andrew Geissler4c19ea12020-10-27 13:52:24 -0500250 --base-url &YOCTO_DL_URL;/releases/yocto \
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500251 --release yocto-&DISTRO; \
252 --installer-version &DISTRO;
253
Andrew Geissler517393d2023-01-13 08:55:19 -0600254 During execution, the :term:`buildtools` tarball will be downloaded, the
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500255 checksum of the download will be verified, the installer will be run
Andrew Geissler3b8a17c2021-04-15 15:55:55 -0500256 for you, and some basic checks will be run to make sure the
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500257 installation is functional.
258
259 To avoid the need of ``sudo`` privileges, the ``install-buildtools``
Andrew Geisslerc926e172021-05-07 16:11:35 -0500260 script will by default tell the installer to install in::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500261
262 /path/to/poky/buildtools
263
264 If your host development system needs the additional tools provided
Andrew Geissler517393d2023-01-13 08:55:19 -0600265 in the :term:`buildtools-extended` tarball, you can instead execute the
Andrew Geisslerc926e172021-05-07 16:11:35 -0500266 ``install-buildtools`` script with the default parameters::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500267
268 $ cd poky
269 $ scripts/install-buildtools
270
Patrick Williams2390b1b2022-11-03 13:47:49 -0500271 Alternatively if your host development system has a broken ``make``
272 version such that you only need a known good version of ``make``,
Andrew Geissler517393d2023-01-13 08:55:19 -0600273 you can use the ``--make-only`` option::
Patrick Williams2390b1b2022-11-03 13:47:49 -0500274
275 $ cd poky
276 $ scripts/install-buildtools --make-only
277
Andrew Geissler517393d2023-01-13 08:55:19 -0600278#. Source the tools environment setup script by using a command like the
Andrew Geisslerc926e172021-05-07 16:11:35 -0500279 following::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500280
281 $ source /path/to/poky/buildtools/environment-setup-x86_64-pokysdk-linux
282
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500283 After you have sourced the setup script, the tools are added to
284 ``PATH`` and any other environment variables required to run the
285 tools are initialized. The results are working versions versions of
286 Git, tar, Python and ``chrpath``. And in the case of the
Andrew Geissler517393d2023-01-13 08:55:19 -0600287 :term:`buildtools-extended` tarball, additional working versions of tools
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500288 including ``gcc``, ``make`` and the other tools included in
289 ``packagegroup-core-buildessential``.
290
291Downloading a Pre-Built ``buildtools`` Tarball
292----------------------------------------------
293
Andrew Geissler3b8a17c2021-04-15 15:55:55 -0500294If you would prefer not to use the ``install-buildtools`` script, you can instead
Andrew Geissler517393d2023-01-13 08:55:19 -0600295download and run a pre-built :term:`buildtools` installer yourself with the following
Andrew Geissler3b8a17c2021-04-15 15:55:55 -0500296steps:
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500297
Andrew Geissler517393d2023-01-13 08:55:19 -0600298#. Go to :yocto_dl:`/releases/yocto/yocto-&DISTRO;/buildtools/`, locate and
299 download the ``.sh`` file corresponding to your host architecture
300 and to :term:`buildtools`, :term:`buildtools-extended` or :term:`buildtools-make`.
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500301
Andrew Geissler517393d2023-01-13 08:55:19 -0600302#. Execute the installation script. Here is an example for the
Andrew Geisslerc926e172021-05-07 16:11:35 -0500303 traditional installer::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500304
Andrew Geisslerd1e89492021-02-12 15:35:20 -0600305 $ sh ~/Downloads/x86_64-buildtools-nativesdk-standalone-&DISTRO;.sh
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500306
Andrew Geisslerc926e172021-05-07 16:11:35 -0500307 Here is an example for the extended installer::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500308
Andrew Geisslerd1e89492021-02-12 15:35:20 -0600309 $ sh ~/Downloads/x86_64-buildtools-extended-nativesdk-standalone-&DISTRO;.sh
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500310
Patrick Williams2390b1b2022-11-03 13:47:49 -0500311 An example for the make-only installer::
312
313 $ sh ~/Downloads/x86_64-buildtools-make-nativesdk-standalone-&DISTRO;.sh
314
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500315 During execution, a prompt appears that allows you to choose the
316 installation directory. For example, you could choose the following:
Andrew Geissler4c19ea12020-10-27 13:52:24 -0500317 ``/home/your-username/buildtools``
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500318
Andrew Geissler517393d2023-01-13 08:55:19 -0600319#. As instructed by the installer script, you will have to source the tools
320 environment setup script::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500321
Andrew Geissler517393d2023-01-13 08:55:19 -0600322 $ source /home/your_username/buildtools/environment-setup-x86_64-pokysdk-linux
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500323
324 After you have sourced the setup script, the tools are added to
325 ``PATH`` and any other environment variables required to run the
326 tools are initialized. The results are working versions versions of
327 Git, tar, Python and ``chrpath``. And in the case of the
Andrew Geissler517393d2023-01-13 08:55:19 -0600328 :term:`buildtools-extended` tarball, additional working versions of tools
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500329 including ``gcc``, ``make`` and the other tools included in
330 ``packagegroup-core-buildessential``.
331
332Building Your Own ``buildtools`` Tarball
333----------------------------------------
334
Andrew Geissler517393d2023-01-13 08:55:19 -0600335Building and running your own :term:`buildtools` installer applies only when you
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500336have a build host that can already run BitBake. In this case, you use
337that machine to build the ``.sh`` file and then take steps to transfer
338and run it on a machine that does not meet the minimal Git, tar, and
339Python (or gcc) requirements.
340
Andrew Geissler517393d2023-01-13 08:55:19 -0600341Here are the steps to take to build and run your own :term:`buildtools`
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500342installer:
343
Andrew Geissler517393d2023-01-13 08:55:19 -0600344#. On the machine that is able to run BitBake, be sure you have set up
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500345 your build environment with the setup script
346 (:ref:`structure-core-script`).
347
Andrew Geissler517393d2023-01-13 08:55:19 -0600348#. Run the BitBake command to build the tarball::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500349
350 $ bitbake buildtools-tarball
351
Andrew Geissler517393d2023-01-13 08:55:19 -0600352 or to build the extended tarball::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500353
354 $ bitbake buildtools-extended-tarball
355
Patrick Williams2390b1b2022-11-03 13:47:49 -0500356 or to build the make-only tarball::
357
358 $ bitbake buildtools-make-tarball
359
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500360 .. note::
361
Andrew Geissler4c19ea12020-10-27 13:52:24 -0500362 The :term:`SDKMACHINE` variable in your ``local.conf`` file determines
363 whether you build tools for a 32-bit or 64-bit system.
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500364
365 Once the build completes, you can find the ``.sh`` file that installs
366 the tools in the ``tmp/deploy/sdk`` subdirectory of the
367 :term:`Build Directory`. The installer file has the string
Andrew Geissler517393d2023-01-13 08:55:19 -0600368 "buildtools" or "buildtools-extended" in the name.
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500369
Andrew Geissler517393d2023-01-13 08:55:19 -0600370#. Transfer the ``.sh`` file from the build host to the machine that
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500371 does not meet the Git, tar, or Python (or gcc) requirements.
372
Andrew Geissler517393d2023-01-13 08:55:19 -0600373#. On this machine, run the ``.sh`` file to install the tools. Here is an
374 example for the traditional installer::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500375
376 $ sh ~/Downloads/x86_64-buildtools-nativesdk-standalone-&DISTRO;.sh
377
Andrew Geissler517393d2023-01-13 08:55:19 -0600378 For the extended installer::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500379
380 $ sh ~/Downloads/x86_64-buildtools-extended-nativesdk-standalone-&DISTRO;.sh
381
Andrew Geissler517393d2023-01-13 08:55:19 -0600382 And for the make-only installer::
Patrick Williams2390b1b2022-11-03 13:47:49 -0500383
384 $ sh ~/Downloads/x86_64-buildtools-make-nativesdk-standalone-&DISTRO;.sh
385
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500386 During execution, a prompt appears that allows you to choose the
387 installation directory. For example, you could choose the following:
Andrew Geissler4c19ea12020-10-27 13:52:24 -0500388 ``/home/your_username/buildtools``
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500389
Andrew Geissler517393d2023-01-13 08:55:19 -0600390#. Source the tools environment setup script by using a command like the
Andrew Geisslerc926e172021-05-07 16:11:35 -0500391 following::
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500392
393 $ source /home/your_username/buildtools/environment-setup-x86_64-poky-linux
394
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500395 After you have sourced the setup script, the tools are added to
396 ``PATH`` and any other environment variables required to run the
397 tools are initialized. The results are working versions versions of
398 Git, tar, Python and ``chrpath``. And in the case of the
Andrew Geissler517393d2023-01-13 08:55:19 -0600399 :term:`buildtools-extended` tarball, additional working versions of tools
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500400 including ``gcc``, ``make`` and the other tools included in
401 ``packagegroup-core-buildessential``.