标签:
./fsl-setup-release.sh
bash: ./fsl-setup-release.sh: Permission denied
bjx@bjx-virtual-machine:~/Desktop/fsl-release-bsp$ ls -al
total 36
drwxr-xr-x 4 bjx bjx 4096 May 25 11:06 .
drwxr-xr-x 3 bjx bjx 4096 May 25 14:25 ..
-r--r--r-- 1 bjx bjx 6342 May 25 11:06 fsl-setup-release.sh
-r--r--r-- 1 bjx bjx 2104 May 25 11:06 README
drwxr-xr-x 7 bjx bjx 4096 May 25 11:06 .repo
-r-xr-xr-x 1 bjx bjx 6555 May 25 11:06 setup-environment
drwxr-xr-x 11 bjx bjx 4096 May 25 11:06 sources
bjx@bjx-virtual-machine:~/Desktop/fsl-release-bsp$ ./setup-environment
-e
Usage: source setup-environment <build-dir>
<build-dir>: specifies the build directory location (required)
If undefined, this script will set $MACHINE to ‘imx6qsabresd‘.
-e
Supported machines:
imx23evk
imx28evk
imx31pdk
imx35pdk
imx51evk
imx53ard
imx53qsb
imx6dlsabreauto
imx6dlsabresd
imx6qsabreauto
imx6qsabresd
imx6slevk
imx6solosabreauto
imx6solosabresd
ls1021aqds
ls1021atwr
twr-vf65gs10
cfa10036
cfa10037
cfa10049
cfa10055
cfa10056
cfa10057
cfa10058
cgtqmx6
cubox-i
imx233-olinuxino-maxi
imx233-olinuxino-micro
imx233-olinuxino-mini
imx233-olinuxino-nano
imx6dl-riotboard
imx6qsabrelite
m28evk
m53evk
nitrogen6x
nitrogen6x-lite
pcl052
pcm052
quartz
wandboard-dual
wandboard-quad
wandboard-solo
To build for a machine listed above, run this script as:
MACHINE=<machine> source setup-environment <build-dir>
bjx@bjx-virtual-machine:~/Desktop/fsl-release-bsp$ MACHINE=imx6qsabresd source fsl-setup-release.sh -b build-x11 -e x11
Build directory is build-x11
Using X11 backend with poky DIST_FEATURES
Configuring for imx6qsabresd
Some BSPs depend on libraries and packages which are covered by Freescale‘s
End User License Agreement (EULA). To have the right to use these binaries in
your images, you need to read and accept the following...
LA_OPT_FSL_OPEN_3RD_PARTY_IP v6 February 2015
IMPORTANT. Read the following Freescale Semiconductor Software License
Agreement ("Agreement") completely. By selecting the "I Accept" button at
the end of this page, you indicate that you accept the terms of the Agreement
and you acknowledge that you have the authority, for yourself or on behalf of
your company, to bind your company to these terms. You may then download or
install the file.
FREESCALE SEMICONDUCTOR SOFTWARE LICENSE AGREEMENT
This is a legal agreement between you, as an authorized representative of your
employer, or if you have no employer, as an individual (together "you"), and
Freescale Semiconductor, Inc. ("Freescale") and its Affiliates. It concerns
your rights to use the software identified in the Software Content Register
and provided to you in binary or source code form and any accompanying written
materials (the "Licensed Software"). The Licensed Software may include any
updates or error corrections or documentation relating to the Licensed Software
provided to you by Freescale under this License. In consideration for Freescale
allowing you to access the Licensed Software, you are agreeing to be bound by
the terms of this Agreement. If you do not agree to all of the terms of this
Agreement, do not download or install the Licensed Software. If you change your
mind later, stop using the Licensed Software and delete all copies of the
Licensed Software in your possession or control. Any copies of the Licensed
Do you accept the EULA you just read? (y/n) y
EULA has been accepted.
Welcome to Freescale Community BSP
The Yocto Project has extensive documentation about OE including a
reference manual which can be found at:
http://yoctoproject.org/documentation
For more information about OpenEmbedded see their website:
http://www.openembedded.org/
You can now run ‘bitbake <target>‘
Common targets are:
core-image-minimal
meta-toolchain
meta-toolchain-sdk
adt-installer
meta-ide-support
Your build environment has been configured with:
MACHINE=imx6qsabresd
SDKMACHINE=i686
DISTRO=poky
EULA=1
bjx@bjx-virtual-machine:~/Desktop/fsl-release-bsp/build-x11$ bitbake fsl-image-qt5
标签:
原文地址:http://www.cnblogs.com/yechuang/p/4527791.html