HI experts,
I try to setup the yocto environment on ubuntu16.04 for my custom I.MX6 Solo board.
Following the i.mx_yocto_project_user's_guide.pdf,
$ mkdir fsl-release-bsp
$ cd fsl-release-bsp
$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-morty
$ repo sync
after this step is successful, I found there is only "sources" and ".repo" folder in the fsl-release-bsp/ , there is no "fsl-setup-release.sh" and the readme .
Similar steps to repo the L4.9.88 BSP, the result is same. Only "sources" and ".repo" folder exists.
But Then I use similar steps to repo the L4.1.15 BSP. It has the "fsl-setup-release.sh" script.
So I want to know , how can I start to build L4.9.11/L4.9.88 BSP ?
Thanks