summaryrefslogtreecommitdiffstats
path: root/WebHob_1.5/b3/project-configuration.html
blob: f4b82f95c81a79bdf2e6d7c92563b2cc3f7cc9a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<!DOCTYPE html>

<html lang="en">
  <head>
    <title>
       Configuration - A Toaster project - Toaster
    </title>
    <link rel="stylesheet" href="assets/css/bootstrap.css" type="text/css"/>
    <link rel="stylesheet" href="assets/css/font-awesome.min.css" type='text/css'/>
    <link rel="stylesheet" href="assets/css/default.css" type='text/css'/>

    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
    <script src="assets/js/jquery-2.0.3.min.js"></script>
    <script src="assets/js/bootstrap.js"></script>
    <script src="assets/js/prettify.js"></script>
    <script src="assets/js/main.js"></script>

  </head>

  <body>

    <input type='hidden' name='csrfmiddlewaretoken' value='IGRh1UqM41ehWHwlcGkjwhftBjzWBGpb' />
    <div id="loading-notification" class="alert alert-warning lead text-center" style="display:none">
      Loading <i class="fa-pulse icon-spinner"></i>
    </div>

    <div id="change-notification" class="alert alert-info alert-dismissible change-notification" style="display:none">
      <button type="button" class="close" id="hide-alert" data-dismiss="alert">&times;</button>
      <span id="change-notification-msg"></span>
    </div>

    <nav class="navbar navbar-default navbar-fixed-top">
      <div class="container-fluid">
        <div class="navbar-header">
          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#global-nav" aria-expanded="false">
            <span class="sr-only">Toggle navigation</span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </button>
          <div class="toaster-navbar-brand">
            <a href="/">
              <img class="logo" src="../assets/img/logo.png" class="" alt="Yocto logo project"/>
            </a>
            <a class="brand" href="/">Toaster</a>

            <span class="glyphicon glyphicon-info-sign" title="<strong>Toaster version information</strong>" data-content="<dl><dt>Git branch</dt><dd>toaster-next
</dd><dt>Git revision</dt><dd>562c6e06be41026f59bee3703ee553b57896872a
</dd></dl>"></i>

          </div>
        </div>
        <div class="collapse navbar-collapse" id="global-nav">
            <ul class="nav navbar-nav">

              <li >
              <a href="/toastergui/builds/">
                <i class="glyphicon glyphicon-tasks"></i>
                All builds
              </a>
              </li>
              <li >
              <a href="/toastergui/projects/">
                <i class="glyphicon glyphicon-folder-open"></i>
                All projects
              </a>
              </li>

              <li>
              <a target="_blank" href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html">
                <i class="glyphicon glyphicon-book"></i>
                Documentation
              </a>
              </li>
            </ul>
            <a class="btn btn-default navbar-btn navbar-right" id="new-project-button" href="/toastergui/newproject/">New project</a>
          </div>
      </div>
    </nav>

    <div class="container-fluid">


<div class="row">

<div class="col-md-12">
  <div class="alert alert-success alert-dismissible change-notification" id="project-created-notification" style="display:none">
    <button type="button" class="close" data-dismiss="alert">&times;</button>
		<p>Your project <strong>Task dependency information</strong> has been created. You can now <a class="alert-link" href="/toastergui/project/2/machines/">select your target machine</a> and <a class="alert-link" href="/toastergui/project/2/images/">choose image recipes</a> to build.</p>
  </div>
  <!-- project name -->
  <div class="page-header">
    <h1 id="project-name-container">
      <span id="project-name">A Toaster project</span>

      <span class="glyphicon glyphicon-edit" id="project-change-form-toggle"></i>


    </h1>
    <form id="project-name-change-form" class="form-inline" style="display: none;">
      <div class="form-group">
        <input class="form-control input-lg" type="text" id="project-name-change-input" autocomplete="off" value="Task dependency information">
      </div>
      <button id="project-name-change-btn" class="btn btn-default btn-lg" type="button">Save</button>
      <a href="#" id="project-name-change-cancel" class="btn btn-lg btn-link">Cancel</a>
    </form>
  </div>


  <div id="project-topbar">
    <ul class="nav nav-tabs">
      <li id="topbar-configuration-tab" class="active">
      <a href="/toastergui/project/2/">
        Configuration
      </a>
      </li>
      <li>
      <a href="project-builds.html">
        Builds (1)
      </a>
      </li>
      <li>
      <a href="/toastergui/project/2/importlayer">
        Import layer
      </a>
      </li>
      <li>
      <a href="/toastergui/project/2/newcustomimage/">
        New custom image
      </a>
      </li>
      <li class="pull-right">
        <form class="form-inline">
          <div class="form-group">
            <span class="glyphicon glyphicon-question-sign get-help" data-placement="left" title="Type the name of one or more recipes you want to build, separated by a space. You can also specify a task by appending a colon and a task name to the recipe name, like so: <code>busybox:clean</code>"></span>
            <input id="build-input" type="text" class="form-control input-lg" placeholder="Type the recipe you want to build" autocomplete="off">
          </div>
          <button id="build-button" class="btn btn-primary btn-lg" data-project-id="2" disabled>Build</button>
        </form>
      </li>
    </ul>
  </div>

