Bug with fsl-arm-yocto-bsp.git repo's branches ?

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

Bug with fsl-arm-yocto-bsp.git repo's branches ?

Jump to solution
1,333 Views
TeleLaci
Contributor III

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

1 Solution
753 Views
LaurenPost
NXP Employee
NXP Employee

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.

View solution in original post

3 Replies
754 Views
LaurenPost
NXP Employee
NXP Employee

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.

753 Views
gusarambula
NXP TechSupport
NXP TechSupport

Thank you, Lauren, for the help!

0 Kudos
753 Views
TeleLaci
Contributor III

Wow, thank you. It seems I was lost in the woods.:smileyhappy:

0 Kudos