background image

 

Setting up the Build System 

 
 

Intel Atom® Processor E3900 SoC Family/Intel® Celeron® Processor N3350/Intel® Pentium® Processor N4200/ 

Intel® Celeron® Processor J3355 & J3455 

Getting Started Guide 

 

October 2018 

Page 8 

 

 

Document Number: 334828-002US 

2.

 

Perform this step only if the build system is behind a corporate network with a 

proxy server. 
a.

 

Add the following lines in the 

/etc/environment

$ sudo gedit /etc/environment 

export SOCKS_SERVER=socks://<proxy server IP or DNS>:<socks 

port number> 

export HTTP_PROXY=http://<proxy server IP or DNS>:<http 

port number> 

export HTTPS_PROXY=https://<proxy server IP or DNS>:<https 

port number> 

export FTP_PROXY=http://<proxy server IP or DNS>:<ftp port 

number> 

b.

 

Edit the .bashrc file and append to the proxy settings using the following: 

$gedit ~/.bashrc 
# Insert the below lines in ~/.bashrc 
export SOCKS_SERVER=socks://<proxy server IP or DNS>:<socks 

port number> 
export HTTP_PROXY=http://<proxy server IP or DNS>:<http 

port number> 
export HTTPS_PROXY=https://<proxy server IP or DNS>:<https 

port number> 
export FTP_PROXY=http://<proxy server IP or DNS>:<ftp port 

number> 
export export HTTP_DIRECT=localhost,127.0.0.0/8,<your 

network subnets> 
export SOCKS_DIRECT=$HTTP_DIRECT 
export NO_PROXY=$HTTP_DIRECT 
export ALL_PROXY=$HTTP_DIRECT 
export socks_server=$SOCKS_SERVER 
export http_proxy=$HTTP_PROXY 
export https_proxy=$HTTPS_PROXY 
export ftp_proxy=$FTP_PROXY 
export http_direct=$HTTP_DIRECT 
export socks_direct=$SOCKS_DIRECT 
export no_proxy=$NO_PROXY 

 

 

 

Summary of Contents for Atom E3900 SoC Series

Page 1: ...Number 334828 002US Intel Atom Processor E3900 SoC Family Intel Celeron Processor N3350 Intel Pentium Processor N4200 Intel Celeron Processor J3355 J3455 for Yocto Project Getting Started Guide Octob...

Page 2: ...d by this document All information provided here is subject to change without notice Contact your Intel representative to obtain the latest Intel product specifications and roadmaps The products descr...

Page 3: ...l Celeron Processor J3355 J3455 October 2018 Getting Started Guide Document Number 334828 002US Page 3 Contents 1 0 Introduction 5 1 1 Terminology 5 1 2 Reference Documents 5 1 3 Known Issues 6 2 0 Se...

Page 4: ...00 Intel Celeron Processor J3355 J3455 Getting Started Guide October 2018 Page 4 Document Number 334828 002US Revision History Date Revision Description October 2018 002 Updated product marketing name...

Page 5: ...for Yocto Board Support Systems BSPs 1 1 Terminology Table 1 Terminology Term Description BSP Board Support Package OS Operating System RAM Random Access Memory SoC System on a Chip 1 2 Reference Docu...

Page 6: ...Guide October 2018 Page 6 Document Number 334828 002US 1 3 Known Issues Table 3 Known Issues Reference No Issue Workaround 1504693541 Desktop manager crashes and restarts during image build If Yocto...

Page 7: ...2 1 Pre requisites Prepare a build system computer with the recommended minimum hardware requirement Intel Core i7 processor 4 cores with Intel Hyper Threading Technology Minimum of 4 GB Random Acces...

Page 8: ...ort FTP_PROXY http proxy server IP or DNS ftp port number b Edit the bashrc file and append to the proxy settings using the following gedit bashrc Insert the below lines in bashrc export SOCKS_SERVER...

Page 9: ...34828 002US Page 9 c Reload the bash environment using the following source bashrc d Set up the proxy for apt get by editing apt conf using the following sudo gedit etc apt apt conf Acquire http proxy...

Page 10: ...udo apt get install autoconf automake libtool libglib2 0 dev sudo apt get install xutils dev nfs common 4 Create and add the following configuration under home username gitconfig by using the followin...

Page 11: ...and adding it to the ssh agent iii Adding a new SSH key to your GitHub account iv Testing your SSH connection 7 Create and add the following lines in ssh config by using the following host github com...

Reviews: