Step 2 : Download Yocto Source Code ===================================== .. tab-set:: .. tab-item:: Download yocto source code * In this program, you are going to learn .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow * How to ? .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow Topics in this section, * :ref:`Download yocto source code ` .. _yocto_rpi_4b_step3_0: .. tab-set:: .. tab-item:: Download yocto source code * Make sure current dir is $HOME .. code-block:: c $ cd $HOME * clone the poky source code directory using the following command. .. code-block:: c git clone -b dunfell git://git.yoctoproject.org/poky.git * Clone the meta-raspberry layer source code directory using the following command. .. code-block:: c git clone -b dunfell git://git.yoctoproject.org/meta-raspberrypi.git * Clone the meta-openembedded layer directory using the following command. .. code-block:: c git clone -b dunfell git://git.openembedded.org/meta-openembedded .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow What is /.bashrc file? .. dropdown:: See Answer * ??