Step 2 : Download Yocto Source Code
- In this program, you are going to learn 
- How to ? 
Topics in this section,
- Make sure current dir is $HOME 
$ cd $HOME
- clone the poky source code directory using the following command. 
git clone -b dunfell git://git.yoctoproject.org/poky.git
- Clone the meta-raspberry layer source code directory using the following command. 
git clone -b dunfell git://git.yoctoproject.org/meta-raspberrypi.git
- Clone the meta-openembedded layer directory using the following command. 
git clone -b dunfell git://git.openembedded.org/meta-openembedded
What is /.bashrc file?
See Answer
- ??