mirror of
https://github.com/agherzan/meta-raspberrypi.git
synced 2025-12-05 22:19:11 +00:00
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 <ungerer.ricardo@gmail.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
b667e177b1
commit
95f2cefa1f
11
README.md
11
README.md
@@ -53,14 +53,21 @@ Layers Program`. You can find details of that on the official Yocto Project
|
||||
## Dependencies
|
||||
|
||||
This layer depends on:
|
||||
* URI: https://git.openembedded.org/bitbake
|
||||
* branch: master
|
||||
* revision: HEAD
|
||||
|
||||
* URI: git://git.yoctoproject.org/poky
|
||||
* URI: https://git.openembedded.org/openembedded-core
|
||||
* branch: master
|
||||
* revision: HEAD
|
||||
|
||||
* URI: https://git.yoctoproject.org/meta-yocto
|
||||
* branch: master
|
||||
* revision: HEAD
|
||||
|
||||
## Quick Start
|
||||
|
||||
1. source poky/oe-init-build-env rpi-build
|
||||
1. source openembedded-core/oe-init-build-env rpi-build
|
||||
2. Add this layer to bblayers.conf and the dependencies above
|
||||
3. Set MACHINE in local.conf to one of the supported boards
|
||||
4. bitbake core-image-base
|
||||
|
||||
Reference in New Issue
Block a user