Add python dependencies. Signed-off-by: Naveen Saini <[email protected]> --- README.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.txt b/README.txt index 208843b..be1ea39 100644 --- a/README.txt +++ b/README.txt @@ -8,11 +8,17 @@ https://wiki.yoctoproject.org/wiki/TipsAndTricks/BuildingZephyrImages Prerequisites: ============== -Yocto distro (master)" +This layer depends on: + Yocto distro (master) + git://git.yoctoproject.org/poky + Python layer (meta-openembedded/meta-python) + git://git.openembedded.org/meta-openembedded Modify local conf by adding: DISTRO="zephyr" +Add "meta-openembedded/meta-oe" to BBLAYERS +Add "meta-openembedded/meta-python" to BBLAYERS Add "meta-zephyr" to BBLAYERS Building and Running Zephyr Samples -- 2.27.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#50744): https://lists.yoctoproject.org/g/yocto/message/50744 Mute This Topic: https://lists.yoctoproject.org/mt/76983875/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
