diff --git a/doc/source/how_tos/users/agenda.rst b/doc/source/how_tos/users/agenda.rst index 90affd44..b986a9af 100644 --- a/doc/source/how_tos/users/agenda.rst +++ b/doc/source/how_tos/users/agenda.rst @@ -219,11 +219,7 @@ cpu0 and cpu4 will affect all our cores) e.g. iterations: 10 Here, we're specifying a ``sysfile_values`` runtime parameter for the device. -The value for this parameter is a mapping (an associative array, in YAML) of -file paths onto values that should be written into those files. Runtime -parameters will depend on the specifics of the device used (e.g. its CPU cores -configuration). - +For more information please see :ref:`setting sysfiles `. APK Workloads ^^^^^^^^^^^^^ diff --git a/doc/source/user_reference/runtime_parameters.rst b/doc/source/user_reference/runtime_parameters.rst index 7d766a9b..ae59378a 100644 --- a/doc/source/user_reference/runtime_parameters.rst +++ b/doc/source/user_reference/runtime_parameters.rst @@ -202,6 +202,7 @@ Android Specific Runtime Parameters :screen_on: A ``boolean`` to specify whether the devices screen should be turned on. Defaults to ``true``. +.. _setting-sysfiles: Setting Sysfiles ^^^^^^^^^^^^^^^^