Difference between revisions of "Version 5 (based on Yocto 1.7)"

From ESS-WIKI
Jump to: navigation, search
(Created page with "<big> <big> Please follow the User Guide in Version 3[http://172.22.15.134/index.php/IoTGateway/BSP/Linux#Version_3_.28based_on_Yocto_1.5.29], except the following section: </...")
 
Line 1: Line 1:
 
<big>
 
<big>
 
<big>
 
<big>
Please follow the User Guide in Version 3[http://172.22.15.134/index.php/IoTGateway/BSP/Linux#Version_3_.28based_on_Yocto_1.5.29], except the following section:
+
Please follow the User Guide in Version 3[http://172.22.15.134/index.php/IoTGateway/BSP/Linux#Version_3_.28based_on_Yocto_1.5.29], except the following sections:
 
</big>
 
</big>
 
</big>
 
</big>
 
<br>
 
<br>
  
1.2 Conventional Term<br>
+
<big>'''1.2 Conventional Term'''</big>
:'''${MC}''' : machine code
+
<br>
 +
:<span style="color:purple">'''${MC}'''</span> : machine code
 
<small>please use following command to get available "machine code".</small>
 
<small>please use following command to get available "machine code".</small>
 
<br>
 
<br>
 
<code>
 
<code>
$ ls -1 sources/meta-advantech/conf/machine/*.conf | sed "s/.conf//g"
+
$ ls -1 sources/meta-advantech/conf/machine/*.conf | sed "s/.conf//g;s/.*e\///g"
 
</code>
 
</code>
 
<br>
 
<br>
 +
<br>
 +
 +
<big><s>'''1.4.3 To build sdcard image for Qt 4.8.5 used'''</s></big><br>
 +
<span style="color:red">not available in Version 5</span><br><br>
 +
 +
<big><s>'''1.4.4 To build sdcard image for Qt 5.2.1 used'''</s></big>
 +
 +
<big>'''1.4.4 To build sdcard image for Qt 5.3 used'''</big>
 +
:1)  To create/continue a build environment
 +
:2)  Perform the following command in terminal console
 +
<code>
 +
<s>$ bitbake fsl-image-x11-qt5</s>
 +
</code>
 +
 +
<code>
 +
$ bitbake fsl-image-qt5
 +
</code>
 +
<s>
 +
:3)  The file, fsl-image-x11-qt5-${MC}.sdcard, will be located in directory, ./tmp/deploy/images/${MC}, while building process finished successfully.
 +
</s>
 +
:3)  The file, fsl-image-qt5-${MC}.sdcard, will be located in directory, ./tmp/deploy/images/${MC}, while building process finished successfully.
  
1.4.3
+
<big>'''1.4.6    To build toolchain installer for Qt 4.8.5 used'''</big><br>
 +
<span style="color:red">not available in Version 5</span><br><br>
 +
 
 +
<big>'''1.4.7    To build toolchain installer for Qt 5.2.1 used'''</big>
 +
:1)  To create/continue a build environment
 +
:2)  Perform the following command in terminal console
 +
<code><s>
 +
$ bitbake fsl-image-x11-qt5 -c populate_sdk
 +
</s></code>
 +
 
 +
<code>
 +
$ bitbake fsl-image-qt5 -c populate_sdk
 +
</code>
  
1.4.4
+
<s>
 +
:3)  The installer, poky-eglibc-x86_64-fsl-image-x11-qt5-cortexa9hf-vfp-neon-toolchain-${POKY}.sh, will be located in the directory "./tmp/deploy/sdk".
 +
</s>
 +
:3)  The installer, poky-eglibc-x86_64-fsl-image-qt5-cortexa9hf-vfp-neon-toolchain-${POKY}.sh, will be located in the directory "./tmp/deploy/sdk".

Revision as of 11:43, 2 March 2016

Please follow the User Guide in Version 3[1], except the following sections:

1.2 Conventional Term

${MC} : machine code

please use following command to get available "machine code".
$ ls -1 sources/meta-advantech/conf/machine/*.conf | sed "s/.conf//g;s/.*e\///g"

1.4.3 To build sdcard image for Qt 4.8.5 used
not available in Version 5

1.4.4 To build sdcard image for Qt 5.2.1 used

1.4.4 To build sdcard image for Qt 5.3 used

1) To create/continue a build environment
2) Perform the following command in terminal console

$ bitbake fsl-image-x11-qt5

$ bitbake fsl-image-qt5

3) The file, fsl-image-x11-qt5-${MC}.sdcard, will be located in directory, ./tmp/deploy/images/${MC}, while building process finished successfully.

3) The file, fsl-image-qt5-${MC}.sdcard, will be located in directory, ./tmp/deploy/images/${MC}, while building process finished successfully.

1.4.6 To build toolchain installer for Qt 4.8.5 used
not available in Version 5

1.4.7 To build toolchain installer for Qt 5.2.1 used

1) To create/continue a build environment
2) Perform the following command in terminal console

$ bitbake fsl-image-x11-qt5 -c populate_sdk

$ bitbake fsl-image-qt5 -c populate_sdk

3) The installer, poky-eglibc-x86_64-fsl-image-x11-qt5-cortexa9hf-vfp-neon-toolchain-${POKY}.sh, will be located in the directory "./tmp/deploy/sdk".

3) The installer, poky-eglibc-x86_64-fsl-image-qt5-cortexa9hf-vfp-neon-toolchain-${POKY}.sh, will be located in the directory "./tmp/deploy/sdk".