You are on page 1of 3

内 部 公 开 Internal Use Only▲

1、 Install the host OS:


The host OS is :Ubuntu 12.04

2、 The steps of the building host system:


1) Make sure the OS of Ubuntu was connected to internet;
2) Perform the package list update
sudo apt-get update

2) Use apt-get to install the additional required packages


$ sudo apt-get install build-essential chrpath coreutils cvs desktop-file-utils
diffstat docbook-utils fakeroot g++ gawk gcc git git-core help2man libgmp3-
dev libmpfr-dev libreadline6-dev libtool libxml2-dev make python-pip python-
pysqlite2 quilt sed subversion texi2html texinfo unzip wget

3)Make bash the default shell (build scripts contain bash shell dependencies that
require the system default shell /bin/sh to invoke bash) using one of the
following options:
I) Use the command:
sudo dpkg-reconfigure dash

Answer no.
II) Manually change the symlink /bin/sh > dash to /bin/sh >bash:
First, use the command:
sudo rm /bin/sh
Second, use the command:
sudo ln –s /bin/bash /bin/sh
3. How to build image
1. cd apps_proc/oe-core
2. source build/conf/set_bb_env.sh
3. type the command to build target image

ID Product Type Command


1 R216 build9625
2 R230 build9640
3 R218z build9607
4 ZTEMF255V build9607
5 R226 build9635
6 Y1001 build9607
7 MF17T build9607
8 MF980/MF985 build9640
9 MF871 buildperfcalifornium
4.The
image is at:
<以上所有信息均为中兴通讯股份有限公司所有,不得外传> 第1页
All Rights reserved, No Spreading abroad without Permission of ZTE
内 部 公 开 Internal Use Only▲

ID Product Image Position


1 R216 apps_proc/oe-core/build/tmp-eglibc/deploy/images/
2 R230 apps_proc/oe-core/build/tmp-eglibc/deploy/images/
3 R218z apps_proc/oe-core/build/tmp-glibc/deploy/images/
4 ZTEMF255V apps_proc/oe-core/build/tmp-glibc/deploy/images/
5 R226 apps_proc/oe-core/build/tmp-eglibc/deploy/images/
6 Y1001 apps_proc/oe-core/build/tmp-glibc/deploy/images/
7 MF17T apps_proc/oe-core/build/tmp-glibc/deploy/images/
8 MF980/MF985 apps_proc/oe-core/build/tmp-eglibc/deploy/images/
9 MF871 apps_proc/oe-core/build/tmp-glibc/deploy/images/

<以上所有信息均为中兴通讯股份有限公司所有,不得外传> 第2页
All Rights reserved, No Spreading abroad without Permission of ZTE
内 部 公 开 Internal Use Only▲

Date Ver. Changelog


2016-1-27 V0.1 Initial version
2016-11-09 V0.2 1.Add R218 R230
2016-11-24 V0.3 1. Remove host tool
installation of csvnt;
2. Correct the build
command;
3. Add the host PC
internet connection
condition
2017-04-13 V0.4 1. Add ZTEMF255V
2017-05-12 V0.5 1. Add R226
2017-06-29 V0.6 1. Add Y1001
2017-7-18 V0.7 1. Add MF17T
2018-03-14 V0.8 1. correct the image
position;
2. Correct some words;

<以上所有信息均为中兴通讯股份有限公司所有,不得外传> 第3页
All Rights reserved, No Spreading abroad without Permission of ZTE

You might also like