-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathyocto.xml
26 lines (24 loc) · 1.55 KB
/
yocto.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<notice>Your sources have been sync'd successfully.</notice>
<remote name="browser" fetch="https://github.com/OSSystems"/>
<remote name="clang" fetch="https://github.com/kraj"/>
<remote name="github" fetch="https://github.com/JeffyCN/"/>
<remote name="oe" fetch="git://git.openembedded.org"/>
<remote name="yocto" fetch="git://git.yoctoproject.org"/>
<default revision="master" sync-j="8" sync-c="true"/>
<project name="meta-browser" remote="browser" revision="f988d616d37ddf160d3d747ed54d0a66d549f499" dest-branch="master"/>
<project name="meta-clang" remote="clang" revision="835896fc6b2b8862d358f65d8cf229537acdbe1a" dest-branch="master"/>
<project name="meta-openembedded" remote="oe" revision="14c7d65643d9da0fdb0e96583961983c45d2e0c8" dest-branch="master"/>
<project name="meta-rockchip" remote="github" revision="1494a7bfb3bd51a6355bbae4f8518b9bfebb6a0a" dest-branch="master"/>
<project name="poky" remote="yocto" revision="d074707199447a8986798796631846e129972afd" dest-branch="master">
<linkfile src="scripts" dest="scripts"/>
<linkfile src="bitbake" dest="bitbake"/>
<linkfile src="meta-poky" dest="meta-poky"/>
<linkfile src=".templateconf" dest=".templateconf"/>
<linkfile src="oe-init-build-env" dest="oe-init-build-env"/>
</project>
<project name="yocto-conf" path="build/conf" remote="github" revision="528240521a82926e3734cfe1e1a8b02535f3ebd8" dest-branch="master">
<linkfile src="rockchip-rk3588-evb.conf" dest="build/conf/local.conf"/>
</project>
</manifest>