]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - doc/html/user-guide/cdl-packages.html
Initial revision
[karo-tx-redboot.git] / doc / html / user-guide / cdl-packages.html
1 <!-- Copyright (C) 2003 Red Hat, Inc.                                -->
2 <!-- This material may be distributed only subject to the terms      -->
3 <!-- and conditions set forth in the Open Publication License, v1.0  -->
4 <!-- or later (the latest version is presently available at          -->
5 <!-- http://www.opencontent.org/openpub/).                           -->
6 <!-- Distribution of the work or derivative of the work in any       -->
7 <!-- standard (paper) book form is prohibited unless prior           -->
8 <!-- permission is obtained from the copyright holder.               -->
9 <HTML
10 ><HEAD
11 ><TITLE
12 >Packages</TITLE
13 ><meta name="MSSmartTagsPreventParsing" content="TRUE">
14 <META
15 NAME="GENERATOR"
16 CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
17 "><LINK
18 REL="HOME"
19 TITLE="eCos User Guide"
20 HREF="ecos-user-guide.html"><LINK
21 REL="UP"
22 TITLE="CDL Concepts"
23 HREF="cdl-concepts.html"><LINK
24 REL="PREVIOUS"
25 TITLE="Component Definition Language"
26 HREF="cdl-component-definition-language.html"><LINK
27 REL="NEXT"
28 TITLE="Configuration Items"
29 HREF="cdl-configuration-items.html"></HEAD
30 ><BODY
31 CLASS="SECT1"
32 BGCOLOR="#FFFFFF"
33 TEXT="#000000"
34 LINK="#0000FF"
35 VLINK="#840084"
36 ALINK="#0000FF"
37 ><DIV
38 CLASS="NAVHEADER"
39 ><TABLE
40 SUMMARY="Header navigation table"
41 WIDTH="100%"
42 BORDER="0"
43 CELLPADDING="0"
44 CELLSPACING="0"
45 ><TR
46 ><TH
47 COLSPAN="3"
48 ALIGN="center"
49 >eCos User Guide</TH
50 ></TR
51 ><TR
52 ><TD
53 WIDTH="10%"
54 ALIGN="left"
55 VALIGN="bottom"
56 ><A
57 HREF="cdl-component-definition-language.html"
58 ACCESSKEY="P"
59 >Prev</A
60 ></TD
61 ><TD
62 WIDTH="80%"
63 ALIGN="center"
64 VALIGN="bottom"
65 >Chapter 24. CDL Concepts</TD
66 ><TD
67 WIDTH="10%"
68 ALIGN="right"
69 VALIGN="bottom"
70 ><A
71 HREF="cdl-configuration-items.html"
72 ACCESSKEY="N"
73 >Next</A
74 ></TD
75 ></TR
76 ></TABLE
77 ><HR
78 ALIGN="LEFT"
79 WIDTH="100%"></DIV
80 ><DIV
81 CLASS="SECT1"
82 ><H1
83 CLASS="SECT1"
84 ><A
85 NAME="CDL-PACKAGES">Packages</H1
86 ><P
87 >The building blocks of an <SPAN
88 CLASS="PRODUCTNAME"
89 >eCos</SPAN
90 > configuration are called
91           <SPAN
92 CLASS="emphasis"
93 ><I
94 CLASS="EMPHASIS"
95 >packages</I
96 ></SPAN
97 >. Packages are the units of
98           software distribution.  A set of core packages (such as
99           kernel, C library and math library) is provided by Red Hat:
100           additional third-party packages will be available in
101           future.</P
102 ><P
103 >A package may exist in one of a number of <SPAN
104 CLASS="emphasis"
105 ><I
106 CLASS="EMPHASIS"
107 >versions</I
108 ></SPAN
109 >.
110  The default version is the <SPAN
111 CLASS="emphasis"
112 ><I
113 CLASS="EMPHASIS"
114 >current</I
115 ></SPAN
116 > version.
117  Only one version of a given package may be present in the component
118 repository at any given time.</P
119 ><P
120 >Packages are organized in a tree hierarchy.  Each package
121 is either at the top-level or is the child of another package.</P
122 ><P
123 >The <SPAN
124 CLASS="PRODUCTNAME"
125 >eCos</SPAN
126 > <SPAN
127 CLASS="APPLICATION"
128 > Package Administration Tool</SPAN
129 > can be used to add or remove
130 packages from the component repository.  The <SPAN
131 CLASS="PRODUCTNAME"
132 >eCos</SPAN
133 > <SPAN
134 CLASS="APPLICATION"
135 >Configuration Tool</SPAN
136 > can be used to include or exclude packages from the configuration
137 being built.</P
138 ></DIV
139 ><DIV
140 CLASS="NAVFOOTER"
141 ><HR
142 ALIGN="LEFT"
143 WIDTH="100%"><TABLE
144 SUMMARY="Footer navigation table"
145 WIDTH="100%"
146 BORDER="0"
147 CELLPADDING="0"
148 CELLSPACING="0"
149 ><TR
150 ><TD
151 WIDTH="33%"
152 ALIGN="left"
153 VALIGN="top"
154 ><A
155 HREF="cdl-component-definition-language.html"
156 ACCESSKEY="P"
157 >Prev</A
158 ></TD
159 ><TD
160 WIDTH="34%"
161 ALIGN="center"
162 VALIGN="top"
163 ><A
164 HREF="ecos-user-guide.html"
165 ACCESSKEY="H"
166 >Home</A
167 ></TD
168 ><TD
169 WIDTH="33%"
170 ALIGN="right"
171 VALIGN="top"
172 ><A
173 HREF="cdl-configuration-items.html"
174 ACCESSKEY="N"
175 >Next</A
176 ></TD
177 ></TR
178 ><TR
179 ><TD
180 WIDTH="33%"
181 ALIGN="left"
182 VALIGN="top"
183 >Component Definition Language</TD
184 ><TD
185 WIDTH="34%"
186 ALIGN="center"
187 VALIGN="top"
188 ><A
189 HREF="cdl-concepts.html"
190 ACCESSKEY="U"
191 >Up</A
192 ></TD
193 ><TD
194 WIDTH="33%"
195 ALIGN="right"
196 VALIGN="top"
197 >Configuration Items</TD
198 ></TR
199 ></TABLE
200 ></DIV
201 ></BODY
202 ></HTML
203 >