代码拉取完成,页面将自动刷新
Freescale's Community Yocto BSP =============================== To get the BSP you need to have `repo` installed. Install the `repo` utility: (only need to do this once): -------------------------------------------------------- $: mkdir ~/bin $: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo $: chmod a+x ~/bin/repo $: PATH=${PATH}:~/bin Download the Yocto Project Environment into your directory: ----------------------------------------------------------- $: mkdir fsl-arm-yocto-bsp $: cd fsl-arm-yocto-bsp $: repo init -u https://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-4.1-krogoth [-m <manifest>] $: repo sync <manifest> Description default.xml The latest BSP GA release [1] (this is the default value) imx-<version>.xml BSP GA release imx-<version>-<demo>-demo.xml Demo [2] [1] When the default manifest is used, the project environment can be updated to the latest release via repo sync. [2] Demos are built and minimally tested but are otherwise not supported. For errors with repo init, remove the .repo directory and run repo init again. See ChangeLog for description of patch releases and tags for each update. Examples -------- To download the 4.1.15-2.1.1 U-Boot patch release repo init -u https://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-4.1-krogoth -m imx-4.1.15-2.1.1.xml To download the 4.1.15-2.0.0_ga release repo init -u https://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-4.1-krogoth -m imx-4.1.15-2.0.0.xml To download the 4.1.15-2.0.1 patch release repo init -u https://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-4.1-krogoth -m imx-4.1.15-2.0.1.xml To download the 4.1.15-2.0.2 patch release repo init -u https://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-4.1-krogoth -m imx-4.1.15-2.0.2.xml To download the 4.1.15-2.0.3 patch release repo init -u https://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-4.1-krogoth -m imx-4.1.15-2.0.3.xml To download the 4.1.15-2.1.0 i.MX 6SLL GA release repo init -u https://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-4.1-krogoth -m imx-4.1.15-2.1.0.xml To download the 4.1.30-7ulp_alpha release repo init -u https://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-4.1-krogoth -m imx-4.1.30-7ulp_alpha.xml Setup the build folder for a BSP release: ----------------------------------------- Note: The remaining instructions are for setting up a BSP release only. For setting up a demo, please see fsl-arm-yocto-bsp/README-<demo> for further instructions. $: [MACHINE=<machine>] [DISTRO=fsl-imx-<backend>] source ./fsl-setup-release.sh -b bld-<backend> <machine> defaults to imx6qsabresd <backend> Graphics backend type x11 X11 (this is the default if DISTRO is unspecified) wayland Wayland xwayland Wayland with XWayland support fb Framebuffer Note DirectFB is not supported in 4.1.15 release. Note if the poky community distro is used then build breaks will happen with some components using our meta-fsl-bsp-release layer. Examples: - Setup for X11. $: MACHINE=imx6qsabresd DISTRO=fsl-imx-x11 source ./fsl-setup-release.sh -b bld-x11 - Setup for Wayland. $: MACHINE=imx6qsabresd DISTRO=fsl-imx-wayland source ./fsl-setup-release.sh -b bld-wayland - Setup for Wayland and X11. $: MACHINE=imx6qsabresd DISTRO=fsl-imx-xwayland source ./fsl-setup-release.sh -b bld-xwayland - Setup for Frame Buffer. $: MACHINE=imx6qsabresd DISTRO=fsl-imx-fb source ./fsl-setup-release.sh -b bld-fb Build an image: --------------- bitbake <image recipe> Some image recipes: fsl-image-gui - full image with demos and tests used for testing with graphics, no QT. fsl-image-qt5 - fsl-image-gui with QT 5.5.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。