-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcaros-15.11-lamobo-r1.xml
67 lines (57 loc) · 1.94 KB
/
caros-15.11-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
<?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="fa55b8e5050c6d7a47ef8e9bc213d0cc9471b43a"
remote="yocto" />
<layer name="meta-caros"
repo="meta-caros"
revision="7c2cc27af543ba8e4a236fc860c345e39d1f3c99"
remote="carosio" />
<layer name="meta-lamobo-r1"
repo="meta-lamobo-r1"
revision="8476d88b4e172047d0472038bbdcd9a211f6f046"
remote="carosio" />
<layer name="meta-openembedded"
repo="meta-openembedded"
revision="df2f700d66bace65f5d802225232d01cf511fe81"
subdirs="meta-oe meta-networking meta-python"
remote="openembedded" />
</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>iptables</bitbake_target>
</buildstage>
</redo>