Compare commits
No commits in common. "586797e4a0dd5cadf50f5ec4ab3ae38c7cb94768" and "cc55f432b4b9975d3da07c62be41dd77b652600f" have entirely different histories.
586797e4a0
...
cc55f432b4
27
default.xml
27
default.xml
@ -1,19 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<manifest>
|
||||
<default sync-j="8"/>
|
||||
<default sync-j="8"/>
|
||||
|
||||
<remote name="yo" fetch="git://git.yoctoproject.org"/>
|
||||
<remote name="oe" fetch="git://git.openembedded.org"/>
|
||||
<remote name="bf" fetch="https://git.blackfinn.de/yocto" pushurl="git@git.blackfinn.de/yocto"/>
|
||||
<remote name="yo" fetch="git://git.yoctoproject.org"/>
|
||||
<remote name="oe" fetch="git://git.openembedded.org"/>
|
||||
<remote name="bf" fetch="https://git.blackfinn.de/yocto" pushurl="git@git.blackfinn.de/yocto"/>
|
||||
|
||||
<project name="poky" remote="yo" revision="thud" clone-depth="1" path="layers/poky"/>
|
||||
<project name="meta-raspberrypi" remote="yo" revision="thud" clone-depth="1" path="layers/meta-raspberrypi"/>
|
||||
<project name="meta-openembedded" remote="oe" revision="thud" clone-depth="1" path="layers/meta-openembedded"/>
|
||||
<project name="meta-bbb" remote="bf" revision="thud" clone-depth="1" path="layers/meta-rpi">
|
||||
<project name="meta-rpi" remote="bf" revision="thud" path="layers/meta-rpi">
|
||||
<project name="meta-blackfinn" remote="bf" revision="thud" path="layers/meta-blackfinn"/>
|
||||
<linkfile dest="bbb-init-build-env" src="buildconf/bbb-init-build-env"/>
|
||||
<linkfile dest="rpi-init-build-env" src="buildconf/rpi-init-build-env"/>
|
||||
</project>
|
||||
<project name="poky" remote="yo" revision="thud" clone-depth="1" path="layers/poky"/>
|
||||
<project name="meta-raspberrypi" remote="yo" revision="thud" clone-depth="1" path="layers/meta-raspberrypi"/>
|
||||
<project name="meta-openembedded" remote="oe" revision="thud" clone-depth="1" path="layers/meta-openembedded"/>
|
||||
|
||||
<project name="meta-bbb" remote="bf" revision="thud" clone-depth="1" path="layers/meta-rpi"/>
|
||||
<project name="meta-rpi" remote="bf" revision="thud" path="layers/meta-rpi"/>
|
||||
<project name="meta-blackfinn" remote="bf" revision="thud" path="layers/meta-blackfinn">
|
||||
<linkfile dest="bbb-init-build-env" src="buildconf/bbb-init-build-env"/>
|
||||
<linkfile dest="rpi-init-build-env" src="buildconf/rpi-init-build-env"/>
|
||||
</project>
|
||||
</manifest>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user