Compare commits

...

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

2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -4,7 +4,7 @@
<remote name="yo" fetch="git://git.yoctoproject.org"/> <remote name="yo" fetch="git://git.yoctoproject.org"/>
<remote name="oe" fetch="git://git.openembedded.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="bf" fetch="https://git.blackfinn.de/yocto" pushurl="git@git.blackfinn.de:2222/yocto"/>
<project name="poky" remote="yo" revision="thud" clone-depth="1" path="layers/poky"/> <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-raspberrypi" remote="yo" revision="thud" clone-depth="1" path="layers/meta-raspberrypi"/>