-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcaros-15.12-lamobo-r1.xml
72 lines (61 loc) · 2.1 KB
/
caros-15.12-lamobo-r1.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
72
<?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="aff2257e0b1153814aefc96737e00bdb4cf634e0"
remote="yocto" />
<layer name="meta-caros"
repo="meta-caros"
revision="14068d937dd67d77be4272e7715c3e1824cac3fc"
remote="carosio" />
<layer name="meta-lamobo-r1"
repo="meta-lamobo-r1"
revision="0dcb85a5c8f25e3c179050ae68c25c40b72db4e6"
remote="carosio" />
<layer name="meta-openembedded"
repo="meta-openembedded"
revision="df2f700d66bace65f5d802225232d01cf511fe81"
subdirs="meta-oe meta-networking meta-python"
remote="openembedded" />
<layer name="meta-virtualization"
repo="meta-virtualization"
revision="0277cbcb47db4239d0a4aa3b37c5c6a705070951"
remote="yocto" />
</layer_declaration>
<local_conf>
<![CDATA[
MACHINE = "sun7i-a20-lamobo-r1"
DISTRO = "caros"
DL_DIR = "/REDO/download"
]]>
</local_conf>
<buildstage id="001-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</action>
<reposync />
</buildstage>
<buildstage id="002-build-core-image">
<prestage>001-ubuntu</prestage>
<reposync />
<action>RUN install -d /REDO/build</action>
<action>RUN install -d /REDO/download</action>
<bitbake_target>core-image-caros</bitbake_target>
</buildstage>
<buildstage id="003-build-packages">
<prestage>002-build-core-image</prestage>
<reposync />
<!--
due to some cross-compilation issues on this target
there is currently no support for the full packagegroup-caros
set of packages.
-->
<bitbake_target>packagegroup-caros-ansible-deps</bitbake_target>
<bitbake_target>packagegroup-caros-erlang</bitbake_target>
<bitbake_target>packagegroup-caros-virtualization</bitbake_target>
</buildstage>
</redo>