Lines Matching full:your
35 essential to completing subsequent steps, which are to get your
36 equipment together and set up your development environment's
75 4. *Use Git as Your Source Control Manager (SCM):* Keeping your
122 - Keep your cross-development toolchains updated. You can do this
140 - Keep the core system unchanged as much as possible and do your
223 - Maintain your Metadata in layers that make sense for your
264 This section provides procedures to set up a system to be used as your
266 development using the Yocto Project. Your build host can be a native
281 Once your build host is set up to use the Yocto Project, further steps
286 - *BSP Development:* See the ":ref:`bsp-guide/bsp:preparing your build host to work with bsp layer…
296 Follow these steps to prepare a native Linux machine as your Yocto
309 2. *Have Enough Free Memory:* Your system should have at least 50 Gbytes
324 If your build host does not meet any of these listed version
331 packages vary depending on your build host and what you want to do
340 using a given development path on your native Linux machine. If you are
360 as your Yocto Project build host:
362 1. *Determine What Your Build Host Needs:*
365 Depending on your build host, you might have to install different
369 your build host needs to run containers.
371 2. *Choose What To Install:* Depending on whether or not your build host
378 3. *Go to the Install Site for Your Platform:* Click the link for the
379 Docker edition associated with your build host's native software. For
380 example, if your build host is running Microsoft Windows Version 10
386 software. Follow the instructions for your specific machine and the
418 Docker or the Docker Toolbox and have a terminal shell on your
423 the directions for your particular build host (i.e. Linux, Mac, or
426 Once you complete the setup instructions for your machine, you have
452 your Yocto Project build host:
454 1. *Make sure your Windows 10 machine is capable of running WSLv2:*
464 If your build is capable of running
469 2. *Install the Linux distribution of your choice inside Windows 10:*
470 Once you know your version of Windows 10 supports WSLv2, you can
471 install the distribution of your choice from the Microsoft Store.
473 several Linux distributions available, the assumption is that your
476 making your selection, simply click "Get" to download and install the
479 3. *Check your Linux distribution is using WSLv2:* Open a Windows
487 being used by your distribution, on compatible systems, this can be
494 5. *Launch your WSL Distibution:* From the Windows start menu simply
495 launch your WSL distribution just like any other application.
497 6. *Optimize your WSLv2 storage often:* Due to the way storage is
505 1. *Find the location of your VHDX file:*
517 replace the PackageFamilyName and your user on the following path
518 to find your VHDX file::
524 Your VHDX file path is:
527 2a. *Optimize your VHDX file using Windows Powershell:*
531 optimize your VHDX file, shutting down WSL first::
540 2b. *Optimize your VHDX file using DiskPart:*
545 Administrator to optimize your VHDX file, shutting down WSL first::
559 port, but it automatically mounts your ``C:`` drive on ``/mnt/c/``
561 flashed on hardware through Windows, but your build directory should
665 :yocto_home:`Yocto Project Website <>` in your browser.
690 installed on your development system. This locally installed set of
694 The preferred method of creating your Source Directory is by using
710 1. *Set Your Directory:* Change your working directory to where you want
711 to create your local copy of ``poky``.
714 ``poky`` repository and uses the default name "poky" for your local
742 Your branch is up-to-date with 'origin/master'.
747 Your local repository of poky is identical to the
808 The following command displays the branches that are now part of your
837 you need to fetch the upstream tags into your local repository::