Hi all,
I do this :
$ mkdir fsl-arm-yocto-bsp-3.10.17-1.0.2
$ cd fsl-arm-yocto-bsp-3.10.17-1.0.2
$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.17-1.0.2_ga
...
$ repo sync
...dum da dum...
$ cd sources/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q
$ ls -l
total 24
drwxrwxr-x 2 tele tele 4096 Nov 2 05:57 gpu-viv-bin-mx6q
-rw-rw-r-- 1 tele tele 310 Nov 2 05:57 gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bb
-rw-rw-r-- 1 tele tele 310 Nov 2 05:57 gpu-viv-bin-mx6q_3.10.9-1.0.0-sfp.bb
-rw-rw-r-- 1 tele tele 11068 Nov 2 05:57 gpu-viv-bin-mx6q.inc
hmmmmm....
$ cd ../gpu-viv-g2d
$ ls -l
total 8
-rw-rw-r-- 1 tele tele 307 Nov 2 05:57 gpu-viv-g2d_3.10.9-1.0.0.bb
-rw-rw-r-- 1 tele tele 1103 Nov 2 05:57 gpu-viv-g2d.inc
hmmm...hmmm
Where are the 3.10.17-1.0.2 binaries if not in the imx-3.10.17-1.0.2_ga branch ?
Thanks,
Laci
解決済! 解決策の投稿を見る。
Change directory to meta-fsl-bsp-release/imx/meta-fsl-arm/recipe-graphics/gpu-viv-bin-mx6q
You are looking at the community side on the dora branch which is the older version.
This has already been upstreamed into the master branch of community (and will be moved into dizzy branch soon) so you have option of using the community only if you want a newer Yocto base.
Change directory to meta-fsl-bsp-release/imx/meta-fsl-arm/recipe-graphics/gpu-viv-bin-mx6q
You are looking at the community side on the dora branch which is the older version.
This has already been upstreamed into the master branch of community (and will be moved into dizzy branch soon) so you have option of using the community only if you want a newer Yocto base.
Thank you, Lauren, for the help!
Wow, thank you. It seems I was lost in the woods.:smileyhappy: