Skip to content

Commit

Permalink
add a note to readme about build folder vs build/tmp-glibc
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L Arnold <nerdboy@gentoo.org>
  • Loading branch information
sarnold committed Aug 8, 2024
1 parent 51bab57 commit 358ccf8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ more convenient/shared location by using some `environment variables`_
as shown below; set them before running the ``build`` command::

(.venv) $ export DL_DIR="${HOME}/shared/downloads"
(.venv) $ export SSTATE_DIR="${HOME}/shared/poky/sstate-cache"
(.venv) $ export SSTATE_DIR="${HOME}/shared/oe/sstate-cache"

.. note:: You may need to create the above directories manually before
starting a new build.

The (yocto) build config files can be found in the usual place in the
``build`` folder, ie::
Expand All @@ -69,6 +71,10 @@ The (yocto) build config files can be found in the usual place in the

.. _environment variables: https://kas.readthedocs.io/en/latest/command-line.html#variables-glossary

.. important:: *Do not* delete the build folder to start a fresh build,
rather *do* remove ``build/tmp-glibc`` for that very purpose.


Notes on Enclustra BSP for Cyclone/Arria FPGA HW
================================================

Expand Down

0 comments on commit 358ccf8

Please sign in to comment.