Lines Matching refs:sstate
1153 The stamp mechanism is more general than the shared state (sstate)
1157 tasks that can be accelerated through the sstate cache.
1164 the sstate cache mechanism adds is a way to cache task output that
1186 usually made available in the form of a shared state (sstate) cache.
1190 For information on variables affecting sstate, see the
1223 It becomes more complicated if everything can come from an sstate cache
1227 from sstate, BitBake does not need the ``do_package`` task data.
1231 sstate cache for any targets it is planning to build. BitBake does a
1236 If objects are found in the sstate cache, the build system works
1245 The availability of objects in the sstate cache is handled by the
1592 shared state (sstate) code tracks which tasks add which output to the
1596 system can fetch the sstate objects from remote locations and install
1776 The :ref:`sstate <ref-classes-sstate>` class is a
1792 implementation hidden in the :ref:`sstate <ref-classes-sstate>` class. From a user's perspective,
1799 do_deploy[sstate-inputdirs] = "${DEPLOYDIR}"
1800 do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}"
1812 sstate-related processing, which is implemented in the
1813 :ref:`sstate <ref-classes-sstate>` class, to
1817 - The ``do_deploy[sstate-inputdirs] = "${DEPLOYDIR}"`` declares that
1819 (i.e. when not using the sstate cache). This output becomes the input
1822 - The ``do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}"`` line
1862 In cases where ``sstate-inputdirs`` and ``sstate-outputdirs`` would be
1863 the same, you can use ``sstate-plaindirs``. For example, to preserve the
1867 do_package[sstate-plaindirs] = "${PKGD} ${PKGDEST}"
1879 - ``sstate-inputdirs`` and ``sstate-outputdirs`` can also be used with
1885 do_package[sstate-inputdirs] = "${PKGDESTWORK} ${SHLIBSWORKDIR}"
1886 do_package[sstate-outputdirs] = "${PKGDATA_DIR} ${SHLIBSDIR}"
1892 do_package[sstate-lockfile] = "${PACKAGELOCK}"
1900 file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \
1901 file://.* file:///some/local/dir/sstate/PATH"