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:
Ricardo Ungerer
2025-11-28 16:12:22 +00:00
committed by Andrei Gherzan
parent b667e177b1
commit 95f2cefa1f

View File

@@ -53,14 +53,21 @@ Layers Program`. You can find details of that on the official Yocto Project
## Dependencies ## Dependencies
This layer depends on: 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 * branch: master
* revision: HEAD * revision: HEAD
## Quick Start ## 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 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-base 4. bitbake core-image-base