# ①Gitのユーザ設定
$ git config --global user.name "Your Name"⏎
$ git config --global user.email "Your Email"⏎

# ②imx-yocto-bspの取得
$ mkdir imx-yocto-bsp⏎
$ cd imx-yocto-bsp⏎
$ repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-scarthgap -m imx-6.6.36-2.1.0.xml⏎
$ repo sync⏎
