Compare commits
No commits in common. "6fac7f0fcdb92508e4be8449442f91514c60517c" and "2d05b263993e650746a7498f64b9301b75a6accf" have entirely different histories.
6fac7f0fcd
...
2d05b26399
@ -7,7 +7,7 @@
|
||||
```shell
|
||||
$ mkdir 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
|
||||
```
|
||||
|
||||
|
@ -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/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="meta-raspberrypi" remote="yo" revision="thud" clone-depth="1" path="layers/meta-raspberrypi"/>
|
||||
|
Loading…
Reference in New Issue
Block a user