#!/usr/bin/env bash if ! (test -r "$BUILDDIR/conf/hob-pre.conf"); then cat < conf/hob-post.conf fi # Users don't like to launch GUI's and see a bunch of text whiz by, notify them if [ ! -e "$BUILDDIR/pseudodone" ]; then echo "Before we can launch the GUI we need to build some native tools required for running" fi bitbake -r conf/hob-pre.conf -R conf/hob-post.conf -u hob ret=$? exit $ret m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-58643691-1', 'auto'); ga('send', 'pageview');
summaryrefslogtreecommitdiff
blob: d50bc0738ecc2f63cf2248e1b988ea52aac59a66 (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