我在ubuntu14.04编译fsl-yocto-3.14.28-1.0.0的时候,按照如下步骤:
1、安装host packages软件
2、取包
mkdir fsl-release-bsp
cd fsl-release-bsp
repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.14.28-1.0.0_ga
repo sync
3、编译
$ MACHINE=imx6qsabresd source fsl-setup-release.sh -b build-x11 -e x11
$ bitbake fsl-image-gui
然后出错:
ERROR: OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:
Failed to fetch test data from the network. Please ensure your network is configured correctly.
谢啦