加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Freescale's Community Yocto BSP
===============================

To get the BSP you need to have `repo` installed and use it as:

Install the `repo` utility:

$: mkdir ~/bin
$: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo  > ~/bin/repo
$: chmod a+x ~/bin/repo
$: PATH=${PATH}:~/bin

Download the BSP Yocto Project Environment

$: mkdir fsl-arm-yocto-bsp
$: cd fsl-arm-yocto-bsp
$: repo init -u //source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-3.14.38-6QP_ga
$: repo sync

Setup and Build for X11
$: MACHINE=<machine name> source fsl-setup-release.sh -b build-x11 -e x11

For all backends
Build without QT
$: bitbake fsl-image-gui

Build with QT5 for X11, FB and Wayland (unsupported for DirectFB)
$: bitbake fsl-image-qt5

Setup and Build for FB 
$: MACHINE=<machine name> source fsl-setup-release.sh -b build-fb -e fb

Setup and Build for Wayland 
$: MACHINE=<machine name> source fsl-setup-release.sh -b build-wayland -e wayland

Setup and Build for DirectFB
$: MACHINE=<machine name> source fsl-setup-release.sh -b build-dfb -e dfb

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化