diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml | 2 | ||||
-rw-r--r-- | documentation/poky.ent | 11 | ||||
-rw-r--r-- | documentation/ref-manual/ref-system-requirements.xml | 43 |
3 files changed, 11 insertions, 45 deletions
diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml index 6267a59a6d..421412ebe4 100644 --- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml +++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml | |||
@@ -131,7 +131,7 @@ | |||
131 | section in the Yocto Project Reference Manual. | 131 | section in the Yocto Project Reference Manual. |
132 | </note> | 132 | </note> |
133 | <literallayout class='monospaced'> | 133 | <literallayout class='monospaced'> |
134 | $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm | 134 | $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; |
135 | </literallayout> | 135 | </literallayout> |
136 | </para> | 136 | </para> |
137 | </section> | 137 | </section> |
diff --git a/documentation/poky.ent b/documentation/poky.ent index d247b8e9fe..63260129cf 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -69,20 +69,21 @@ | |||
69 | <!ENTITY OE_INIT_FILE "oe-init-build-env"> | 69 | <!ENTITY OE_INIT_FILE "oe-init-build-env"> |
70 | <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \ | 70 | <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \ |
71 | build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \ | 71 | build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \ |
72 | xz-utils debianutils iputils-ping python3-git python3-jinja2"> | 72 | xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \ |
73 | xterm"> | ||
73 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \ | 74 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \ |
74 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ | 75 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ |
75 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ | 76 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ |
76 | python3-pexpect findutils which file cpio python python3-pip xz python3-GitPython \ | 77 | python3-pexpect findutils which file cpio python python3-pip xz python3-GitPython \ |
77 | python3-jinja2"> | 78 | python3-jinja2 SDL-devel xterm"> |
78 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ | 79 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ |
79 | diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ | 80 | diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ |
80 | python3-pexpect xz which python3-Jinja2 | 81 | python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 |
81 | $ sudo pip3 install GitPython"> | 82 | $ sudo pip3 install GitPython libSDL-devel xterm"> |
82 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "-y epel-release | 83 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "-y epel-release |
83 | $ sudo yum makecache | 84 | $ sudo yum makecache |
84 | $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ | 85 | $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ |
85 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ | 86 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ |
86 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python34-pip xz \ | 87 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python34-pip xz \ |
87 | which | 88 | which SDL-devel xterm |
88 | $ sudo pip3 install GitPython jinja2"> | 89 | $ sudo pip3 install GitPython jinja2"> |
diff --git a/documentation/ref-manual/ref-system-requirements.xml b/documentation/ref-manual/ref-system-requirements.xml index 6872883f77..5f2b9f6ce1 100644 --- a/documentation/ref-manual/ref-system-requirements.xml +++ b/documentation/ref-manual/ref-system-requirements.xml | |||
@@ -192,13 +192,6 @@ | |||
192 | <literallayout class='monospaced'> | 192 | <literallayout class='monospaced'> |
193 | $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; | 193 | $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; |
194 | </literallayout></para></listitem> | 194 | </literallayout></para></listitem> |
195 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> | ||
196 | Packages recommended if the host system has graphics | ||
197 | support or if you are going to use the Eclipse | ||
198 | IDE: | ||
199 | <literallayout class='monospaced'> | ||
200 | $ sudo apt-get install libsdl1.2-dev xterm | ||
201 | </literallayout></para></listitem> | ||
202 | <listitem><para><emphasis>Documentation:</emphasis> | 195 | <listitem><para><emphasis>Documentation:</emphasis> |
203 | Packages needed if you are going to build out the | 196 | Packages needed if you are going to build out the |
204 | Yocto Project documentation manuals: | 197 | Yocto Project documentation manuals: |
@@ -222,18 +215,11 @@ | |||
222 | <literallayout class='monospaced'> | 215 | <literallayout class='monospaced'> |
223 | $ sudo dnf install &FEDORA_HOST_PACKAGES_ESSENTIAL; | 216 | $ sudo dnf install &FEDORA_HOST_PACKAGES_ESSENTIAL; |
224 | </literallayout></para></listitem> | 217 | </literallayout></para></listitem> |
225 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> | ||
226 | Packages recommended if the host system has graphics | ||
227 | support or if you are going to use the Eclipse | ||
228 | IDE: | ||
229 | <literallayout class='monospaced'> | ||
230 | $ sudo dnf install SDL-devel xterm | ||
231 | </literallayout></para></listitem> | ||
232 | <listitem><para><emphasis>Documentation:</emphasis> | 218 | <listitem><para><emphasis>Documentation:</emphasis> |
233 | Packages needed if you are going to build out the | 219 | Packages needed if you are going to build out the |
234 | Yocto Project documentation manuals: | 220 | Yocto Project documentation manuals: |
235 | <literallayout class='monospaced'> | 221 | <literallayout class='monospaced'> |
236 | $ sudo dnf install make docbook-style-dsssl docbook-style-xsl \ | 222 | $ sudo dnf install docbook-style-dsssl docbook-style-xsl \ |
237 | docbook-dtds docbook-utils fop libxslt dblatex xmlto | 223 | docbook-dtds docbook-utils fop libxslt dblatex xmlto |
238 | </literallayout></para></listitem> | 224 | </literallayout></para></listitem> |
239 | </itemizedlist> | 225 | </itemizedlist> |
@@ -253,27 +239,13 @@ | |||
253 | <literallayout class='monospaced'> | 239 | <literallayout class='monospaced'> |
254 | $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; | 240 | $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; |
255 | </literallayout></para></listitem> | 241 | </literallayout></para></listitem> |
256 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> | ||
257 | Packages recommended if the host system has graphics | ||
258 | support or if you are going to use the Eclipse | ||
259 | IDE: | ||
260 | <literallayout class='monospaced'> | ||
261 | $ sudo zypper install libSDL-devel xterm | ||
262 | </literallayout></para></listitem> | ||
263 | <listitem><para><emphasis>Documentation:</emphasis> | 242 | <listitem><para><emphasis>Documentation:</emphasis> |
264 | Packages needed if you are going to build out the | 243 | Packages needed if you are going to build out the |
265 | Yocto Project documentation manuals: | 244 | Yocto Project documentation manuals: |
266 | <literallayout class='monospaced'> | 245 | <literallayout class='monospaced'> |
267 | $ sudo zypper install make dblatex xmlto | 246 | $ sudo zypper install dblatex xmlto |
268 | </literallayout></para></listitem> | 247 | </literallayout></para></listitem> |
269 | </itemizedlist> | 248 | </itemizedlist> |
270 | <note> | ||
271 | Sanity testing, through the | ||
272 | <link linkend='ref-classes-testimage*'>testimage</link> | ||
273 | classes, does not work on systems using the | ||
274 | <ulink url='https://en.opensuse.org/Portal:Wicked'>Wicked</ulink> | ||
275 | network manager. | ||
276 | </note> | ||
277 | </para> | 249 | </para> |
278 | </section> | 250 | </section> |
279 | 251 | ||
@@ -288,7 +260,7 @@ | |||
288 | Packages needed to build an image for a headless | 260 | Packages needed to build an image for a headless |
289 | system: | 261 | system: |
290 | <literallayout class='monospaced'> | 262 | <literallayout class='monospaced'> |
291 | $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm | 263 | $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; |
292 | </literallayout> | 264 | </literallayout> |
293 | <note><title>Notes</title> | 265 | <note><title>Notes</title> |
294 | <itemizedlist> | 266 | <itemizedlist> |
@@ -310,18 +282,11 @@ | |||
310 | </itemizedlist> | 282 | </itemizedlist> |
311 | </note> | 283 | </note> |
312 | </para></listitem> | 284 | </para></listitem> |
313 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> | ||
314 | Packages recommended if the host system has graphics | ||
315 | support or if you are going to use the Eclipse | ||
316 | IDE: | ||
317 | <literallayout class='monospaced'> | ||
318 | $ sudo yum install SDL-devel xterm | ||
319 | </literallayout></para></listitem> | ||
320 | <listitem><para><emphasis>Documentation:</emphasis> | 285 | <listitem><para><emphasis>Documentation:</emphasis> |
321 | Packages needed if you are going to build out the | 286 | Packages needed if you are going to build out the |
322 | Yocto Project documentation manuals: | 287 | Yocto Project documentation manuals: |
323 | <literallayout class='monospaced'> | 288 | <literallayout class='monospaced'> |
324 | $ sudo yum install make docbook-style-dsssl docbook-style-xsl \ | 289 | $ sudo yum install docbook-style-dsssl docbook-style-xsl \ |
325 | docbook-dtds docbook-utils fop libxslt dblatex xmlto | 290 | docbook-dtds docbook-utils fop libxslt dblatex xmlto |
326 | </literallayout></para></listitem> | 291 | </literallayout></para></listitem> |
327 | </itemizedlist> | 292 | </itemizedlist> |