mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
documentation: Rename of poky-ref-manual folder to ref-manual.
Changing the folder that holds the YP Reference Manual to be "ref-manual". This will help with confustion over the manual's intended purpose. (From yocto-docs rev: 1106442964b5080cb0b6b3bd3af32e9407c0f7c1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
af19d889ef
commit
ed0a240e16
@@ -0,0 +1,34 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>2.3.8.<2E>Other Tips</title>
|
||||
<link rel="stylesheet" type="text/css" href="../book.css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||
<link rel="home" href="index.html" title="The Yocto Project Reference Manual">
|
||||
<link rel="up" href="usingpoky-debugging.html" title="2.3.<2E>Debugging Build Failures">
|
||||
<link rel="prev" href="logging-with-bash.html" title="2.3.7.2.<2E>Logging With Bash">
|
||||
<link rel="next" href="maintaining-build-output-quality.html" title="2.4.<2E>Maintaining Build Output Quality">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="2.3.8.<2E>Other Tips">
|
||||
<div class="titlepage"><div><div><h3 class="title">
|
||||
<a name="usingpoky-debugging-others"></a>2.3.8.<2E>Other Tips</h3></div></div></div>
|
||||
<p>
|
||||
Here are some other tips that you might find useful:
|
||||
</p>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||
<li class="listitem"><p>When adding new packages, it is worth watching for
|
||||
undesirable items making their way into compiler command lines.
|
||||
For example, you do not want references to local system files like
|
||||
<code class="filename">/usr/lib/</code> or <code class="filename">/usr/include/</code>.
|
||||
</p></li>
|
||||
<li class="listitem"><p>If you want to remove the psplash boot splashscreen,
|
||||
add <code class="filename">psplash=false</code> to the kernel command line.
|
||||
Doing so prevents psplash from loading and thus allows you to see the console.
|
||||
It is also possible to switch out of the splashscreen by
|
||||
switching the virtual console (e.g. Fn+Left or Fn+Right on a Zaurus).
|
||||
</p></li>
|
||||
</ul></div>
|
||||
<p>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user