-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcaros-16.02-vmware.xml
71 lines (59 loc) · 1.9 KB
/
caros-16.02-vmware.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<redo>
<layer_declaration>
<remote baseurl="git://git.yoctoproject.org/" name="yocto" />
<remote baseurl="git://github.com/carosio/" name="carosio" />
<remote baseurl="git://github.com/openembedded/" name="openembedded"/>
<baselayer
repo="poky"
revision="1a52eceaa5df89914b6a711defdcf0046e74c7f6"
remote="yocto" />
<layer name="meta-caros"
repo="meta-caros"
revision="e344264e0ede6690ab953d13498e3aa7ab03b40d"
remote="carosio" />
<layer name="meta-vmware"
repo="meta-vmware"
revision="f39ee7e70bb589c5d760605534d06962a1fe3863"
remote="carosio" />
<layer name="meta-openembedded"
repo="meta-openembedded"
revision="ad6133a2e95f4b83b6b3ea413598e2cd5fb3fd90"
subdirs="meta-oe meta-networking meta-python"
remote="openembedded" />
<layer name="meta-virtualization"
repo="meta-virtualization"
revision="9d9372c0f935796d789c3412924742123591549c"
remote="yocto" />
</layer_declaration>
<local_conf>
<![CDATA[
MACHINE = "vmware"
DISTRO = "caros"
DL_DIR = "/REDO/download"
]]>
</local_conf>
<buildstage id="010-ubuntu">
<action>FROM ubuntu:14.04</action>
<action>RUN apt-get update</action>
<action>RUN apt-get install -y subversion gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath libsdl1.2-dev vim sudo curl webfs tmux libssl-dev</action>
<reposync />
</buildstage>
<buildstage id="015-reposync">
<prestage>010-ubuntu</prestage>
<reposync />
<action>RUN install -d /REDO/build</action>
<action>RUN install -d /REDO/download</action>
</buildstage>
<buildstage id="020-build-core-image">
<prestage>015-reposync</prestage>
<bitbake_target>core-image-caros</bitbake_target>
</buildstage>
<!--
<buildstage id="030-build-packages">
<prestage>020-build-core-image</prestage>
<reposync />
<bitbake_target>packagegroup-caros</bitbake_target>
</buildstage>
-->
</redo>