From b3d34e25ff696a2090d135bcc3e3dc207871bd3b Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Wed, 16 May 2018 11:34:11 +0100 Subject: [PATCH] doc: Update sysfile documentation. Remove duplicated information and added link to additional documentation. --- doc/source/how_tos/users/agenda.rst | 6 +----- doc/source/user_reference/runtime_parameters.rst | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) 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 ^^^^^^^^^^^^^^^^