Hi,
I am using yocto imx-3.10.53-1.1.0_ga for SABRE-SD board.
I have used bitbake to build kernel and rootfs as image and run on the board successfully:
~/imx/build$ bitbake -c compile -f linux-imx -DDD
~/imx/build$ bitbake -c deploy linux-imx -DDD
~/imx/build$ bitbake core-image-minimal
Now I need to build the external GPS driver package, I would like to know where the exactly CROSS_COMPILE path.
I am new to yocto, could somebody help me? thanks!
BR,
Wayne