Browse Source

Use openembedded-core base for intructions

Khem Raj 6 years ago
parent
commit
3167397f40
1 changed files with 5 additions and 2 deletions
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -19,13 +19,16 @@ OpenEmbedded/Yocto distributions and layer stacks, such as:
 
 
 This layer depends on:
 This layer depends on:
 
 
-* URI: git://git.yoctoproject.org/poky
+* URI: git://github.com/openembedded/openembedded-core
+  * branch: master
+  * revision: HEAD
+* URI: git://github.com/openembedded/bitbake
   * branch: master
   * branch: master
   * revision: HEAD
   * revision: HEAD
 
 
 ## Quick Start
 ## Quick Start
 
 
-1. source poky/oe-init-build-env riscv-build
+1. source openembedded-core/oe-init-build-env riscv-build
 2. Add this layer to bblayers.conf and the dependencies above
 2. Add this layer to bblayers.conf and the dependencies above
 3. Set MACHINE in local.conf to one of the supported boards
 3. Set MACHINE in local.conf to one of the supported boards
 4. bitbake core-image-minimal
 4. bitbake core-image-minimal