summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9740139..eade352 100644
--- a/README.md
+++ b/README.md
@@ -26,13 +26,13 @@ BMC SoC layer and board specific layer are grouped together based on the vendor/
* Step 1 - Clone Yocto repository.
```
-$ git clone -b daisy https://git.yoctoproject.org/git/poky
+$ git clone -b fido https://git.yoctoproject.org/git/poky
```
* Step 2 - Clone Openembedded and OpenBMC repositories, in the new created `poky` directory,
```
$ cd poky
-$ git clone -b daisy https://github.com/openembedded/meta-openembedded.git
+$ git clone -b fido https://github.com/openembedded/meta-openembedded.git
$ git clone git@github.com:facebook/openbmc.git meta-openbmc
```
OpenPOWER on IntegriCloud