diff options
Diffstat (limited to 'documentation/ref-manual/eclipse/html/poky-ref-manual/ref-classes-binconfig.html')
-rw-r--r-- | documentation/ref-manual/eclipse/html/poky-ref-manual/ref-classes-binconfig.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/documentation/ref-manual/eclipse/html/poky-ref-manual/ref-classes-binconfig.html b/documentation/ref-manual/eclipse/html/poky-ref-manual/ref-classes-binconfig.html new file mode 100644 index 0000000000..bbf035e950 --- /dev/null +++ b/documentation/ref-manual/eclipse/html/poky-ref-manual/ref-classes-binconfig.html | |||
@@ -0,0 +1,30 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | ||
4 | <title>7.5. Binary config scripts - binconfig.bbclass</title> | ||
5 | <link rel="stylesheet" type="text/css" href="../book.css"> | ||
6 | <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> | ||
7 | <link rel="home" href="index.html" title="The Yocto Project Reference Manual"> | ||
8 | <link rel="up" href="ref-classes.html" title="Chapter 7. Classes"> | ||
9 | <link rel="prev" href="ref-classes-update-rc.d.html" title="7.4. Initscripts - update-rc.d.bbclass"> | ||
10 | <link rel="next" href="ref-classes-debian.html" title="7.6. Debian renaming - debian.bbclass"> | ||
11 | </head> | ||
12 | <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="7.5. Binary config scripts - binconfig.bbclass"> | ||
13 | <div class="titlepage"><div><div><h2 class="title" style="clear: both"> | ||
14 | <a name="ref-classes-binconfig"></a>7.5. Binary config scripts - <code class="filename">binconfig.bbclass</code> | ||
15 | </h2></div></div></div> | ||
16 | <p> | ||
17 | Before <code class="filename">pkg-config</code> had become widespread, libraries shipped shell | ||
18 | scripts to give information about the libraries and include paths needed | ||
19 | to build software (usually named <code class="filename">LIBNAME-config</code>). | ||
20 | This class assists any recipe using such scripts. | ||
21 | </p> | ||
22 | <p> | ||
23 | During staging, BitBake installs such scripts into the | ||
24 | <code class="filename">sysroots/</code> directory. | ||
25 | BitBake also changes all paths to point into the <code class="filename">sysroots/</code> | ||
26 | directory so all builds that use the script will use the correct | ||
27 | directories for the cross compiling layout. | ||
28 | </p> | ||
29 | </div></body> | ||
30 | </html> | ||