Thank you for the reply Gus Arambula. Still i am getting the same error.
I listing down the procedure from the manual here that I followed. curl
command has android repo link.. something wrong here?
$mkdir ~/bin
$curl https://raw.githubusercontent.com/android/tools_repo/master/repo >
~/bin/repo
$chmod a+x ~/bin/repo
$export PATH=~/bin:$PATH
$mkdir ~/fsl-arm-yocto-bsp
$cd ~/fsl-arm-yocto-bsp
$repo init --no-repo-verify
--repo-url=git://github.com/android/tools_repo.git -u
git://github.com/embest-tech/fsl-arm-yocto-bsp.git -b
embest_imx-3.10.17-1.0.0_ga
$repo sync
$MACHINE=sbc9000 source fsl-setup-release.sh -b build -e fb
$bitbake imx-test-hdcp
Is there any other documents out there that can help me to build .sdcard
image.
Thanks
Sen