Skip to content

Commit 95f2cef

Browse files
ungerer-ricardoagherzan
authored andcommitted
README.md: Remove references to poky repository
After the work done in commit 846c119, the poky repository is no longer a dependency for this layer. This commit removes all references to poky in the README.md file and updates the dependency list to include the openembedded-core and meta-yocto layers instead. Signed-off-by: Ricardo Ungerer <[email protected]>
1 parent b667e17 commit 95f2cef

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,21 @@ Layers Program`. You can find details of that on the official Yocto Project
5353
## Dependencies
5454

5555
This layer depends on:
56+
* URI: https://git.openembedded.org/bitbake
57+
* branch: master
58+
* revision: HEAD
59+
60+
* URI: https://git.openembedded.org/openembedded-core
61+
* branch: master
62+
* revision: HEAD
5663

57-
* URI: git://git.yoctoproject.org/poky
64+
* URI: https://git.yoctoproject.org/meta-yocto
5865
* branch: master
5966
* revision: HEAD
6067

6168
## Quick Start
6269

63-
1. source poky/oe-init-build-env rpi-build
70+
1. source openembedded-core/oe-init-build-env rpi-build
6471
2. Add this layer to bblayers.conf and the dependencies above
6572
3. Set MACHINE in local.conf to one of the supported boards
6673
4. bitbake core-image-base

0 commit comments

Comments
 (0)