From 95f2cefa1f3b46c5bb5ad27ed0a2147725ea2210 Mon Sep 17 00:00:00 2001 From: Ricardo Ungerer Date: Fri, 28 Nov 2025 16:12:22 +0000 Subject: [PATCH] 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 --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af1902e..06767dc 100644 --- a/README.md +++ b/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