why there is no "fsl-setup-release.sh" after repo L4.9.11/L4.9.88 BSP

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

why there is no "fsl-setup-release.sh" after repo L4.9.11/L4.9.88 BSP

3,472 Views
collinshi
Contributor II

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

Labels (1)
0 Kudos
Reply
5 Replies

2,587 Views
念祖姚
Contributor II

repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-morty -m imx-4.9.51-8mq_ga.xml
repo sync

ln -s sources/meta-fsl-bsp-release/imx/tools/fsl-setup-release.sh fsl-setup-release.sh
ln -s sources/base/setup-environment setup-environment

0 Kudos
Reply

2,587 Views
念祖姚
Contributor II

在repo 目录下做两个链接试试!

0 Kudos
Reply

2,587 Views
collinshi
Contributor II

anybody can help on this ?

0 Kudos
Reply

2,587 Views
weipan
Contributor I

rm ~/.gitconfig  and rm /fsl-release-bsp/.repo  

and do again

0 Kudos
Reply

2,587 Views
joanxie
NXP TechSupport
NXP TechSupport

I couldn't reproduce this for you, I can build 4.9.11 and 4.9.51 successfully, you can clean the build, then build again.

0 Kudos
Reply