Compare commits

..

No commits in common. "2d05b263993e650746a7498f64b9301b75a6accf" and "6fac7f0fcdb92508e4be8449442f91514c60517c" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
```shell
$ mkdir yocto-bf
$ cd yocto-bf
$ repo init -u "https://git.blackfinn.de/yocto/linux-blackfinn.git"
$ repo init -u "https://git.blackfinn.de/yocto/yocto-blackfinn.git"
$ repo sync
```

View File

@ -4,7 +4,7 @@
<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:2222/yocto"/>
<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"/>