generic-poky/documentation/ref-manual/eclipse/html/poky-ref-manual/using-build-history-to-gath...

35 lines
2.0 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>2.4.2.3. Using Build History to Gather Image Information Only</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="understanding-what-the-build-history-contains.html" title="2.4.2. Understanding What the Build History Contains">
<link rel="prev" href="build-history-image-information.html" title="2.4.2.2. Build History Image Information">
<link rel="next" href="examining-build-history-information.html" title="2.4.2.4. Examining Build History Information">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="2.4.2.3. Using Build History to Gather Image Information Only">
<div class="titlepage"><div><div><h4 class="title">
<a name="using-build-history-to-gather-image-information-only"></a>2.4.2.3. Using Build History to Gather Image Information Only</h4></div></div></div>
<p>
As you can see, build history produces image information,
including dependency graphs, so you can see why something
was pulled into the image.
If you are just interested in this information and not
interested in collecting history or any package information,
you can enable writing only image information without
any history by adding the following
to your <code class="filename">conf/local.conf</code> file found in the
<a class="link" href="../dev-manual/build-directory.html" target="_self">Build Directory</a>:
</p>
<pre class="literallayout">
INHERIT += "buildhistory"
BUILDHISTORY_COMMIT = "0"
BUILDHISTORY_FEATURES = "image"
</pre>
<p>
</p>
</div></body>
</html>