diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-02 13:24:14 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-04 15:20:17 +0100 |
commit | 5d6dcdb837e4369b4b624e9ff6fcf432c44c2c29 (patch) | |
tree | 8039a411f0264d5d63c90be6bbddf1846c019f66 /documentation/ref-manual/ref-variables.xml | |
parent | 6ff92a69662a23794732113be7f761b8d5fb9a65 (diff) | |
download | poky-5d6dcdb837e4369b4b624e9ff6fcf432c44c2c29.tar.gz |
dev-manual, ref-manual: Added notes for Systemd-based images.
Fixes [YOCTO #5159]
In the dev-manual, I located instances where a note about using
VIRTURAL-RUNTIME_initscripts = "" in the local.conf file would
be appropriate. Three areas updated.
In the ref-manual, I located the note in the systemd.bbclass
section and the variable descriptions for SYSTEM_AUTO_ENABLE,
SYSTEM_PACKAGES, and SYSTEMD_SERVICE.
(From yocto-docs rev: 57b0acf2f3f8159b635b42dcffa129f7d945eb81)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 22d7f13a0a..d42929a016 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -7113,6 +7113,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7113 | You can disable the service by setting the variable to | 7113 | You can disable the service by setting the variable to |
7114 | "disable." | 7114 | "disable." |
7115 | </para> | 7115 | </para> |
7116 | |||
7117 | <note> | ||
7118 | For Systemd-based images, include the following | ||
7119 | in your <filename>local.conf</filename> file: | ||
7120 | <literallayout class='monospaced'> | ||
7121 | VIRTUAL-RUNTIME_initscripts = "" | ||
7122 | </literallayout> | ||
7123 | </note> | ||
7116 | </glossdef> | 7124 | </glossdef> |
7117 | </glossentry> | 7125 | </glossentry> |
7118 | 7126 | ||
@@ -7136,6 +7144,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7136 | or packages in which the build system can find the systemd | 7144 | or packages in which the build system can find the systemd |
7137 | unit files. | 7145 | unit files. |
7138 | </para> | 7146 | </para> |
7147 | |||
7148 | <note> | ||
7149 | For Systemd-based images, include the following | ||
7150 | in your <filename>local.conf</filename> file: | ||
7151 | <literallayout class='monospaced'> | ||
7152 | VIRTUAL-RUNTIME_initscripts = "" | ||
7153 | </literallayout> | ||
7154 | </note> | ||
7139 | </glossdef> | 7155 | </glossdef> |
7140 | </glossentry> | 7156 | </glossentry> |
7141 | 7157 | ||
@@ -7157,6 +7173,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7157 | SYSTEMD_SERVICE_${PN} = "connman.service" | 7173 | SYSTEMD_SERVICE_${PN} = "connman.service" |
7158 | </literallayout> | 7174 | </literallayout> |
7159 | </para> | 7175 | </para> |
7176 | |||
7177 | <note> | ||
7178 | For Systemd-based images, include the following | ||
7179 | in your <filename>local.conf</filename> file: | ||
7180 | <literallayout class='monospaced'> | ||
7181 | VIRTUAL-RUNTIME_initscripts = "" | ||
7182 | </literallayout> | ||
7183 | </note> | ||
7160 | </glossdef> | 7184 | </glossdef> |
7161 | </glossentry> | 7185 | </glossentry> |
7162 | 7186 | ||