-
Notifications
You must be signed in to change notification settings - Fork 0
!Unsupported!
vraevsky edited this page Jan 11, 2018
·
3 revisions
is a set of recipes and configuration files for Yocto Build Environmet
that allows to create
CompuLab Yocto Images
with the latest 4.9.11 NXP Kernel
- Supported Yocto NXP Releases:
imx-morty
- Supported CompuLab Machines:
cm-fx6-evk, cl-som-imx6
- Make sure that one of supported Linux distributions is in use: Linux Distributions List
- Install all required packages: Packages List
- Refer to Yocto Project Quick Start for details.
$: export IMX_BRANCH=imx-morty
$: repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b ${IMX_BRANCH} $: repo sync
$: git clone -b devel https://github.com/compulab-yokneam/meta-compulab sources/meta-compulab $: git clone -b devel https://github.com/compulab-yokneam/meta-compulab-dev sources/meta-compulab-dev
$: export MACHINE=cm-fx6-evk or $: export MACHINE=cl-som-imx6
$: export DISTRO=fsl-imx-x11 or $: export DISTRO=fsl-imx-fb or $: export DISTRO=fsl-imx-xwayland or $: export DISTRO=fsl-imx-wayland
- Issue
NXP
Setup Script
$: source fsl-setup-release.sh -b build-${MACHINE}-${DISTRO}
- Issue
CompuLab
Setup Script
$: source ../sources/meta-compulab/bb-tools/setup-compulab-env
Select the required image: fsl-image-gui/fsl-image-qt5/compulab-eval-image
$: export IMAGE=fsl-image-gui or $: export IMAGE=fsl-image-qt5 or $: export IMAGE=compulab-eval-image
$: bitbake ${IMAGE}
$: bitbake linux-compulab
$: bitbake u-boot-compulab