forked from JeffyCN/yocto-manifests
-
Notifications
You must be signed in to change notification settings - Fork 2
/
yocto.xml
26 lines (24 loc) · 1.57 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="scarthgap" sync-j="8" sync-c="true"/>
<project name="meta-browser" remote="browser" revision="d3a5f63c385e1e621fa1fef975024f8622a535ea" dest-branch="master"/>
<project name="meta-clang" remote="clang" revision="e7dceb1c92caf7f21ef1d7b49c85328c30cffd90" dest-branch="scarthgap"/>
<project name="meta-openembedded" remote="oe" revision="a72010b414ee3d73888ac9cb4e310e8f05e13aea" dest-branch="scarthgap"/>
<project name="meta-rockchip" remote="github" revision="5404e63cab63b1a09138ad4b41a97e0e1efa7e54" dest-branch="scarthgap"/>
<project name="poky" remote="yocto" revision="f450ddee3e1299dc80e1641c38bbd1699764ac87" dest-branch="scarthgap">
<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="bc4574986613ad98b7e8d397c8f4ed27bae64ee8" dest-branch="scarthgap">
<linkfile src="rockchip-rk3588-evb.conf" dest="build/conf/local.conf"/>
</project>
</manifest>