From 3167397f40c6baaac36f54fd9e7aa37ab07a37d2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 22 Oct 2017 08:15:39 -0700 Subject: [PATCH] Use openembedded-core base for intructions --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18f3100..3a3858e 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,16 @@ OpenEmbedded/Yocto distributions and layer stacks, such as: This layer depends on: -* URI: git://git.yoctoproject.org/poky +* URI: git://github.com/openembedded/openembedded-core + * branch: master + * revision: HEAD +* URI: git://github.com/openembedded/bitbake * branch: master * revision: HEAD ## Quick Start -1. source poky/oe-init-build-env riscv-build +1. source openembedded-core/oe-init-build-env riscv-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-minimal