1. Refer to "Freescale_yocto_project_user's Guide.pdf", the document corresponds to l3.14.52_1.1.0
- 5.6.5 restarting a build environment: if the new terminal is opened or machine restarted, you need to refer to this
- Execute $build-x11 bitbake Fsl-image-gui time, Error: Oe-core ' s config Sanity checker detected a potential misconfiguration .... Failed to fetch test data from the network. Ensure your network is configured correctly. Do you have problems with my internet? workaround : 1. Clear the connectivty_check_uris;2 in the yocto/poky/meta-yocto-conf/distro/poky.conf . Better solution: in conf/ local.conf add:connectivty_check_uris= "" Can
2. Refer to "i.mx6 processor-based Yocto project and Linux software development"
The manifest directory that is mentioned in
- Yocto Project build:step3 is:. repo/manifests/default.xml
- This article is based on L3.10.17 and also mentions repo Init unsuccessful workaround
- if you just want to build Yocto project quickly, you can refer to project's following directory: Quick Start section of the readme-imxbsp document
- distro= What do you mean, fsl-imx-x11?
- conf file directory: sources/meta-fsl-arm/conf/machine/imx6qsabresd.conf, which defines the Soc_family, kernel_devicetree , uboot_config and other variables.
- distro path: sources/meta-fsl-bsp-release/imx/meta-sdk/conf/distro/fsl-imx-x11.conf
connectivity_check_uris =
""
|
Freescale l3.14.52_1.1.0 Yocto Build