Learning Yocto Basics Part 2 [Getting Started with Poky]
In this Post we shall learn how to download Poky project and understand its folder structiure and how to work with it. And we will create a minimal linux poky image and run it on a emulator which comes with poky called as quick emulator{QEMU}. SO if you follow the instructon given in this post the you can start from scratch and build a image and get a feel of ot running. Once you get the feel of poky build and running then you can learn more on that. We are using Ubuntu platform for this but any famous Linux based OS works fine for poky. Not that Windows or MAC etc wont work for poky as they are not linux based. In part1 post of this Yocto Series [ Link Here ] you got to understand basics of Yocto project and that Poky is a reference or example distro under Yocto project, it is time to download Poky and understand its structure. Note: The demo of the steps explained in this blog post is sown in the video at the end of the post. Below are the...