</div>

  <!-- only on config pages -->
  <div id="config-nav" class="col-md-2">
    <ul class="nav nav-pills nav-stacked">
      <li class="active"><a class="nav-parent" href="/toastergui/project/2/">Configuration</a></li>
      <li class="nav-header">Compatible metadata</li>
      <li><a href="/toastergui/project/2/customimages/">Custom images</a></li>
      <li><a href="/toastergui/project/2/images/">Image recipes</a></li>
      <li><a href="/toastergui/project/2/softwarerecipes/">Software recipes</a></li>
      <li><a href="/toastergui/project/2/machines/">Machines</a></li>
      <li><a href="/toastergui/project/2/layers/">Layers</a></li>
      <li class="nav-header">Extra configuration</li>
      <li><a href="/toastergui/project/2/configuration">BitBake variables</a></li>
      <li class="nav-header">Actions</li>
      <li><a href="#deleteProject" data-toggle="modal" class="text-danger"><span class="glyphicon glyphicon-trash"></span> Delete project</a></li>
    </ul>
  </div>
  <div class="col-md-10">

<div class="row" id="project-page">
  <div class="col-md-6">
    <div class="well well-transparent" id="machine-section">
      <h3>Machine</h3>

      <p class="lead"><span id="project-machine-name">qemux86</span> <span class="glyphicon glyphicon-edit" id="change-machine-toggle"></span></p>

      <form id="select-machine-form" style="display:none;" class="form-inline">
        <div class="alert alert-info">
          <strong>Machine changes have a big impact on build outcome.</strong> You cannot really compare the builds for the new machine with the previous ones.
        </div>

        <div class="form-group">
          <input class="form-control" id="machine-change-input" autocomplete="off" value="" data-provide="typeahead" data-minlength="1" data-autocomplete="off" type="text">
        </div>
        <button id="machine-change-btn" class="btn btn-default" type="button">Save</button>
        <a href="#" id="cancel-machine-change" class="btn btn-link">Cancel</a>
        <p class="form-link"><a href="/toastergui/project/2/machines/">View compatible machines</a></p>
      </form>
    </div>

    <div class="well well-transparent">
      <h3>Most built recipes</h3>

      <div class="alert alert-info" style="display:none" id="no-most-built">
        <h4>You haven't built any recipes yet</h4>
        <p class="form-link"><a href="/toastergui/project/2/images/">Choose a recipe to build</a></p>
      </div>

      <ul class="list-unstyled lead" id="freq-build-list">
        <li><div class="checkbox"><label><input type="checkbox" value="core-image-minimal"><span class="freq-target-name">core-image-minimal</span></label></div></li>
      </ul>
      <button class="btn btn-primary" id="freq-build-btn" disabled="disabled">Build selected recipes</button>
    </div>

    <div class="well well-transparent">
      <h3>Project release</h3>

      <p class="lead"><span id="project-release-title">Yocto Project master</span></p>
    </div>
  </div>

  <div class="col-md-6">
    <div class="well well-transparent" id="layer-container">
      <h3>Layers <span class="counter">(<span id="project-layers-count">3</span>)</span>
        <span title="OpenEmbedded organises recipes and machines into thematic groups called <strong>layers</strong>. Click on a layer name to see the recipes and machines it includes." class="glyphicon glyphicon-question-sign get-help"></span>
      </h3>

      <div class="alert alert-warning" id="no-layers-in-project" style="display:none">
        <h4>This project has no layers</h4>
        In order to build this project you need to add some layers first. For that you can:
        <ul>
          <li><a href="/toastergui/project/2/layers/">Choose from the layers compatible with this project</a></li>
          <li><a href="/toastergui/project/2/importlayer">Import a layer</a></li>
          <li><a href="http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#understanding-and-creating-layers" target="_blank">Read about layers in the documentation</a></li>
          <li>Or type a layer name below</li>
        </ul>
      </div>

      <form class="form-inline">
        <div class="form-group">
          <input id="layer-add-input" class="form-control" autocomplete="off" placeholder="Type a layer name" data-minlength="1" data-autocomplete="off" data-provide="typeahead" data-source="" type="text">
        </div>
        <button id="add-layer-btn" class="btn btn-default" disabled>Add layer</button>
        <p class="form-link">
          <a href="/toastergui/project/2/layers/" id="view-compatible-layers">View compatible layers</a>
          <span class="text-muted">|</span>
          <a href="/toastergui/project/2/importlayer">Import layer</a>
        </p>
      </form>

      <ul class="list-unstyled lead" id="layers-in-project-list">
        <li><a href="/toastergui/project/2/layer/4" data-original-title="" title="">openembedded-core</a><span class="glyphicon glyphicon-trash" data-toggle="tooltip" title="" data-original-title="Remove"></span></li>
        <li><a href="/toastergui/project/2/layer/211" data-original-title="" title="">meta-poky</a><span class="glyphicon glyphicon-trash" data-toggle="tooltip" title="" data-original-title="Remove"></span></li>
        <li><a href="/toastergui/project/2/layer/31" data-original-title="" title="">meta-yocto-bsp</a><span class="glyphicon glyphicon-trash" data-toggle="tooltip" title="" data-original-title="Remove"></span></li>
      </ul>
  </div>
</div>

  </div>

</div>

    </div>

    <!-- delete project modal -->
    <div class="modal fade" tabindex="-1" role="dialog" id="deleteProject">
      <div class="modal-dialog">
        <div class="modal-content">
          <div class="modal-header">
            <h4>Are you sure you want to delete this project?</h4>
          </div>
          <div class="modal-body">
            <p>Deleting the <strong>A Toaster project</strong> project will remove forever:</p>
            <ul>
              <li>Its configuration information</li>
              <li>Its imported layers</li>
              <li>Its custom images</li>
              <li>All its build information</li>
            </ul>
          </div>
          <div class="modal-footer">
            <a href="all-projects.html" class="btn btn-primary">Delete project</a>
            <button type="button" class="btn btn-link" data-dismiss="modal">Cancel</button>
          </div>
        </div><!-- /.modal-content -->
      </div><!-- /.modal-dialog -->
    </div><!-- /.modal -->

  </body>
</html>